]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agooverride MSWGetDefaultBgBrush() to use transparent brush
Vadim Zeitlin [Sun, 12 Dec 2004 19:47:01 +0000 (19:47 +0000)] 
override MSWGetDefaultBgBrush() to use transparent brush

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

19 years agoadded MSWGetDefaultBgBrush() to allow some derived classes to use transparent brush...
Vadim Zeitlin [Sun, 12 Dec 2004 19:44:52 +0000 (19:44 +0000)] 
added MSWGetDefaultBgBrush() to allow some derived classes to use transparent brush for erasing background

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

19 years agoeven GUI test should be console app
Václav Slavík [Sun, 12 Dec 2004 19:25:46 +0000 (19:25 +0000)] 
even GUI test should be console app

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

19 years agoadded a test for wxRect::Union()
Vadim Zeitlin [Sun, 12 Dec 2004 19:23:19 +0000 (19:23 +0000)] 
added a test for wxRect::Union()

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

19 years agofixed Union() for the case of this rectangle being empty
Vadim Zeitlin [Sun, 12 Dec 2004 19:00:42 +0000 (19:00 +0000)] 
fixed Union() for the case of this rectangle being empty

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

19 years agoposition the labels correctly when we're created with fixed size
Vadim Zeitlin [Sun, 12 Dec 2004 18:59:42 +0000 (18:59 +0000)] 
position the labels correctly when we're created with fixed size

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

19 years agocreate controls with 1*1 size by default, not 0*0 as it wreaks havoc with wxRect...
Vadim Zeitlin [Sun, 12 Dec 2004 18:56:36 +0000 (18:56 +0000)] 
create controls with 1*1 size by default, not 0*0 as it wreaks havoc with wxRect::Union logic

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

19 years agocompilation fix for wxUSE_TOGGLEBTN == 0
Vadim Zeitlin [Sun, 12 Dec 2004 18:32:26 +0000 (18:32 +0000)] 
compilation fix for wxUSE_TOGGLEBTN == 0

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

19 years agoregenerated
Vadim Zeitlin [Sun, 12 Dec 2004 18:09:32 +0000 (18:09 +0000)] 
regenerated

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

19 years agounused var warning
Vadim Zeitlin [Sun, 12 Dec 2004 17:59:41 +0000 (17:59 +0000)] 
unused var warning

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

19 years agofixed broken logic in ShowFullScreen() (some compiler warnings are helpful)
Vadim Zeitlin [Sun, 12 Dec 2004 17:58:33 +0000 (17:58 +0000)] 
fixed broken logic in ShowFullScreen() (some compiler warnings are helpful)

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

19 years agodelete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it...
Vadim Zeitlin [Sun, 12 Dec 2004 17:47:06 +0000 (17:47 +0000)] 
delete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it's too late there (replaces patch 1082605; closes bug 1068000)

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

19 years agofixed SaveDIB() crash with BW images (patch 1045884)
Vadim Zeitlin [Sun, 12 Dec 2004 17:40:00 +0000 (17:40 +0000)] 
fixed SaveDIB() crash with BW images (patch 1045884)

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

19 years agoinclude <windows.h> before <multimon.h>, should fix mingw32 compilation (bug 966947)
Vadim Zeitlin [Sun, 12 Dec 2004 17:34:36 +0000 (17:34 +0000)] 
include <windows.h> before <multimon.h>, should fix mingw32 compilation (bug 966947)

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

19 years agoscrolling hack (always move our own scrollbars highest in z-order)
Stefan Csomor [Sun, 12 Dec 2004 15:22:49 +0000 (15:22 +0000)] 
scrolling hack (always move our own scrollbars highest in z-order)

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

19 years agoadded GUI test program
Václav Slavík [Sun, 12 Dec 2004 12:35:45 +0000 (12:35 +0000)] 
added GUI test program

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

19 years agomoved tests-only code to tests bakefile
Václav Slavík [Sun, 12 Dec 2004 12:29:39 +0000 (12:29 +0000)] 
moved tests-only code to tests bakefile

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

19 years agodisable gcc warning about class having private dtors and no friends (patch 1065318)
Vadim Zeitlin [Sun, 12 Dec 2004 11:55:37 +0000 (11:55 +0000)] 
disable gcc warning about class having private dtors and no friends (patch 1065318)

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

