]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years ago pixbuf cursor support is for GTK 2.4.
Robert Roebling [Sun, 11 Feb 2007 09:27:28 +0000 (09:27 +0000)] 
  pixbuf cursor support is for GTK 2.4.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomade GetStrings() const (patch 1655975)
Vadim Zeitlin [Sun, 11 Feb 2007 03:13:12 +0000 (03:13 +0000)] 
made GetStrings() const (patch 1655975)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomore const correctness (slightly modified patch 1655991)
Vadim Zeitlin [Sun, 11 Feb 2007 03:08:33 +0000 (03:08 +0000)] 
more const correctness (slightly modified patch 1655991)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocheck for wxUSE_MDI which is needed by this code (patch 1656080)
Vadim Zeitlin [Sun, 11 Feb 2007 03:04:19 +0000 (03:04 +0000)] 
check for wxUSE_MDI which is needed by this code (patch 1656080)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded support for colour cursors in wxGTK (patch 1655576)
Vadim Zeitlin [Sun, 11 Feb 2007 03:02:34 +0000 (03:02 +0000)] 
added support for colour cursors in wxGTK (patch 1655576)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't Printf() the string into itself (replaces patch 1655318)
Vadim Zeitlin [Sun, 11 Feb 2007 02:55:21 +0000 (02:55 +0000)] 
don't Printf() the string into itself (replaces patch 1655318)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomiscellaneous minor corrections (patch 1652327)
Vadim Zeitlin [Sun, 11 Feb 2007 02:53:05 +0000 (02:53 +0000)] 
miscellaneous minor corrections (patch 1652327)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomade AddPendingEvent() virtual (patch 1652077)
Vadim Zeitlin [Sun, 11 Feb 2007 02:42:40 +0000 (02:42 +0000)] 
made AddPendingEvent() virtual (patch 1652077)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofit the control when its real contents is attached and not simply (re-)layout it...
Vadim Zeitlin [Sun, 11 Feb 2007 02:33:17 +0000 (02:33 +0000)] 
fit the control when its real contents is attached and not simply (re-)layout it as it has no effect (patch 1644924)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowarn if wxVsnprintf() is not being used
Vadim Zeitlin [Sun, 11 Feb 2007 02:27:29 +0000 (02:27 +0000)] 
warn if wxVsnprintf() is not being used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded test for %c and other minor changes (patch 1643843)
Vadim Zeitlin [Sun, 11 Feb 2007 02:23:19 +0000 (02:23 +0000)] 
added test for %c and other minor changes (patch 1643843)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't use strlen() to verify the length of the string as it can contain embedded...
Vadim Zeitlin [Sun, 11 Feb 2007 02:22:09 +0000 (02:22 +0000)] 
don't use strlen() to verify the length of the string as it can contain embedded NULs (patch 1643843; closes bug 1642284)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodefine DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0...
Vadim Zeitlin [Sun, 11 Feb 2007 02:14:49 +0000 (02:14 +0000)] 
define DisableAutomaticSETranslator() correctly when wxUSE_ON_FATAL_EXCEPTION==0, this fixes linking in this case (replaces patch 1646340)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowrite the entire file at once in Flush() instead of doing it line by line (patch...
Vadim Zeitlin [Sun, 11 Feb 2007 02:09:39 +0000 (02:09 +0000)] 
write the entire file at once in Flush() instead of doing it line by line (patch 1656509)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocompilation fix for 64 bit platforms (where size_t is not unsigned int)
Vadim Zeitlin [Sun, 11 Feb 2007 02:03:34 +0000 (02:03 +0000)] 
compilation fix for 64 bit platforms (where size_t is not unsigned int)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdate the popup menu item when it's [un]checked too, as it already happens for the...
Vadim Zeitlin [Sun, 11 Feb 2007 00:58:11 +0000 (00:58 +0000)] 
update the popup menu item when it's [un]checked too, as it already happens for the items in the main menu bar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under...
Vadim Zeitlin [Sun, 11 Feb 2007 00:27:26 +0000 (00:27 +0000)] 
wxTopLevelWindow::GetClientSize() returns 0x0 when the window is minimized under wxGTK too now; documented this behaviour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreturn the restored window size from GetSize() when window is minimized (for consiste...
Vadim Zeitlin [Sun, 11 Feb 2007 00:21:06 +0000 (00:21 +0000)] 
return the restored window size from GetSize() when window is minimized (for consistency with wxGTK and also for convenience)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochanged GetFromWindow() to take const pointer
Vadim Zeitlin [Sun, 11 Feb 2007 00:13:22 +0000 (00:13 +0000)] 
changed GetFromWindow() to take const pointer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected version in the libraries names: it's only 2 digits even in development...
Vadim Zeitlin [Sat, 10 Feb 2007 23:50:43 +0000 (23:50 +0000)] 
corrected version in the libraries names: it's only 2 digits even in development branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomake GetSize() return the size of the window including the decorations and updated...
Vadim Zeitlin [Sat, 10 Feb 2007 23:44:52 +0000 (23:44 +0000)] 
make GetSize() return the size of the window including the decorations and updated SetSize() to account for this as well

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)
Vadim Zeitlin [Sat, 10 Feb 2007 13:48:45 +0000 (13:48 +0000)] 
fix compilation with WXWIN_COMPATIBILITY_2_6 off (and probably a bug)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDon't optimize if there are child windows
Julian Smart [Sat, 10 Feb 2007 09:40:54 +0000 (09:40 +0000)] 
Don't optimize if there are child windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoReverted renderer changes and just use window variant within renderer functions
Julian Smart [Fri, 9 Feb 2007 14:05:11 +0000 (14:05 +0000)] 
Reverted renderer changes and just use window variant within renderer functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded EVT_MOUSE_CAPTURE_LOST handler
Vadim Zeitlin [Fri, 9 Feb 2007 01:36:10 +0000 (01:36 +0000)] 
added EVT_MOUSE_CAPTURE_LOST handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdated the mask
Julian Smart [Thu, 8 Feb 2007 21:45:07 +0000 (21:45 +0000)] 
Updated the mask

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded size constants to allow drawn control parts to match the window variant,
Julian Smart [Thu, 8 Feb 2007 17:16:24 +0000 (17:16 +0000)] 
Added size constants to allow drawn control parts to match the window variant,
initially on Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDo not declare GTypeInfo instances static. This is completely unnecessary and just...
Mart Raudsepp [Thu, 8 Feb 2007 16:12:06 +0000 (16:12 +0000)] 
Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove out of date files (for dmc and 2.4 wxW)
Chris Elliott [Thu, 8 Feb 2007 15:34:57 +0000 (15:34 +0000)] 
remove out of date files (for dmc and 2.4 wxW)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agonot needed any more now that this directory is not used for building anything
Vadim Zeitlin [Thu, 8 Feb 2007 15:16:34 +0000 (15:16 +0000)] 
not needed any more now that this directory is not used for building anything

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved obsolete batch files for building wx with obsolete makefiles
Vadim Zeitlin [Thu, 8 Feb 2007 15:15:42 +0000 (15:15 +0000)] 
removed obsolete batch files for building wx with obsolete makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved obsolete makefiles
Vadim Zeitlin [Thu, 8 Feb 2007 15:09:45 +0000 (15:09 +0000)] 
removed obsolete makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere
Vadim Zeitlin [Thu, 8 Feb 2007 15:05:23 +0000 (15:05 +0000)] 
remove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not defined anywhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two...
Vadim Zeitlin [Thu, 8 Feb 2007 15:04:24 +0000 (15:04 +0000)] 
fixed incorrect use of UpdateUI handlers; don't use duplicated Ctrl-S accel for two menu items; use the old label value by default when asking for the new one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved the old tmake project files
Vadim Zeitlin [Thu, 8 Feb 2007 14:37:27 +0000 (14:37 +0000)] 
removed the old tmake project files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded const overload of GetChildren()
Vadim Zeitlin [Thu, 8 Feb 2007 14:27:25 +0000 (14:27 +0000)] 
added const overload of GetChildren()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodefine wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already
Vadim Zeitlin [Thu, 8 Feb 2007 14:24:17 +0000 (14:24 +0000)] 
define wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not defined already

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed unreachable code warning in release build
Vadim Zeitlin [Thu, 8 Feb 2007 14:17:37 +0000 (14:17 +0000)] 
fixed unreachable code warning in release build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()
Vadim Zeitlin [Thu, 8 Feb 2007 14:15:52 +0000 (14:15 +0000)] 
fixed what looked like a typo in hit code testing in wxRichTextCtrl::OnMoveMouse()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessE...
Vadim Zeitlin [Thu, 8 Feb 2007 02:26:59 +0000 (02:26 +0000)] 
corrected return value and skipped flag setting in wxScrollHelperEvtHandler::ProcessEvent()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreSWIGged
Robin Dunn [Wed, 7 Feb 2007 21:44:44 +0000 (21:44 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdate the text of a read-only combobox (and hence wxChoice) when selection is change...
Vadim Zeitlin [Wed, 7 Feb 2007 17:39:43 +0000 (17:39 +0000)] 
update the text of a read-only combobox (and hence wxChoice) when selection is changed too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix unused variable warning with wxUSE_TOOLTIPS==0
Vadim Zeitlin [Wed, 7 Feb 2007 17:04:02 +0000 (17:04 +0000)] 
fix unused variable warning with wxUSE_TOOLTIPS==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomerge from 2.8 branch
Robin Dunn [Wed, 7 Feb 2007 16:24:56 +0000 (16:24 +0000)] 
merge from 2.8 branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodefine wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX
Vadim Zeitlin [Wed, 7 Feb 2007 16:07:56 +0000 (16:07 +0000)] 
define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed makefile.rsp to include samples/Makefile.in
Václav Slavík [Wed, 7 Feb 2007 13:55:45 +0000 (13:55 +0000)] 
fixed makefile.rsp to include samples/Makefile.in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded flag for removing attributes
Julian Smart [Wed, 7 Feb 2007 12:24:17 +0000 (12:24 +0000)] 
Added flag for removing attributes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRemoved unnecessary assignment
Julian Smart [Wed, 7 Feb 2007 12:21:42 +0000 (12:21 +0000)] 
Removed unnecessary assignment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix for bug reported at http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:97233...
Chris Elliott [Wed, 7 Feb 2007 10:24:25 +0000 (10:24 +0000)] 
fix for bug reported at http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:97233:200702:jkocpijdefodmmdphebn

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agorebaked after changing the version number
Robin Dunn [Wed, 7 Feb 2007 02:14:45 +0000 (02:14 +0000)] 
rebaked after changing the version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFix unused param warnings
Robin Dunn [Wed, 7 Feb 2007 01:47:37 +0000 (01:47 +0000)] 
Fix unused param warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd wxHL_* styles
Robin Dunn [Tue, 6 Feb 2007 21:54:33 +0000 (21:54 +0000)] 
Add wxHL_* styles
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAllow wxWANTS_CHARS to be effective on native controls too
Robin Dunn [Tue, 6 Feb 2007 21:53:50 +0000 (21:53 +0000)] 
Allow wxWANTS_CHARS to be effective on native controls too
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoReset g_lastMouseEvent after processing the mouse button release event
Robin Dunn [Tue, 6 Feb 2007 21:53:09 +0000 (21:53 +0000)] 
Reset g_lastMouseEvent after processing the mouse button release event
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDon't capture the mouse until after the possible wxEVT_GRID_CELL_BEGIN_DRAG event.
Robin Dunn [Tue, 6 Feb 2007 21:52:23 +0000 (21:52 +0000)] 
Don't capture the mouse until after the possible wxEVT_GRID_CELL_BEGIN_DRAG event.
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse ChangeValue instead of SetValue to avoid bogus EVT_TEXT events
Robin Dunn [Tue, 6 Feb 2007 21:14:42 +0000 (21:14 +0000)] 
use ChangeValue instead of SetValue to avoid bogus EVT_TEXT events
when just setting the descriptive text.
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoSet version number
Robin Dunn [Tue, 6 Feb 2007 21:13:44 +0000 (21:13 +0000)] 
Set version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded SetToolNormalBitmap and SetToolDisabledBitmap
Robin Dunn [Tue, 6 Feb 2007 21:13:03 +0000 (21:13 +0000)] 
Added SetToolNormalBitmap and SetToolDisabledBitmap
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event
Robin Dunn [Tue, 6 Feb 2007 21:11:45 +0000 (21:11 +0000)] 
Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event
(ported from 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoSet version number
Robin Dunn [Tue, 6 Feb 2007 19:58:27 +0000 (19:58 +0000)] 
Set version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoVersion 1.8-0
Roman Rolinsky [Tue, 6 Feb 2007 15:40:32 +0000 (15:40 +0000)] 
Version 1.8-0

New feature added from a patch submitted on sourceforge by botg:
moving of tree items.

Bugs fixed:
- ChecklistBox content editing;
- Window styles more in sync with the docs;
- Replacing items;
- Reference property page created correctly (every property is
  optional).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic...
Włodzimierz Skiba [Tue, 6 Feb 2007 12:12:10 +0000 (12:12 +0000)] 
Fixed wxComboBox always sorted in all univ builds (see wxforum.shadonet.com/viewtopic.php?p=53661)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowx/log.h belongs to pch system
Włodzimierz Skiba [Tue, 6 Feb 2007 08:15:05 +0000 (08:15 +0000)] 
wx/log.h belongs to pch system

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosimplify wxGTK DoSetSizeHints logic, respect size increments
Paul Cornett [Tue, 6 Feb 2007 04:59:29 +0000 (04:59 +0000)] 
simplify wxGTK DoSetSizeHints logic, respect size increments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded script to generate parts of rsp manifests with samples files and bakefile-gener...
Václav Slavík [Mon, 5 Feb 2007 19:24:55 +0000 (19:24 +0000)] 
added script to generate parts of rsp manifests with samples files and bakefile-generates files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomade (many) more wxGrid methods const
Vadim Zeitlin [Mon, 5 Feb 2007 19:10:09 +0000 (19:10 +0000)] 
made (many) more wxGrid methods const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base
Vadim Zeitlin [Mon, 5 Feb 2007 18:19:32 +0000 (18:19 +0000)] 
corrected WXDLLIMPEXP_ declaration for wxEventBlocker: it's part of core, not base

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFixes to the previous fix
Julian Smart [Mon, 5 Feb 2007 16:09:54 +0000 (16:09 +0000)] 
Fixes to the previous fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAvoid triggering false update event when setting the initial range
Julian Smart [Mon, 5 Feb 2007 14:40:55 +0000 (14:40 +0000)] 
Avoid triggering false update event when setting the initial range

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRestored drag position mysteriously removed in revision 1.233
Julian Smart [Mon, 5 Feb 2007 14:14:46 +0000 (14:14 +0000)] 
Restored drag position mysteriously removed in revision 1.233

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoTypo correction
Julian Smart [Mon, 5 Feb 2007 11:46:52 +0000 (11:46 +0000)] 
Typo correction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoTypo fix
Julian Smart [Mon, 5 Feb 2007 08:45:15 +0000 (08:45 +0000)] 
Typo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoMissing include
Julian Smart [Mon, 5 Feb 2007 08:16:38 +0000 (08:16 +0000)] 
Missing include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoCommitting patch #1604462, which improves autoconf support, adds a wxbase template...
Kevin Ollivier [Mon, 5 Feb 2007 01:15:02 +0000 (01:15 +0000)] 
Committing patch #1604462, which improves autoconf support, adds a wxbase template, allows components to have names which match wx lib naming, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agousing scroll axis for mousewheel events
Stefan Csomor [Sun, 4 Feb 2007 06:37:26 +0000 (06:37 +0000)] 
using scroll axis for mousewheel events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agousing scroll axis in translation to scrollwin events, avoiding blocking immediate...
Stefan Csomor [Sun, 4 Feb 2007 06:26:02 +0000 (06:26 +0000)] 
using scroll axis in translation to scrollwin events, avoiding blocking immediate updates when handling the scroll event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadding scroll axis to wheel events
Stefan Csomor [Sun, 4 Feb 2007 06:24:28 +0000 (06:24 +0000)] 
adding scroll axis to wheel events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoour build also depends on bc
Vadim Zeitlin [Sun, 4 Feb 2007 00:35:31 +0000 (00:35 +0000)] 
our build also depends on bc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocall OnInit() from all samples to allow using standard command line options with...
Vadim Zeitlin [Sun, 4 Feb 2007 00:34:18 +0000 (00:34 +0000)] 
call OnInit() from all samples to allow using standard command line options with all of them (patch 1623971)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534)
Vadim Zeitlin [Sun, 4 Feb 2007 00:22:47 +0000 (00:22 +0000)] 
add accessors using wxFileName to wxFile/DirPickerCtrl (patch 1622534)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxEventBlocker class (patch 1622444)
Vadim Zeitlin [Sun, 4 Feb 2007 00:12:50 +0000 (00:12 +0000)] 
added wxEventBlocker class (patch 1622444)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdated comments after latest commit (Tim Kosse)
Vadim Zeitlin [Sat, 3 Feb 2007 15:56:44 +0000 (15:56 +0000)] 
updated comments after latest commit (Tim Kosse)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix compilation problem when wxUSE_FSVOLUME==0 after last commit: declare wxIsDriveAv...
Vadim Zeitlin [Sat, 3 Feb 2007 12:01:42 +0000 (12:01 +0000)] 
fix compilation problem when wxUSE_FSVOLUME==0 after last commit: declare wxIsDriveAvailable() before using it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse wxFSVolume instead of duplicating its functionality in the (MSW branch of) wxGetA...
Vadim Zeitlin [Fri, 2 Feb 2007 23:59:00 +0000 (23:59 +0000)] 
use wxFSVolume instead of duplicating its functionality in the (MSW branch of) wxGetAvailableDrives() (patch 1615074)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES) fails as it does all the time...
Vadim Zeitlin [Fri, 2 Feb 2007 23:55:40 +0000 (23:55 +0000)] 
don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES) fails as it does all the time with network drives

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix assert when the control doesn't have a valid date initially (bug 1648192)
Vadim Zeitlin [Fri, 2 Feb 2007 23:41:54 +0000 (23:41 +0000)] 
fix assert when the control doesn't have a valid date initially (bug 1648192)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't wait for Windows messages in WaitForThread() if we don't dispatch events (shoul...
Vadim Zeitlin [Fri, 2 Feb 2007 23:12:34 +0000 (23:12 +0000)] 
don't wait for Windows messages in WaitForThread() if we don't dispatch events (should fix the bugs 1523302 and 1650795)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't wake up on Windows messages when waiting for thread termination in a console...
Vadim Zeitlin [Fri, 2 Feb 2007 22:46:48 +0000 (22:46 +0000)] 
don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded support for underlined fonts
Vadim Zeitlin [Fri, 2 Feb 2007 01:27:44 +0000 (01:27 +0000)] 
added support for underlined fonts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodocument wxNewId() as being deprecated
Vadim Zeitlin [Thu, 1 Feb 2007 00:26:28 +0000 (00:26 +0000)] 
document wxNewId() as being deprecated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodocument Next/PrevControlId
Vadim Zeitlin [Thu, 1 Feb 2007 00:22:56 +0000 (00:22 +0000)] 
document Next/PrevControlId

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse wxObject copy ctor, not default ctor, in wxEvent copy ctor
Vadim Zeitlin [Thu, 1 Feb 2007 00:07:52 +0000 (00:07 +0000)] 
use wxObject copy ctor, not default ctor, in wxEvent copy ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoCOrrected style doc
Julian Smart [Wed, 31 Jan 2007 14:27:31 +0000 (14:27 +0000)] 
COrrected style doc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved wxABI_TESTS, they're irrelvant in 2.9
Vadim Zeitlin [Wed, 31 Jan 2007 03:40:59 +0000 (03:40 +0000)] 
removed wxABI_TESTS, they're irrelvant in 2.9

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded wxSizerFlags::Top() and Bottom()
Vadim Zeitlin [Wed, 31 Jan 2007 03:26:31 +0000 (03:26 +0000)] 
Added wxSizerFlags::Top() and Bottom()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved 2.6 incompatibilities section
Vadim Zeitlin [Wed, 31 Jan 2007 03:24:02 +0000 (03:24 +0000)] 
removed 2.6 incompatibilities section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdded extra hit test style for more accurate reporting
Julian Smart [Sun, 28 Jan 2007 16:57:07 +0000 (16:57 +0000)] 
Added extra hit test style for more accurate reporting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofix for drawing in the 'grox box' between two scrollbars
Stefan Csomor [Fri, 26 Jan 2007 21:47:46 +0000 (21:47 +0000)] 
fix for drawing in the 'grox box' between two scrollbars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochanging asserts to debug info
Stefan Csomor [Fri, 26 Jan 2007 17:36:53 +0000 (17:36 +0000)] 
changing asserts to debug info

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoseparate assert in case the control ref is already null
Stefan Csomor [Fri, 26 Jan 2007 17:22:14 +0000 (17:22 +0000)] 
separate assert in case the control ref is already null

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775