]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoAdded missing file copying (patch 1204618)
Julian Smart [Sat, 21 May 2005 16:41:20 +0000 (16:41 +0000)] 
Added missing file copying (patch 1204618)

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

19 years agoSuppressed error when loading colour bitmap since there's fallback code
Julian Smart [Sat, 21 May 2005 16:36:49 +0000 (16:36 +0000)] 
Suppressed error when loading colour bitmap since there's fallback code
(patch 1206066)

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

19 years agoMay as well add the GTK version runtime checks for the other window styles too
Kevin Hock [Sat, 21 May 2005 16:19:29 +0000 (16:19 +0000)] 
May as well add the GTK version runtime checks for the other window styles too

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

19 years ago Add runtime 2.4.0 check.
Robert Roebling [Sat, 21 May 2005 16:06:35 +0000 (16:06 +0000)] 
  Add runtime 2.4.0 check.

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

19 years ago Add conversion to and from menu hotkeys and
Robert Roebling [Sat, 21 May 2005 16:05:29 +0000 (16:05 +0000)] 
  Add conversion to and from menu hotkeys and
   their GTK pendants.

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

19 years agoAdded more paper sizes and code that falls back to explicit paper size
Julian Smart [Sat, 21 May 2005 11:05:31 +0000 (11:05 +0000)] 
Added more paper sizes and code that falls back to explicit paper size

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

19 years ago We don't have datetime.inl anymore, I think.
Robert Roebling [Sat, 21 May 2005 10:50:05 +0000 (10:50 +0000)] 
  We don't have datetime.inl anymore, I think.

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

19 years ago Restored wxGTK.spec again.
Robert Roebling [Sat, 21 May 2005 10:45:36 +0000 (10:45 +0000)] 
  Restored wxGTK.spec again.

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

19 years ago Apply minimal DC patch.
Robert Roebling [Sat, 21 May 2005 10:01:18 +0000 (10:01 +0000)] 
  Apply minimal DC patch.
  Implement GetDepth for GTK2.

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

19 years ago Use dmallocthcxx, not the plain C version.
Robert Roebling [Sat, 21 May 2005 09:59:33 +0000 (09:59 +0000)] 
  Use dmallocthcxx, not the plain C version.

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

19 years ago Don't check for wildcards if wxSAVE is given.
Robert Roebling [Sat, 21 May 2005 09:53:53 +0000 (09:53 +0000)] 
  Don't check for wildcards if wxSAVE is given.

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

19 years ago Add test for new SetBackgroundColour() logic
Robert Roebling [Sat, 21 May 2005 09:46:26 +0000 (09:46 +0000)] 
  Add test for new SetBackgroundColour() logic
   which should leave the sunken border as it
   is a not give it a green border.

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

19 years ago Setting the background colour of a wxWindow or
Robert Roebling [Sat, 21 May 2005 09:42:02 +0000 (09:42 +0000)] 
  Setting the background colour of a wxWindow or
    wxScrolledWindow etc. should only affect the
    actual background, not the border (sunken)
    or the scrollbars etc.

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

19 years ago Make PaintBackground virtual, too. Now that we have
Robert Roebling [Sat, 21 May 2005 07:05:02 +0000 (07:05 +0000)] 
  Make PaintBackground virtual, too. Now that we have
    broken bin comp.

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

19 years agowxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note
Kevin Hock [Sat, 21 May 2005 04:20:49 +0000 (04:20 +0000)] 
wxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note

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

19 years agoAdd wxSTAY_ON_TOP for wxGTK
Kevin Hock [Sat, 21 May 2005 04:17:11 +0000 (04:17 +0000)] 
Add wxSTAY_ON_TOP for wxGTK

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

19 years agoAdd wxSTAY_ON_TOP support [Patch 1206023]
Kevin Hock [Sat, 21 May 2005 04:15:22 +0000 (04:15 +0000)] 
Add wxSTAY_ON_TOP support [Patch 1206023]

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

19 years agoAdd comment to ITEM_MENU reflecting why it's the best choice for context menus in...
Kevin Hock [Sat, 21 May 2005 03:03:40 +0000 (03:03 +0000)] 
Add comment to ITEM_MENU reflecting why it's the best choice for context menus in a tree

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

