Ryan Norton
|
6af167618f
|
note that I modified it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 05:58:56 +00:00 |
|
Ryan Norton
|
ae25e5cc8c
|
Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it couldn't get the length or text of the first line (0) and sf bug 1030042 where subsequent lines to 0 would not include the first character. Added those tests to the text sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 05:50:36 +00:00 |
|
Robin Dunn
|
385721a888
|
NormalizeFontSizes --> SetStandardFonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 03:11:22 +00:00 |
|
Dimitri Schoolwerth
|
857069f07c
|
added convience functions wxSizer::AddSpacer/AddStretchSpacer (plus Prepend and Insert variants) (previously implemented on 20040725)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 01:14:51 +00:00 |
|
Ryan Norton
|
8d1147f942
|
warning fix - only use the function in debug mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 00:14:55 +00:00 |
|
Ryan Norton
|
1cc549e58c
|
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 00:12:28 +00:00 |
|
Ryan Norton
|
cc9d56b036
|
Lots of release bugs fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-25 00:02:13 +00:00 |
|
Ryan Norton
|
bc57786b55
|
debug handling. More broken Apple 'goodness'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 23:47:19 +00:00 |
|
Ryan Norton
|
47bde6fb00
|
remove unused icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 23:18:16 +00:00 |
|
Ryan Norton
|
162d656dfc
|
fix unicode build errors with 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 23:14:01 +00:00 |
|
Ryan Norton
|
01edebd0fe
|
fix bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 23:02:09 +00:00 |
|
Ryan Norton
|
ce709481a8
|
whoops - I tabbed :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 22:34:53 +00:00 |
|
Ryan Norton
|
d496416391
|
quiet annoying GCC warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 22:27:55 +00:00 |
|
Ryan Norton
|
7c2779590d
|
remove unused varaible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 21:48:54 +00:00 |
|
Ryan Norton
|
9d43ea9585
|
unused variable warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 21:39:19 +00:00 |
|
Ryan Norton
|
af4fc79bd4
|
partial aggregate warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 21:33:21 +00:00 |
|
Vadim Zeitlin
|
6028be3f39
|
trying to make GetData() return data format more clear
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 19:46:42 +00:00 |
|
Robin Dunn
|
ce102f9d50
|
Corected GetXWindow macro for wxGTK port. (Bug# 1033681)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 16:18:37 +00:00 |
|
Robin Dunn
|
84c8e900a6
|
Added missing setters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 16:13:30 +00:00 |
|
Ron Lee
|
ecd16d74ce
|
Get rid of the symlink farm in $builddir too, contrib is here
to stay for a while.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 16:00:21 +00:00 |
|
Václav Slavík
|
2b2ba79b25
|
removed XRC library from contrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 15:36:11 +00:00 |
|
Włodzimierz Skiba
|
cab1a6053d
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_FOUND/wxDefaultCoord, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 14:32:35 +00:00 |
|
Włodzimierz Skiba
|
02161c7c81
|
wxUSE_*BOOK checks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 13:45:52 +00:00 |
|
Ryan Norton
|
80e3f46492
|
unused variable warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 12:25:57 +00:00 |
|
Włodzimierz Skiba
|
392751754e
|
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 10:57:56 +00:00 |
|
Václav Slavík
|
97722b262c
|
documented return value of wxListCtrl::HitTest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 10:05:26 +00:00 |
|
Václav Slavík
|
bfa7fb5268
|
uses system's default UI font in the help browser by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 09:56:13 +00:00 |
|
Václav Slavík
|
10e5c7eaa0
|
replaced NormalizeFontSizes with SetStandardFonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 09:55:10 +00:00 |
|
Ryan Norton
|
84fe931ddf
|
Port syncronization, more wxUSE_XML/XRC fixes and typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:58:52 +00:00 |
|
Ryan Norton
|
9581c3c6dc
|
more setup0.h wxUSE_XRC fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:31:04 +00:00 |
|
Ryan Norton
|
f33cb209bf
|
MSW XRC define setuup.h handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 08:20:57 +00:00 |
|
Ryan Norton
|
4c2752843a
|
note that drawpoint only takes into account pen color like the _other_ toolkit. Note for tracker bug [ 844761 ] wxDC::DrawPoint ignores pen size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 07:45:05 +00:00 |
|
Włodzimierz Skiba
|
a771da4036
|
Above 2.3.0 SetBitmap is still for owner drawn only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 06:27:15 +00:00 |
|
Ryan Norton
|
3c907f1a7f
|
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 06:06:09 +00:00 |
|
Ryan Norton
|
7488a05edb
|
PATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesnt work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 05:48:24 +00:00 |
|
Ryan Norton
|
8715d2d3c2
|
Add doc TODOs for wxVariant. You know, Convert wasn't documented _at all_, heh :).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 01:20:18 +00:00 |
|
Robin Dunn
|
4519a2d911
|
More True/False fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 00:11:19 +00:00 |
|
Ryan Norton
|
54d5abee41
|
OK - Robin's right, it is already a SOCKLEN_T
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:57:37 +00:00 |
|
Ryan Norton
|
c6dee7f728
|
GetId of wxTreeItemData returns a wxTreeItemId, not a wxTreeItem. From the wiki documentation buglets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:53:07 +00:00 |
|
Ryan Norton
|
54d50c6e1b
|
wxT sample fix for regex docs - documentation buglet from wiki
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:38:05 +00:00 |
|
Ryan Norton
|
c805f6c3af
|
Mention that some functions are virtual - I'm pretty sure I didn't get all of them - from the wxwiki documentation buglets where it mentioned MainLoop() wasn't virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:33:14 +00:00 |
|
Ryan Norton
|
1bd98e4150
|
Link to event handling overview in wxEvent - documentation buglet from wiki
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:25:07 +00:00 |
|
Ryan Norton
|
0bf9746652
|
Put include file for sizer classes in docs - documentation buglet from wiki http://wiki.wxwidgets.org/docs.cgi?q=buglets&target=wiki
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:17:12 +00:00 |
|
Robin Dunn
|
5f47669009
|
added missing default case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 23:06:03 +00:00 |
|
Robin Dunn
|
214b94848a
|
Fix from Jed Burgess that correctly untoggles radio toolbar items when
another one in the same group is selected.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 22:39:24 +00:00 |
|
Ryan Norton
|
f31d9916c2
|
delightful typo fixed - it was indefontedly a spelling error :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 22:36:56 +00:00 |
|
Ryan Norton
|
7d065a0afe
|
Fix warning on OSX - its on int on mac/msw and a socklen_t on others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 22:09:34 +00:00 |
|
Robin Dunn
|
f565c05e6b
|
Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 22:01:08 +00:00 |
|
Robin Dunn
|
fdf907adb6
|
wx.NO_BORDER style sets the bezel width to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 20:47:16 +00:00 |
|
Robin Dunn
|
41b78a7aaf
|
revert a few of these back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-23 20:36:24 +00:00 |
|