wxWidgets.git
17 years agowxaui/tabmdi size fix for gtk
Benjamin Williams [Fri, 28 Jul 2006 16:03:22 +0000 (16:03 +0000)] 
wxaui/tabmdi size fix for gtk

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

17 years agofixed makefiles to fail if building wxrc fails
Václav Slavík [Fri, 28 Jul 2006 10:38:22 +0000 (10:38 +0000)] 
fixed makefiles to fail if building wxrc fails

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

17 years agoreverted the change to not use wxList until dynarray.h is fixed to provide operator...
Václav Slavík [Fri, 28 Jul 2006 07:14:14 +0000 (07:14 +0000)] 
reverted the change to not use wxList until dynarray.h is fixed to provide operator* in both STL and non-STL modes

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

17 years agoremove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc
Vadim Zeitlin [Thu, 27 Jul 2006 23:02:22 +0000 (23:02 +0000)] 
remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc

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

17 years agodon't use untyped wxList in wxXmlResource
Václav Slavík [Thu, 27 Jul 2006 14:03:02 +0000 (14:03 +0000)] 
don't use untyped wxList in wxXmlResource

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

17 years agoInclude wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Thu, 27 Jul 2006 12:57:16 +0000 (12:57 +0000)] 
Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

17 years agoKill typo noticed by Priit Laes.
Mart Raudsepp [Thu, 27 Jul 2006 11:55:13 +0000 (11:55 +0000)] 
Kill typo noticed by Priit Laes.

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

17 years agoDon't mark "." and ".." for translation when they are used as a check that the user...
Mart Raudsepp [Thu, 27 Jul 2006 11:46:26 +0000 (11:46 +0000)] 
Don't mark "." and ".." for translation when they are used as a check that the user didn't enter "current
directory" or "parent directory" as a new directory name to use...

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

17 years agoUse wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes.
Mart Raudsepp [Thu, 27 Jul 2006 11:40:15 +0000 (11:40 +0000)] 
Use wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes.
This is the first usage of wxPLURAL inside the library itself. We surely have more singular/plural strings than
one?

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

17 years agoNote that wxSlider::Get/SetLineSize is implemented now.
Mart Raudsepp [Thu, 27 Jul 2006 05:53:27 +0000 (05:53 +0000)] 
Note that wxSlider::Get/SetLineSize is implemented now.

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