19 years agoUpdate description of ITEM_MENU to reflect its increased usefulness
Kevin Hock [Sat, 21 May 2005 03:02:30 +0000 (03:02 +0000)] 
Update description of ITEM_MENU to reflect its increased usefulness

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

19 years agoInclude the location of the item in the ITEM_MENU event generated by the menu key...
Kevin Hock [Sat, 21 May 2005 03:01:04 +0000 (03:01 +0000)] 
Include the location of the item in the ITEM_MENU event generated by the menu key, and send the ITEM_MENU event after the RIGHT_CLICK event (consistent with MSW, but this behavior may change). The latter ITEM_MENU event had previously not been sent at all.

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

19 years agoInclude the location of the right-click, or the item, in the MENU_ITEM event.
Kevin Hock [Sat, 21 May 2005 02:58:47 +0000 (02:58 +0000)] 
Include the location of the right-click, or the item, in the MENU_ITEM event.

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

19 years agoThe bug is no longer there, but leave the workaround in place for
Robin Dunn [Fri, 20 May 2005 23:13:46 +0000 (23:13 +0000)] 
The bug is no longer there, but leave the workaround in place for
educational purposes

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

19 years agowxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
Michael Wetherell [Fri, 20 May 2005 21:30:25 +0000 (21:30 +0000)] 
wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL

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

19 years agoThe checklst samples requires wxUSE_CHECKLISTBOX
Michael Wetherell [Fri, 20 May 2005 21:28:06 +0000 (21:28 +0000)] 
The checklst samples requires wxUSE_CHECKLISTBOX

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

19 years agoSet focus to the grid windwo when it is left-clicked
Robin Dunn [Fri, 20 May 2005 16:17:57 +0000 (16:17 +0000)] 
Set focus to the grid windwo when it is left-clicked

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

19 years agonative checkbox didn't have correct state after switching from owner drawn to normal...
Vadim Zeitlin [Fri, 20 May 2005 12:34:47 +0000 (12:34 +0000)] 
native checkbox didn't have correct state after switching from owner drawn to normal mode

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

19 years agoImage updates
Julian Smart [Fri, 20 May 2005 09:18:26 +0000 (09:18 +0000)] 
Image updates

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

19 years agoRenderer should only be used for GTK+ 2
Julian Smart [Fri, 20 May 2005 08:17:11 +0000 (08:17 +0000)] 
Renderer should only be used for GTK+ 2

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

19 years agoCorrections for fonts
Robin Dunn [Thu, 19 May 2005 22:32:40 +0000 (22:32 +0000)] 
Corrections for fonts

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

19 years agoMoved the pending pos and size into wxWindowMSW
Robin Dunn [Thu, 19 May 2005 22:17:01 +0000 (22:17 +0000)] 
Moved the pending pos and size into wxWindowMSW

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

19 years agoNo longer using the reserved pointer
Robin Dunn [Thu, 19 May 2005 22:16:02 +0000 (22:16 +0000)] 
No longer using the reserved pointer

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

19 years agoReplaced cursor images
Julian Smart [Thu, 19 May 2005 20:53:55 +0000 (20:53 +0000)] 
Replaced cursor images

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

19 years agoRemoved redundant cursor files
Julian Smart [Thu, 19 May 2005 20:39:06 +0000 (20:39 +0000)] 
Removed redundant cursor files

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

19 years agoExport correction (blind fix for error found in Tinderbox logs).
Włodzimierz Skiba [Thu, 19 May 2005 20:04:42 +0000 (20:04 +0000)] 
Export correction (blind fix for error found in Tinderbox logs).

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

19 years agoAvoid warnings from mgl headers if possible.
Włodzimierz Skiba [Thu, 19 May 2005 19:37:59 +0000 (19:37 +0000)] 
Avoid warnings from mgl headers if possible.

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

19 years agoRemoved files
Julian Smart [Thu, 19 May 2005 19:08:04 +0000 (19:08 +0000)] 
Removed files

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

19 years agoReplaced images
Julian Smart [Thu, 19 May 2005 19:02:56 +0000 (19:02 +0000)] 
Replaced images

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

19 years agoRefresh of the build files after recent changes in .bkl specifications.
Włodzimierz Skiba [Thu, 19 May 2005 18:21:07 +0000 (18:21 +0000)] 
Refresh of the build files after recent changes in .bkl specifications.

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