19 years agolarge files support for wxFFile (patch 1077980 from Mike Wetherell)
Vadim Zeitlin [Sun, 12 Dec 2004 11:53:53 +0000 (11:53 +0000)] 
large files support for wxFFile (patch 1077980 from Mike Wetherell)

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

19 years agoonly handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part...
Vadim Zeitlin [Sun, 12 Dec 2004 11:49:32 +0000 (11:49 +0000)] 
only handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part of patch 1080770)

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

19 years agouse a linked list instead of array for saved messages to fix problems when Dispatch...
Vadim Zeitlin [Sun, 12 Dec 2004 11:47:57 +0000 (11:47 +0000)] 
use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

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

19 years agostop processing pending events after processing all of them which had been in the...
Vadim Zeitlin [Sun, 12 Dec 2004 11:44:46 +0000 (11:44 +0000)] 
stop processing pending events after processing all of them which had been in the queue when we started, not until there are none as this could result in an infinite loop (part of patch 1080770)

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

19 years agofixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)
Vadim Zeitlin [Sun, 12 Dec 2004 11:21:15 +0000 (11:21 +0000)] 
fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)

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

19 years agogravity for splitter window (patch 1046105)
Vadim Zeitlin [Sun, 12 Dec 2004 11:19:36 +0000 (11:19 +0000)] 
gravity for splitter window (patch 1046105)

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

19 years agocross-reference types in the generated docs (patch 1038083)
Vadim Zeitlin [Sun, 12 Dec 2004 11:12:25 +0000 (11:12 +0000)] 
cross-reference types in the generated docs (patch 1038083)

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

19 years agogive an error message if we're built in Unicode mode (in response to bug 1079224)
Vadim Zeitlin [Sun, 12 Dec 2004 11:03:31 +0000 (11:03 +0000)] 
give an error message if we're built in Unicode mode (in response to bug 1079224)

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

19 years agoinclude <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they...
Vadim Zeitlin [Sun, 12 Dec 2004 11:01:39 +0000 (11:01 +0000)] 
include <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they don't risk to work (closes 1083808)

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

19 years agoremoved extra class qualifier from inline method
Vadim Zeitlin [Sun, 12 Dec 2004 10:33:51 +0000 (10:33 +0000)] 
removed extra class qualifier from inline method

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

19 years agomaster setup.h for msvc users
Vadim Zeitlin [Sun, 12 Dec 2004 10:33:03 +0000 (10:33 +0000)] 
master setup.h for msvc users

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

19 years ago10.4 header collision fix
Stefan Csomor [Sun, 12 Dec 2004 10:00:39 +0000 (10:00 +0000)] 
10.4 header collision fix

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

19 years agofix wxTheApp include
Ryan Norton [Sun, 12 Dec 2004 09:15:28 +0000 (09:15 +0000)] 
fix wxTheApp include

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

19 years agoRevert change to wording... it is correct to have "aN 1800-page" because the full...
Kevin Hock [Sun, 12 Dec 2004 01:37:40 +0000 (01:37 +0000)] 
Revert change to wording... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

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

19 years agodon't look for notebooks beyond first top level parent in our hierarchy
Vadim Zeitlin [Sun, 12 Dec 2004 00:09:40 +0000 (00:09 +0000)] 
don't look for notebooks beyond first top level parent in our hierarchy

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

19 years agonever return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most control...
Vadim Zeitlin [Sun, 12 Dec 2004 00:06:43 +0000 (00:06 +0000)] 
never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

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

19 years agouse MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
Vadim Zeitlin [Sat, 11 Dec 2004 23:35:41 +0000 (23:35 +0000)] 
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

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

19 years agohelper class for implementing composite controls under MSW
Vadim Zeitlin [Sat, 11 Dec 2004 23:35:27 +0000 (23:35 +0000)] 
helper class for implementing composite controls under MSW

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

19 years agoadded MSWAlwaysDrawBg() to account for controls such as sliders which must not draw...
Vadim Zeitlin [Sat, 11 Dec 2004 23:34:15 +0000 (23:34 +0000)] 
added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

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

19 years agoadded wxRectFromRECT()
Vadim Zeitlin [Sat, 11 Dec 2004 23:32:20 +0000 (23:32 +0000)] 
added wxRectFromRECT()

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

19 years agoadded and documented wxRect::Union(); also moved some methods inline
Vadim Zeitlin [Sat, 11 Dec 2004 23:29:55 +0000 (23:29 +0000)] 
added and documented wxRect::Union(); also moved some methods inline

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