17 years ago[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize
Mart Raudsepp [Thu, 27 Jul 2006 05:32:01 +0000 (05:32 +0000)] 
[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize

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

17 years agoUse GTK casts.
Mart Raudsepp [Thu, 27 Jul 2006 05:17:36 +0000 (05:17 +0000)] 
Use GTK casts.
Use gtk_range_get_adjustment instead of GtkRange::adjustment - latter is not documented and therefore not public.

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

17 years agoAdd line and page size modification possibility.
Mart Raudsepp [Thu, 27 Jul 2006 05:05:21 +0000 (05:05 +0000)] 
Add line and page size modification possibility.
Fix tick freq text field going insensitive and unusable.

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

17 years agodefine _TM_DEFINED if we define struct tm here
Vadim Zeitlin [Wed, 26 Jul 2006 13:21:02 +0000 (13:21 +0000)] 
define _TM_DEFINED if we define struct tm here

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

17 years agoremove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up...
Vadim Zeitlin [Wed, 26 Jul 2006 13:00:49 +0000 (13:00 +0000)] 
remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up the code a bit

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

17 years agoPCH build fix.
Jamie Gadd [Wed, 26 Jul 2006 05:58:54 +0000 (05:58 +0000)] 
PCH build fix.

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

17 years agoPCH build fix.
Jamie Gadd [Wed, 26 Jul 2006 05:23:40 +0000 (05:23 +0000)] 
PCH build fix.

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

17 years agodon't make wxPathList dtor virtual, this is unneeded and results in gcc warning
Vadim Zeitlin [Tue, 25 Jul 2006 18:48:52 +0000 (18:48 +0000)] 
don't make wxPathList dtor virtual, this is unneeded and results in gcc warning

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

17 years agouse GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the...
Vadim Zeitlin [Tue, 25 Jul 2006 18:47:39 +0000 (18:47 +0000)] 
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB

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

17 years agoWork around problems with sizing floating panes on GTK
Alex Bligh [Tue, 25 Jul 2006 18:46:12 +0000 (18:46 +0000)] 
Work around problems with sizing floating panes on GTK

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

17 years agoadded possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added...
Vadim Zeitlin [Tue, 25 Jul 2006 18:40:04 +0000 (18:40 +0000)] 
added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()

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

17 years agoanother bug fix for the sample
Benjamin Williams [Tue, 25 Jul 2006 16:43:40 +0000 (16:43 +0000)] 
another bug fix for the sample

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

17 years agofixed bad pane name
Benjamin Williams [Tue, 25 Jul 2006 16:29:22 +0000 (16:29 +0000)] 
fixed bad pane name

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

17 years agoMinor header cleaning.
Włodzimierz Skiba [Tue, 25 Jul 2006 14:31:55 +0000 (14:31 +0000)] 
Minor header cleaning.

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

17 years agoFix for function access shown in Tinderbox builds.
Włodzimierz Skiba [Tue, 25 Jul 2006 13:53:55 +0000 (13:53 +0000)] 
Fix for function access shown in Tinderbox builds.

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

17 years agowxAUI: fixed pane saving design thinko
Alex Bligh [Tue, 25 Jul 2006 13:16:41 +0000 (13:16 +0000)] 
wxAUI: fixed pane saving design thinko

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

17 years ago[ 1528248 ] Fix to the width of the wxGenericColourButton
Włodzimierz Skiba [Tue, 25 Jul 2006 11:41:53 +0000 (11:41 +0000)] 
[ 1528248 ] Fix to the width of the wxGenericColourButton

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

17 years agowxAUI: Support serialization of individual PaneInfo structures
Alex Bligh [Tue, 25 Jul 2006 11:41:46 +0000 (11:41 +0000)] 
wxAUI: Support serialization of individual PaneInfo structures

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 11:15:13 +0000 (11:15 +0000)] 
PCH build fix.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 11:02:41 +0000 (11:02 +0000)] 
PCH build fix.

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

17 years agoBlind Tinderbox build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 10:31:38 +0000 (10:31 +0000)] 
Blind Tinderbox build fix.

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

17 years agoRemoved unused files.
Włodzimierz Skiba [Tue, 25 Jul 2006 10:07:16 +0000 (10:07 +0000)] 
Removed unused files.

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

17 years agoMake wxTreebook use wxControlContainer.
Jamie Gadd [Tue, 25 Jul 2006 09:30:19 +0000 (09:30 +0000)] 
Make wxTreebook use wxControlContainer.

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

17 years agoWarning fix for the warning fix.
Jamie Gadd [Tue, 25 Jul 2006 09:24:03 +0000 (09:24 +0000)] 
Warning fix for the warning fix.

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

17 years agoAllow wxUSE_INTL==0 builds.
Włodzimierz Skiba [Tue, 25 Jul 2006 09:08:46 +0000 (09:08 +0000)] 
Allow wxUSE_INTL==0 builds.

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

17 years agoInclude wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 25 Jul 2006 08:47:47 +0000 (08:47 +0000)] 
Include wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

17 years agoSimplify PCH support. Minor source cleaning.
Włodzimierz Skiba [Tue, 25 Jul 2006 08:39:57 +0000 (08:39 +0000)] 
Simplify PCH support. Minor source cleaning.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:50:19 +0000 (06:50 +0000)] 
PCH build fix.

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

17 years agoUse same type in both results of A?B:C operator (Tinderbox build fix).
Włodzimierz Skiba [Tue, 25 Jul 2006 06:48:03 +0000 (06:48 +0000)] 
Use same type in both results of A?B:C operator (Tinderbox build fix).

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

17 years agoFinal steps to move to common icon.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:43:18 +0000 (06:43 +0000)] 
Final steps to move to common icon.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:07:01 +0000 (06:07 +0000)] 
PCH build fix.

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