19 years agoFix for 'using default arguments would be overload ambiguous' warning.
Włodzimierz Skiba [Thu, 19 May 2005 17:37:59 +0000 (17:37 +0000)] 
Fix for 'using default arguments would be overload ambiguous' warning.

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

19 years agoBuild fix for wxMGL found in Tinderbox logs.
Włodzimierz Skiba [Thu, 19 May 2005 17:35:21 +0000 (17:35 +0000)] 
Build fix for wxMGL found in Tinderbox logs.

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

19 years agoRemoved unnecessary files
Julian Smart [Thu, 19 May 2005 17:33:22 +0000 (17:33 +0000)] 
Removed unnecessary files

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

19 years agoReplaced images
Julian Smart [Thu, 19 May 2005 17:22:42 +0000 (17:22 +0000)] 
Replaced images

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

19 years agoWarning fixes for Cygwin
Michael Wetherell [Thu, 19 May 2005 17:03:10 +0000 (17:03 +0000)] 
Warning fixes for Cygwin

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

19 years agoReplaced icon
Julian Smart [Thu, 19 May 2005 17:01:43 +0000 (17:01 +0000)] 
Replaced icon

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

19 years agoRemoved redundant files
Julian Smart [Thu, 19 May 2005 12:51:28 +0000 (12:51 +0000)] 
Removed redundant files

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

19 years agoReplaced image
Julian Smart [Thu, 19 May 2005 10:15:53 +0000 (10:15 +0000)] 
Replaced image

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

19 years agoRemoved unnecessary file
Julian Smart [Thu, 19 May 2005 09:46:59 +0000 (09:46 +0000)] 
Removed unnecessary file

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

19 years agoReplaced images
Julian Smart [Thu, 19 May 2005 09:43:00 +0000 (09:43 +0000)] 
Replaced images

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

19 years agoReplaced some images
Julian Smart [Thu, 19 May 2005 08:47:23 +0000 (08:47 +0000)] 
Replaced some images

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

19 years agoapplied Maximize patches (1203976)
Stefan Csomor [Thu, 19 May 2005 05:48:47 +0000 (05:48 +0000)] 
applied Maximize patches (1203976)

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

19 years agofixing mask color correction
Stefan Csomor [Thu, 19 May 2005 05:21:05 +0000 (05:21 +0000)] 
fixing mask color correction

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

19 years agoMore updates to the docview library modules and sample apps from the
Robin Dunn [Thu, 19 May 2005 00:21:49 +0000 (00:21 +0000)] 
More updates to the docview library modules and sample apps from the
ActiveGrid folks.  Their sample IDE is now able to integrate with
Subversion.

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

19 years ago Patch from Davide Salomoni that adds an optional point
Robin Dunn [Thu, 19 May 2005 00:13:43 +0000 (00:13 +0000)] 
 Patch from Davide Salomoni that adds an optional point
parameter to LineShape.InsertLineControlPoint allowing one to
optionally specify where the new control point has to be drawn.

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

19 years agorespect label foreground colour for static boxes when using XP themes
Vadim Zeitlin [Thu, 19 May 2005 00:00:26 +0000 (00:00 +0000)] 
respect label foreground colour for static boxes when using XP themes

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

19 years agofixed problem with non-const methods not working on wxRegKey initially opened in...
Vadim Zeitlin [Wed, 18 May 2005 23:29:54 +0000 (23:29 +0000)] 
fixed problem with non-const methods not working on wxRegKey initially opened in read-only mode

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

19 years agoadded a menu item to disable a control
Vadim Zeitlin [Wed, 18 May 2005 23:19:47 +0000 (23:19 +0000)] 
added a menu item to disable a control

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

19 years agoVC++-generated apparently harmless change
Vadim Zeitlin [Wed, 18 May 2005 23:19:30 +0000 (23:19 +0000)] 
VC++-generated apparently harmless change

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

19 years agomake sure that setting custom foreground works together with custom background too
Vadim Zeitlin [Wed, 18 May 2005 23:18:18 +0000 (23:18 +0000)] 
make sure that setting custom foreground works together with custom background too

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