19 years ago A bit of updating the changes.txt etc.
Robert Roebling [Sat, 11 Dec 2004 21:54:12 +0000 (21:54 +0000)] 
  A bit of updating the changes.txt etc.

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

19 years ago Backed-out PNG8 patch (no time to look at why
Robert Roebling [Sat, 11 Dec 2004 21:52:36 +0000 (21:52 +0000)] 
  Backed-out PNG8 patch (no time to look at why
    it breaks other PNGs).

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

19 years ago Whole bunch of minor doc updates from an external patch.
Robert Roebling [Sat, 11 Dec 2004 21:33:17 +0000 (21:33 +0000)] 
  Whole bunch of minor doc updates from an external patch.
  Also documented combobox's EVT_TEXT_ENTER

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

19 years agotranslate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is
Vadim Zeitlin [Sat, 11 Dec 2004 20:01:05 +0000 (20:01 +0000)] 
translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

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

19 years ago Add SetFocusIgnoringChildren() to wxControlContainer. This
Robert Roebling [Sat, 11 Dec 2004 12:51:05 +0000 (12:51 +0000)] 
  Add SetFocusIgnoringChildren() to wxControlContainer. This
    makes corresponding hacks in wxListCtrl and wxTreeCtrl
    obsolete. With docs.

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

19 years agoBug #1040683: Remove assert when deleting menu entry.
Włodzimierz Skiba [Fri, 10 Dec 2004 16:20:13 +0000 (16:20 +0000)] 
Bug #1040683: Remove assert when deleting menu entry.

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

19 years agowxFoldBar now also horizontal (with API methods renamed to mean length rather than...
Włodzimierz Skiba [Fri, 10 Dec 2004 12:01:04 +0000 (12:01 +0000)] 
wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

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

19 years agoWorkaround for memory bug when using wxRegConfig and calling
Julian Smart [Fri, 10 Dec 2004 11:24:10 +0000 (11:24 +0000)] 
Workaround for memory bug when using wxRegConfig and calling
SetPath.

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

19 years agoreally implemented operator==(); reformatted a little
Vadim Zeitlin [Fri, 10 Dec 2004 11:23:16 +0000 (11:23 +0000)] 
really implemented operator==(); reformatted a little

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

19 years agoBack to broken comparison until it is not fixed other way.
Włodzimierz Skiba [Fri, 10 Dec 2004 07:28:25 +0000 (07:28 +0000)] 
Back to broken comparison until it is not fixed other way.

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

19 years agoWrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI.
David Elliott [Fri, 10 Dec 2004 01:53:31 +0000 (01:53 +0000)] 
Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI.
This allows the code to be used from wxBase with other image classes.

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

19 years agocompilation fix for wxUSE_DATAOBJ == 0
Vadim Zeitlin [Thu, 9 Dec 2004 19:39:17 +0000 (19:39 +0000)] 
compilation fix for wxUSE_DATAOBJ == 0

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

19 years agoCombobox corrections
Julian Smart [Thu, 9 Dec 2004 15:27:54 +0000 (15:27 +0000)] 
Combobox corrections

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

19 years agoAdded further 'missing' wxTextCtrl-like functions to wxComboBox
Julian Smart [Thu, 9 Dec 2004 15:16:51 +0000 (15:16 +0000)] 
Added further 'missing' wxTextCtrl-like functions to wxComboBox

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

19 years agofixup {/'s with last commit
Ryan Norton [Thu, 9 Dec 2004 15:10:07 +0000 (15:10 +0000)] 
fixup {/'s with last commit
merge pre tag change from wxWebSite

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

19 years agoSpelling corrections
Julian Smart [Thu, 9 Dec 2004 14:59:08 +0000 (14:59 +0000)] 
Spelling corrections

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

19 years agoSmall correction
Julian Smart [Thu, 9 Dec 2004 14:16:20 +0000 (14:16 +0000)] 
Small correction

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

19 years agoMisc FAQ mods
Julian Smart [Thu, 9 Dec 2004 14:14:01 +0000 (14:14 +0000)] 
Misc FAQ mods

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

19 years agoreSWIGged
Robin Dunn [Thu, 9 Dec 2004 00:21:25 +0000 (00:21 +0000)] 
reSWIGged

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

19 years agoUse SetMinSize instead of SetSizeHints
Robin Dunn [Thu, 9 Dec 2004 00:21:19 +0000 (00:21 +0000)] 
Use SetMinSize instead of SetSizeHints

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

19 years ago Moved tests for wxHashMap, wxHashSet and wxList
Mattia Barbon [Wed, 8 Dec 2004 22:39:22 +0000 (22:39 +0000)] 
  Moved tests for wxHashMap, wxHashSet and wxList
from console sample and converted them to unit tests.

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

19 years ago Made wxHashSet compile again. Changed the return value
Mattia Barbon [Wed, 8 Dec 2004 22:39:17 +0000 (22:39 +0000)] 
  Made wxHashSet compile again. Changed the return value
for insert() t match the one of wxHashMap (and of std::set).

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

19 years ago Documented wxHashSet.
Mattia Barbon [Wed, 8 Dec 2004 22:33:40 +0000 (22:33 +0000)] 
  Documented wxHashSet.
  Corrected documentation for wxHashMap::insert() mentioning
the correct return value.

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

19 years ago Applied patch for PNG8 alpha mask.
Robert Roebling [Wed, 8 Dec 2004 22:29:25 +0000 (22:29 +0000)] 
  Applied patch for PNG8 alpha mask.

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

19 years ago Check for Pango XFT presence (for wxX11).
Mattia Barbon [Wed, 8 Dec 2004 22:13:37 +0000 (22:13 +0000)] 
  Check for Pango XFT presence (for wxX11).

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

19 years ago Corrected wxComboBox::GetValue() after a
Robert Roebling [Wed, 8 Dec 2004 22:08:28 +0000 (22:08 +0000)] 
  Corrected wxComboBox::GetValue() after a
    selection has changed. Added test for
    that to the "widgets" sample.

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

19 years agoUse SetMinSize instead of SetSizeHints
Robin Dunn [Wed, 8 Dec 2004 21:51:07 +0000 (21:51 +0000)] 
Use SetMinSize instead of SetSizeHints

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

19 years agoSome tweaks for the wxMediaCtrl and enhaced the demo a bit
Robin Dunn [Wed, 8 Dec 2004 21:49:41 +0000 (21:49 +0000)] 
Some tweaks for the wxMediaCtrl and enhaced the demo a bit

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

19 years agofix compilation error
Robin Dunn [Wed, 8 Dec 2004 20:36:13 +0000 (20:36 +0000)] 
fix compilation error

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

19 years agoFixed spurious selection of combobox text during resize
Julian Smart [Wed, 8 Dec 2004 17:51:48 +0000 (17:51 +0000)] 
Fixed spurious selection of combobox text during resize

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

19 years agowxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
Włodzimierz Skiba [Wed, 8 Dec 2004 17:43:18 +0000 (17:43 +0000)] 
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

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

19 years agoFix to FIXME: better nothing than broken comparison.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:17:37 +0000 (17:17 +0000)] 
Fix to FIXME: better nothing than broken comparison.

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

19 years agoFixed bug with lack of return default style if Ok() fails.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:15:06 +0000 (17:15 +0000)] 
Fixed bug with lack of return default style if Ok() fails.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:12:53 +0000 (17:12 +0000)] 
Warning fixes.

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

19 years agowxApp decoration to changes list and missed new methods in wxApp section.
Włodzimierz Skiba [Wed, 8 Dec 2004 17:00:29 +0000 (17:00 +0000)] 
wxApp decoration to changes list and missed new methods in wxApp section.

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

19 years agoScript updates
Julian Smart [Wed, 8 Dec 2004 08:36:01 +0000 (08:36 +0000)] 
Script updates

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

19 years agoFix to FIXME about using unused Get/SetOptimization.
Włodzimierz Skiba [Tue, 7 Dec 2004 20:10:40 +0000 (20:10 +0000)] 
Fix to FIXME about using unused Get/SetOptimization.

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

19 years agowxURI/wxURL links in changes list.
Włodzimierz Skiba [Tue, 7 Dec 2004 19:57:09 +0000 (19:57 +0000)] 
wxURI/wxURL links in changes list.

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

19 years agoCorrect way of modyfing stc.cpp. Thanks Robin for quick guide :-)
Włodzimierz Skiba [Tue, 7 Dec 2004 19:49:27 +0000 (19:49 +0000)] 
Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

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