17 years agomove default button handling code from wxControlContainer to wxTLW (patch 1524441)
Vadim Zeitlin [Tue, 25 Jul 2006 01:31:13 +0000 (01:31 +0000)] 
move default button handling code from wxControlContainer to wxTLW (patch 1524441)

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

17 years agoinclude X11/Xutil.h for wxMotif compilation
Vadim Zeitlin [Tue, 25 Jul 2006 01:28:10 +0000 (01:28 +0000)] 
include X11/Xutil.h for wxMotif compilation

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

17 years agocompilation fix for platforms where size_t is unsigned long, not int
Vadim Zeitlin [Tue, 25 Jul 2006 01:05:49 +0000 (01:05 +0000)] 
compilation fix for platforms where size_t is unsigned long, not int

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

17 years agodocument HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
Vadim Zeitlin [Tue, 25 Jul 2006 00:49:19 +0000 (00:49 +0000)] 
document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

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

17 years agoimprovements to wxPickerBase default proportion values (patch 1525578)
Vadim Zeitlin [Tue, 25 Jul 2006 00:44:41 +0000 (00:44 +0000)] 
improvements to wxPickerBase default proportion values (patch 1525578)

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

17 years agohandlers added using AddHandler() last must have the highest priority (patch 1522807)
Vadim Zeitlin [Tue, 25 Jul 2006 00:33:14 +0000 (00:33 +0000)] 
handlers added using AddHandler() last must have the highest priority (patch 1522807)

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

17 years agoupdate from suzumizaki (patch 1522506)
Vadim Zeitlin [Tue, 25 Jul 2006 00:26:01 +0000 (00:26 +0000)] 
update from suzumizaki (patch 1522506)

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

17 years agoupdate from suzumizaki (patch 1522241)
Vadim Zeitlin [Tue, 25 Jul 2006 00:23:38 +0000 (00:23 +0000)] 
update from suzumizaki (patch 1522241)

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

17 years agomake wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch...
Vadim Zeitlin [Tue, 25 Jul 2006 00:19:46 +0000 (00:19 +0000)] 
make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

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

17 years agowxPathList cleanup by Francesco (patch 1521481)
Vadim Zeitlin [Tue, 25 Jul 2006 00:16:55 +0000 (00:16 +0000)] 
wxPathList cleanup by Francesco (patch 1521481)

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

17 years agogenerate middle click events (patch 1521314)
Vadim Zeitlin [Tue, 25 Jul 2006 00:09:49 +0000 (00:09 +0000)] 
generate middle click events (patch 1521314)

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

17 years agoadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
Vadim Zeitlin [Tue, 25 Jul 2006 00:06:43 +0000 (00:06 +0000)] 
added wxID_HELP_INDEX/SEARCH (part of request 1404089)

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

17 years agooptionally count repeating wxLog messages instead of logging all (patch 1520815)
Vadim Zeitlin [Tue, 25 Jul 2006 00:04:35 +0000 (00:04 +0000)] 
optionally count repeating wxLog messages instead of logging all (patch 1520815)

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

17 years agodon't send duplicate set/kill focus events when the text control part of the control...
Vadim Zeitlin [Mon, 24 Jul 2006 23:51:43 +0000 (23:51 +0000)] 
don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

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

17 years agowxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)
Vadim Zeitlin [Mon, 24 Jul 2006 23:48:06 +0000 (23:48 +0000)] 
wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

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

17 years agoallow customization of individual grid lines appearance (patch 1496015)
Vadim Zeitlin [Mon, 24 Jul 2006 23:16:37 +0000 (23:16 +0000)] 
allow customization of individual grid lines appearance (patch 1496015)

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

17 years agofixed typos in last check in
Vadim Zeitlin [Mon, 24 Jul 2006 18:30:43 +0000 (18:30 +0000)] 
fixed typos in last check in

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

17 years agoprotect gs_allThreads with a mutex (modified patch 1518719)
Vadim Zeitlin [Mon, 24 Jul 2006 18:26:26 +0000 (18:26 +0000)] 
protect gs_allThreads with a mutex (modified patch 1518719)

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