19 years agoproduce more informative (but not much bigger) minidumps by default
Vadim Zeitlin [Wed, 18 May 2005 23:17:42 +0000 (23:17 +0000)] 
produce more informative (but not much bigger) minidumps by default

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

19 years agosetting foreground colour for wxCheckBox now works when using XP themes too
Vadim Zeitlin [Wed, 18 May 2005 23:16:46 +0000 (23:16 +0000)] 
setting foreground colour for wxCheckBox now works when using XP themes too

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

19 years agoRedo the temporary fix 'test -f' instead of 'test -e' for Solaris
Michael Wetherell [Wed, 18 May 2005 22:41:47 +0000 (22:41 +0000)] 
Redo the temporary fix 'test -f' instead of 'test -e' for Solaris

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

19 years agoadded gcc_lib
Vadim Zeitlin [Wed, 18 May 2005 22:40:49 +0000 (22:40 +0000)] 
added gcc_lib

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

19 years agoadded wxEvtHandler::Disconnect(evtType, ...) overload
Vadim Zeitlin [Wed, 18 May 2005 22:40:09 +0000 (22:40 +0000)] 
added wxEvtHandler::Disconnect(evtType, ...) overload

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

19 years agoLet the menubar see a menu's keyboard events, and reset menus on dismiss.
Michael Wetherell [Wed, 18 May 2005 21:36:13 +0000 (21:36 +0000)] 
Let the menubar see a menu's keyboard events, and reset menus on dismiss.

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

19 years agoI don't think wxX11 and wxMGL support EVT_CONTEXT_MENU yet
Michael Wetherell [Wed, 18 May 2005 20:39:34 +0000 (20:39 +0000)] 
I don't think wxX11 and wxMGL support EVT_CONTEXT_MENU yet

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

19 years agoUpdated and removed unnecessary graphics
Julian Smart [Wed, 18 May 2005 19:47:04 +0000 (19:47 +0000)] 
Updated and removed unnecessary graphics

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

19 years agoBug fix from Chad Netzer for when self.history is None
Robin Dunn [Wed, 18 May 2005 18:03:29 +0000 (18:03 +0000)] 
Bug fix from Chad Netzer for when self.history is None

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

19 years agoReplaced image
Julian Smart [Wed, 18 May 2005 17:30:07 +0000 (17:30 +0000)] 
Replaced image

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

19 years agoremoved wx/datetime.inl which is not used any more
Vadim Zeitlin [Wed, 18 May 2005 16:57:31 +0000 (16:57 +0000)] 
removed wx/datetime.inl which is not used any more

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

19 years agoremoved obsolete workspaces
Vadim Zeitlin [Wed, 18 May 2005 16:56:52 +0000 (16:56 +0000)] 
removed obsolete workspaces

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

19 years agoReplaced image
Julian Smart [Wed, 18 May 2005 15:40:51 +0000 (15:40 +0000)] 
Replaced image

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

19 years agoRemoved redundant file
Julian Smart [Wed, 18 May 2005 15:35:00 +0000 (15:35 +0000)] 
Removed redundant file

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

19 years agoReplaced some images
Julian Smart [Wed, 18 May 2005 15:28:35 +0000 (15:28 +0000)] 
Replaced some images

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

19 years agoRemoved redundant file
Julian Smart [Wed, 18 May 2005 15:04:44 +0000 (15:04 +0000)] 
Removed redundant file

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

19 years agoUpdated images
Julian Smart [Wed, 18 May 2005 15:01:36 +0000 (15:01 +0000)] 
Updated images

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

19 years agoImage replacement
Julian Smart [Wed, 18 May 2005 14:37:05 +0000 (14:37 +0000)] 
Image replacement

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

19 years agoRemoved more traces of wxrcedit
Julian Smart [Wed, 18 May 2005 13:58:18 +0000 (13:58 +0000)] 
Removed more traces of wxrcedit

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

19 years agoRemoved wxrcedit
Julian Smart [Wed, 18 May 2005 13:52:48 +0000 (13:52 +0000)] 
Removed wxrcedit

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

19 years agoUpdated images
Julian Smart [Wed, 18 May 2005 13:44:47 +0000 (13:44 +0000)] 
Updated images

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