19 years agoreSWIGged
Robin Dunn [Tue, 7 Dec 2004 18:02:20 +0000 (18:02 +0000)] 
reSWIGged

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

19 years agoAdded ImageFromDataWithAlpha ctor
Robin Dunn [Tue, 7 Dec 2004 18:00:17 +0000 (18:00 +0000)] 
Added ImageFromDataWithAlpha ctor

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

19 years agowx.GridBagSizer stor needs call to _setOORInfo
Robin Dunn [Tue, 7 Dec 2004 17:58:39 +0000 (17:58 +0000)] 
wx.GridBagSizer stor needs call to _setOORInfo

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

19 years agoAdd wxTextEntryDialogStyle constant
Robin Dunn [Tue, 7 Dec 2004 17:57:53 +0000 (17:57 +0000)] 
Add wxTextEntryDialogStyle constant

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

19 years agoAdd flags parameter to wx.Process.Kill and wx.Kill
Robin Dunn [Tue, 7 Dec 2004 17:56:22 +0000 (17:56 +0000)] 
Add flags parameter to wx.Process.Kill and wx.Kill

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

19 years agoEnsure that PlatformInfo is reverse-renamed
Robin Dunn [Tue, 7 Dec 2004 17:54:57 +0000 (17:54 +0000)] 
Ensure that PlatformInfo is reverse-renamed

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