17 years agodocumentation for wxAppTraits (patch 1518295 from Francesco)
Vadim Zeitlin [Mon, 24 Jul 2006 18:20:18 +0000 (18:20 +0000)] 
documentation for wxAppTraits (patch 1518295 from Francesco)

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

17 years agodo nothing in Refresh() if the control is frozen
Vadim Zeitlin [Mon, 24 Jul 2006 18:18:34 +0000 (18:18 +0000)] 
do nothing in Refresh() if the control is frozen

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

17 years agocall DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)
Vadim Zeitlin [Mon, 24 Jul 2006 18:12:23 +0000 (18:12 +0000)] 
call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

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

17 years agocheck that the stream is valid before using it in Load() and Save() (patch 1516432)
Vadim Zeitlin [Mon, 24 Jul 2006 18:06:57 +0000 (18:06 +0000)] 
check that the stream is valid before using it in Load() and Save() (patch 1516432)

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

17 years agoimproved Skip() docs (replaces patch 1516341)
Vadim Zeitlin [Mon, 24 Jul 2006 18:05:32 +0000 (18:05 +0000)] 
improved Skip() docs (replaces patch 1516341)

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

17 years agoadd default value for the encoding parameter of wxMacCFStringHolder() instead of...
Vadim Zeitlin [Mon, 24 Jul 2006 18:01:39 +0000 (18:01 +0000)] 
add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)

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

17 years agoadded wxID_ANY default value for the id parameter of Create() for consistency with...
Vadim Zeitlin [Mon, 24 Jul 2006 17:44:46 +0000 (17:44 +0000)] 
added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)

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

17 years agoadded HasHandlerForPath() (modified patch 1514524)
Vadim Zeitlin [Mon, 24 Jul 2006 17:37:39 +0000 (17:37 +0000)] 
added HasHandlerForPath() (modified patch 1514524)

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

17 years agowxUSE_GUI == 0 compilation fix (patch 1501724)
Vadim Zeitlin [Mon, 24 Jul 2006 17:13:38 +0000 (17:13 +0000)] 
wxUSE_GUI == 0 compilation fix (patch 1501724)

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

17 years agoadded static casts to void * for pointers used with format specifier to silence...
Vadim Zeitlin [Mon, 24 Jul 2006 17:05:46 +0000 (17:05 +0000)] 
added static casts to void * for pointers used with  format specifier to silence stupid gcc pedantic warning (bug 1500717)

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

17 years agofloating panes now respect wxPaneInfo::HasCloseButton()
Benjamin Williams [Mon, 24 Jul 2006 16:00:37 +0000 (16:00 +0000)] 
floating panes now respect wxPaneInfo::HasCloseButton()

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

17 years agoadded test pane which has no close button
Benjamin Williams [Mon, 24 Jul 2006 15:57:44 +0000 (15:57 +0000)] 
added test pane which has no close button

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

17 years agouse sample.rc
Vadim Zeitlin [Mon, 24 Jul 2006 15:01:14 +0000 (15:01 +0000)] 
use sample.rc

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

17 years agominor refactoring of OnEraseBackground()
Vadim Zeitlin [Mon, 24 Jul 2006 14:57:57 +0000 (14:57 +0000)] 
minor refactoring of OnEraseBackground()

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

17 years agoWarning fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 14:07:50 +0000 (14:07 +0000)] 
Warning fix.

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

17 years agoWarning fix, minor source cleaning and better !PCH support.
Włodzimierz Skiba [Mon, 24 Jul 2006 14:04:31 +0000 (14:04 +0000)] 
Warning fix, minor source cleaning and better !PCH support.

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

17 years agos_verComCtl doesn't change (during program lifetime)
Vadim Zeitlin [Mon, 24 Jul 2006 13:49:02 +0000 (13:49 +0000)] 
s_verComCtl doesn't change (during program lifetime)

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

17 years agoFix toolbar background painting whem comctl32 < 6
Jamie Gadd [Mon, 24 Jul 2006 13:45:31 +0000 (13:45 +0000)] 
Fix toolbar background painting whem comctl32 < 6

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