19 years agoFix for lib order causing unresolved symbols on MSYS (bug #1204112).
Włodzimierz Skiba [Wed, 18 May 2005 12:09:13 +0000 (12:09 +0000)] 
Fix for lib order causing unresolved symbols on MSYS (bug #1204112).

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

19 years ago0.1.5-2
Roman Rolinsky [Wed, 18 May 2005 08:48:54 +0000 (08:48 +0000)] 
0.1.5-2

Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing
active encoding.

Fixed pasting siblings (Ctrl key pressed while pasting).

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

19 years agoMinGW fix.
Włodzimierz Skiba [Wed, 18 May 2005 08:48:23 +0000 (08:48 +0000)] 
MinGW fix.

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

19 years agoReplaced icons
Julian Smart [Wed, 18 May 2005 08:27:27 +0000 (08:27 +0000)] 
Replaced icons

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

19 years ago*** empty log message ***
Robin Dunn [Wed, 18 May 2005 02:34:45 +0000 (02:34 +0000)] 
*** empty log message ***

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

19 years agoSet the ID and the event object in the events
Robin Dunn [Wed, 18 May 2005 02:33:37 +0000 (02:33 +0000)] 
Set the ID and the event object in the events

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

19 years agoAdded some test code (commented out)
Robin Dunn [Wed, 18 May 2005 02:32:05 +0000 (02:32 +0000)] 
Added some test code (commented out)

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

19 years agoPut a cap on the number of lines used in DoGetBestSize
Robin Dunn [Wed, 18 May 2005 02:26:37 +0000 (02:26 +0000)] 
Put a cap on the number of lines used in DoGetBestSize

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

19 years agoPatch #1203934: enable best size caching for MSW widgets
Robin Dunn [Wed, 18 May 2005 02:23:01 +0000 (02:23 +0000)] 
Patch #1203934: enable best size caching for MSW widgets

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

19 years agoAdded a wx.xrc.XmlResourceHandler for the Ticker class
Robin Dunn [Wed, 18 May 2005 00:39:38 +0000 (00:39 +0000)] 
Added a wx.xrc.XmlResourceHandler for the Ticker class

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

19 years agoensure that message catalog files are found when the sample is run under Windows
Vadim Zeitlin [Tue, 17 May 2005 23:42:49 +0000 (23:42 +0000)] 
ensure that message catalog files are found when the sample is run under Windows

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

19 years agosuppress events resulting from our own SetValue() calls
Vadim Zeitlin [Tue, 17 May 2005 23:19:46 +0000 (23:19 +0000)] 
suppress events resulting from our own SetValue() calls

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

19 years agoadded wxSashEventFunction macro
Vadim Zeitlin [Tue, 17 May 2005 23:05:33 +0000 (23:05 +0000)] 
added wxSashEventFunction macro

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

19 years agoRemoved last fix to aclocal.m4
Julian Smart [Tue, 17 May 2005 21:21:17 +0000 (21:21 +0000)] 
Removed last fix to aclocal.m4
Fixed configure.in for Wine

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

19 years agoWork around compile problem with some versions of gcc 2.95 (Debian 3.0 and OS X 10...
Michael Wetherell [Tue, 17 May 2005 20:58:41 +0000 (20:58 +0000)] 
Work around compile problem with some versions of gcc 2.95 (Debian 3.0 and OS X 10.1 affected)

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

19 years agoReplaced image
Julian Smart [Tue, 17 May 2005 20:49:18 +0000 (20:49 +0000)] 
Replaced image

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

19 years agoReplaced icons
Julian Smart [Tue, 17 May 2005 20:30:50 +0000 (20:30 +0000)] 
Replaced icons

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

19 years agoFixed transparency
Julian Smart [Tue, 17 May 2005 20:30:24 +0000 (20:30 +0000)] 
Fixed transparency

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

19 years agoDMC missing value.
Włodzimierz Skiba [Tue, 17 May 2005 20:14:44 +0000 (20:14 +0000)] 
DMC missing value.

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

19 years agoInclude common controls before completing it with missing.h.
Włodzimierz Skiba [Tue, 17 May 2005 20:12:53 +0000 (20:12 +0000)] 
Include common controls before completing it with missing.h.

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

19 years agoCache best size
Robin Dunn [Tue, 17 May 2005 19:05:03 +0000 (19:05 +0000)] 
Cache best size

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