19 years agomade dates in comments consistent
Robin Dunn [Tue, 7 Dec 2004 17:53:56 +0000 (17:53 +0000)] 
made dates in comments consistent

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

19 years agofixing memory leak (reported by Ken Thomases)
Stefan Csomor [Tue, 7 Dec 2004 07:47:15 +0000 (07:47 +0000)] 
fixing memory leak (reported by Ken Thomases)

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

19 years agofixing memory leak (reported by Ken Thomases)
Stefan Csomor [Tue, 7 Dec 2004 07:13:43 +0000 (07:13 +0000)] 
fixing memory leak (reported by Ken Thomases)

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

19 years ago Made sample compile after removal of wxPrintSetupDialog.
Robert Roebling [Mon, 6 Dec 2004 23:43:29 +0000 (23:43 +0000)] 
  Made sample compile after removal of wxPrintSetupDialog.
    Tweak makefile to work with GNOME printing.

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

19 years ago Compilation.
Robert Roebling [Mon, 6 Dec 2004 23:41:28 +0000 (23:41 +0000)] 
  Compilation.

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

19 years agofixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen...
Václav Slavík [Mon, 6 Dec 2004 22:44:39 +0000 (22:44 +0000)] 
fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

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

19 years agowxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1
Kevin Hock [Mon, 6 Dec 2004 17:57:42 +0000 (17:57 +0000)] 
wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

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

19 years agoFix to FIXME removal for dummies ;-)
Włodzimierz Skiba [Mon, 6 Dec 2004 17:37:31 +0000 (17:37 +0000)] 
Fix to FIXME removal for dummies ;-)

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 6 Dec 2004 17:35:00 +0000 (17:35 +0000)] 
Warning fixes.

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

19 years agossize_t for wxFile, unsigned char markup for color components, whitespace source...
Włodzimierz Skiba [Mon, 6 Dec 2004 17:32:42 +0000 (17:32 +0000)] 
ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

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

19 years agoFurther decorations in changes chapter. Missed methods in their base location.
Włodzimierz Skiba [Mon, 6 Dec 2004 17:22:49 +0000 (17:22 +0000)] 
Further decorations in changes chapter. Missed methods in their base location.

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

19 years agoUse Get*Box instead Get*Region if you are asking about position and size. And it...
Włodzimierz Skiba [Mon, 6 Dec 2004 15:48:50 +0000 (15:48 +0000)] 
Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

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

19 years ago Apply choice patch for proper handling of clearing
Robert Roebling [Mon, 6 Dec 2004 12:47:06 +0000 (12:47 +0000)] 
  Apply choice patch for proper handling of clearing
    wxChoice (it reported a selection value of 0)

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

19 years agofixed typos (patch 1079876)
Václav Slavík [Mon, 6 Dec 2004 10:28:58 +0000 (10:28 +0000)] 
fixed typos (patch 1079876)

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

19 years agoRemoved CF_NOSIMULATIONS flag to increase range of available fonts
Julian Smart [Mon, 6 Dec 2004 08:48:29 +0000 (08:48 +0000)] 
Removed CF_NOSIMULATIONS flag to increase range of available fonts

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

19 years ago Implemented run-time checks for the GTK version
Robert Roebling [Sun, 5 Dec 2004 23:03:09 +0000 (23:03 +0000)] 
  Implemented run-time checks for the GTK version

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