17 years agowxAUI: remove spurious semicolons
Alex Bligh [Mon, 24 Jul 2006 13:45:18 +0000 (13:45 +0000)] 
wxAUI: remove spurious semicolons

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

17 years agoinstall help provider to allow testing helptext tags in XRC
Vadim Zeitlin [Mon, 24 Jul 2006 13:39:10 +0000 (13:39 +0000)] 
install help provider to allow testing helptext tags in XRC

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

17 years agodon't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHI...
Vadim Zeitlin [Mon, 24 Jul 2006 13:38:12 +0000 (13:38 +0000)] 
don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHILDREN one

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

17 years agoadded code to test UI updating of menu items in MDI apps
Vadim Zeitlin [Mon, 24 Jul 2006 13:36:22 +0000 (13:36 +0000)] 
added code to test UI updating of menu items in MDI apps

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

17 years agoadded FindFileInPath() (part of an otherwise rejected patch)
Vadim Zeitlin [Mon, 24 Jul 2006 13:34:26 +0000 (13:34 +0000)] 
added FindFileInPath() (part of an otherwise rejected patch)

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

17 years agowxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter...
Mart Raudsepp [Mon, 24 Jul 2006 11:38:06 +0000 (11:38 +0000)] 
wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter in documentation.

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

17 years agowxString::IsEmpty() => empty()
Benjamin Williams [Mon, 24 Jul 2006 11:32:42 +0000 (11:32 +0000)] 
wxString::IsEmpty() => empty()

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

17 years agofixed variable name
Benjamin Williams [Mon, 24 Jul 2006 11:30:27 +0000 (11:30 +0000)] 
fixed variable name

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

17 years agotab draw happens right away when you set the caption
Benjamin Williams [Mon, 24 Jul 2006 09:44:19 +0000 (09:44 +0000)] 
tab draw happens right away when you set the caption

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

17 years agodrawing improvements; empty caption w/ tab drawing looks better
Benjamin Williams [Mon, 24 Jul 2006 09:28:59 +0000 (09:28 +0000)] 
drawing improvements; empty caption w/ tab drawing looks better

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

17 years agotabmdi menu fix
Benjamin Williams [Mon, 24 Jul 2006 08:40:08 +0000 (08:40 +0000)] 
tabmdi menu fix

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

17 years ago[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented
Włodzimierz Skiba [Mon, 24 Jul 2006 08:26:38 +0000 (08:26 +0000)] 
[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented

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

17 years ago[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:48:24 +0000 (07:48 +0000)] 
[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.

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

17 years agoWarning fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:46:05 +0000 (07:46 +0000)] 
Warning fix.

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

17 years agoremoved some commented-out code
Benjamin Williams [Mon, 24 Jul 2006 07:16:20 +0000 (07:16 +0000)] 
removed some commented-out code

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

17 years agoPCH build fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:02:24 +0000 (07:02 +0000)] 
PCH build fix.

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

17 years agoSource cleaning.
Włodzimierz Skiba [Mon, 24 Jul 2006 06:30:49 +0000 (06:30 +0000)] 
Source cleaning.

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

17 years agoPer Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls
Alex Bligh [Sun, 23 Jul 2006 20:56:08 +0000 (20:56 +0000)] 
Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

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

17 years agowxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used...
Alex Bligh [Sun, 23 Jul 2006 14:03:37 +0000 (14:03 +0000)] 
wxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used with 2.6

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

17 years agoUse wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug
Alex Bligh [Sun, 23 Jul 2006 13:52:40 +0000 (13:52 +0000)] 
Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug

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

17 years agoAdd ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)
Mart Raudsepp [Sun, 23 Jul 2006 12:07:56 +0000 (12:07 +0000)] 
Add ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)

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

17 years agowxAUI: Don't fade venetian blind effect by default
Alex Bligh [Sun, 23 Jul 2006 11:39:13 +0000 (11:39 +0000)] 
wxAUI: Don't fade venetian blind effect by default

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

17 years agoAdded color setting tool to the RichTextCtrl sample
Robin Dunn [Sat, 22 Jul 2006 23:05:30 +0000 (23:05 +0000)] 
Added color setting tool to the RichTextCtrl sample

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