]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoWrong #pragma interface/implementation warning fixes.
Włodzimierz Skiba [Thu, 31 Mar 2005 19:10:26 +0000 (19:10 +0000)] 
Wrong #pragma interface/implementation warning fixes.

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

19 years agoApplied patch [ 1174270 ] small fixes to wxGenericDirCtrl
Julian Smart [Thu, 31 Mar 2005 19:04:03 +0000 (19:04 +0000)] 
Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl
Stas Sergeev:

1. CollapseDir() was forgetting to... hrmm, to collapse
the dir...
It was only removing the child elements, leaving the dir
expanded. Missing code added.

2. ReCreateTree(), which, according to the comments, must
collapse and re-open the tree, was not re-opening it.
Fixed.

3. For those who used the bogus ReCreateTree() behaviour
to collapse the tree, I added CollapseTree(). This does
visually what the ReCreateTree() wrongly did before the
patch.

4. Documentation is updated accordingly.

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

19 years agoApplied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds
Julian Smart [Thu, 31 Mar 2005 18:52:50 +0000 (18:52 +0000)] 
Applied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds

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

19 years agosetting the view rectangle explicitely to allow for partial visibility of a control...
Stefan Csomor [Thu, 31 Mar 2005 17:27:57 +0000 (17:27 +0000)] 
setting the view rectangle explicitely to allow for partial visibility of a control (scrollsub)

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

19 years agocalculating vis regions as rects (faster for Quartz) and caching the results for...
Stefan Csomor [Thu, 31 Mar 2005 17:25:53 +0000 (17:25 +0000)] 
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

fixing the background erase event always to have a wxWindowDC (had a wxClientDC in non-toplevel cases before, leading to a off-by-border error when erasing)

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

19 years agocalculating vis regions as rects (faster for Quartz) and caching the results for...
Stefan Csomor [Thu, 31 Mar 2005 17:21:43 +0000 (17:21 +0000)] 
calculating vis regions as rects (faster for Quartz) and caching the results for all implementations

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

19 years agoif(){} and while(){} sometimes is not allowed for inlining (borland warning fix).
Włodzimierz Skiba [Thu, 31 Mar 2005 16:37:48 +0000 (16:37 +0000)] 
if(){} and while(){} sometimes is not allowed for inlining (borland warning fix).

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

19 years agoFrames to skip now honoured for Unix stackwalking
Julian Smart [Thu, 31 Mar 2005 16:26:49 +0000 (16:26 +0000)] 
Frames to skip now honoured for Unix stackwalking
Limited depth to 10 for assert dialog

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

19 years agoFixed MSWClipBoxRegion
Julian Smart [Thu, 31 Mar 2005 15:19:14 +0000 (15:19 +0000)] 
Fixed MSWClipBoxRegion

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

19 years agoRemoved obsolete WXR file
Julian Smart [Thu, 31 Mar 2005 14:55:24 +0000 (14:55 +0000)] 
Removed obsolete WXR file

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

19 years agomissing include for memoryDC
Chris Elliott [Thu, 31 Mar 2005 10:37:34 +0000 (10:37 +0000)] 
missing include for memoryDC

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

19 years agoUse InvalidateRect for Smartphone.
Julian Smart [Thu, 31 Mar 2005 08:33:10 +0000 (08:33 +0000)] 
Use InvalidateRect for Smartphone.

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

19 years agoSmartphone fix.
Włodzimierz Skiba [Thu, 31 Mar 2005 08:09:28 +0000 (08:09 +0000)] 
Smartphone fix.

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

19 years agocleanup
Stefan Csomor [Thu, 31 Mar 2005 05:14:35 +0000 (05:14 +0000)] 
cleanup

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

19 years agocontent clipping becomes a runtime attribute
Stefan Csomor [Thu, 31 Mar 2005 05:12:46 +0000 (05:12 +0000)] 
content clipping becomes a runtime attribute

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

19 years agoreSWIGged
Robin Dunn [Wed, 30 Mar 2005 23:04:58 +0000 (23:04 +0000)] 
reSWIGged

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

19 years agoTests for UTF-8 and PUA characters and octal escapes
Michael Wetherell [Wed, 30 Mar 2005 23:03:36 +0000 (23:03 +0000)] 
Tests for UTF-8 and PUA characters and octal escapes

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

19 years agoAdded wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
Robin Dunn [Wed, 30 Mar 2005 22:58:23 +0000 (22:58 +0000)] 
Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
wxFoldPanelBar classes to Python.

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

19 years agodefault parameters
Robin Dunn [Wed, 30 Mar 2005 22:56:44 +0000 (22:56 +0000)] 
default parameters

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

19 years agoFix for decoding of utf-16 surrogates. Also remove #include that's not needed
Michael Wetherell [Wed, 30 Mar 2005 22:00:19 +0000 (22:00 +0000)] 
Fix for decoding of utf-16 surrogates. Also remove #include that's not needed
after all.

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

19 years agoMore WXDLLIMPEXP_GIZMOS fixes
Robin Dunn [Wed, 30 Mar 2005 21:52:04 +0000 (21:52 +0000)] 
More WXDLLIMPEXP_GIZMOS fixes

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

19 years agoOGL fixes from Davide Salomoni
Robin Dunn [Wed, 30 Mar 2005 21:24:51 +0000 (21:24 +0000)] 
OGL fixes from Davide Salomoni

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

19 years agoreSWIGged
Robin Dunn [Wed, 30 Mar 2005 21:23:52 +0000 (21:23 +0000)] 
reSWIGged

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

19 years ago Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show files
Robert Roebling [Wed, 30 Mar 2005 19:45:32 +0000 (19:45 +0000)] 
  Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show files
   by giving the control a sensible default filter "*"
   or "*.*".

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

19 years agoBacked out a fix which seems to cause more trouble than it's doing good. :-(
Stefan Neis [Wed, 30 Mar 2005 19:19:06 +0000 (19:19 +0000)] 
Backed out a fix which seems to cause more trouble than it's doing good. :-(

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

19 years agoMore WXDLLIMPEXP_GIZMOS fixes
Robin Dunn [Wed, 30 Mar 2005 19:18:57 +0000 (19:18 +0000)] 
More WXDLLIMPEXP_GIZMOS fixes

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

19 years agoSome fuzzy polish translations cleaned.
Włodzimierz Skiba [Wed, 30 Mar 2005 19:15:33 +0000 (19:15 +0000)] 
Some fuzzy polish translations cleaned.

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

19 years agoWrong #pragma interface/implementation warning fixes.
Włodzimierz Skiba [Wed, 30 Mar 2005 19:10:46 +0000 (19:10 +0000)] 
Wrong #pragma interface/implementation warning fixes.

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

19 years agoturning off carbon events for testing
Stefan Csomor [Wed, 30 Mar 2005 19:05:51 +0000 (19:05 +0000)] 
turning off carbon events for testing

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

19 years agoAdded wxStaticPicture
Robin Dunn [Wed, 30 Mar 2005 18:56:05 +0000 (18:56 +0000)] 
Added wxStaticPicture

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

19 years agoMore WXDLLIMPEXP_GIZMOS fixes
Robin Dunn [Wed, 30 Mar 2005 18:54:35 +0000 (18:54 +0000)] 
More WXDLLIMPEXP_GIZMOS fixes

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

19 years agoWXDLLIMPEXP_GIZMOS
Robin Dunn [Wed, 30 Mar 2005 18:49:42 +0000 (18:49 +0000)] 
WXDLLIMPEXP_GIZMOS

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

19 years agorearrainge the #includes and etc. to avoid a name conflict with some
Robin Dunn [Wed, 30 Mar 2005 18:39:54 +0000 (18:39 +0000)] 
rearrainge the #includes and etc. to avoid a name conflict with some
CoreFoundation headers

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

19 years agoallowing 10.2 based compiles
Stefan Csomor [Wed, 30 Mar 2005 18:33:48 +0000 (18:33 +0000)] 
allowing 10.2 based compiles

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

19 years agoApplied patch [ 1164975 ] xml handler for wxStaticPicture
Julian Smart [Wed, 30 Mar 2005 17:14:41 +0000 (17:14 +0000)] 
Applied patch [ 1164975 ] xml handler for wxStaticPicture
David Norris

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

19 years agoApplied patch [ 1171542 ] access static class members via scoping operator
Julian Smart [Wed, 30 Mar 2005 16:49:41 +0000 (16:49 +0000)] 
Applied patch [ 1171542 ] access static class members via scoping operator
Paul Cornett: A static class member can be accessed as X::member,
there is no need for an object or pointer (s.member or
p->member). There are also a few bugs with incorrect
usage of wxString::Format and wxString::FromAscii.

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

19 years ago Compilo.
Robert Roebling [Wed, 30 Mar 2005 16:47:48 +0000 (16:47 +0000)] 
  Compilo.

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

19 years agoApplied patch [ 1171467 ] Fix for DocManager not checking OnNewDocument's return...
Julian Smart [Wed, 30 Mar 2005 16:40:41 +0000 (16:40 +0000)] 
Applied patch [ 1171467 ] Fix for DocManager not checking OnNewDocument's return value

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

19 years agoApplied patch [ 1163322 ] Patch to prevent MDI app from opening the same file twice
Julian Smart [Wed, 30 Mar 2005 16:35:07 +0000 (16:35 +0000)] 
Applied patch [ 1163322 ] Patch to prevent MDI app from opening the same file twice

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

19 years agoavoiding caret in all textctrls in 10.2
Stefan Csomor [Wed, 30 Mar 2005 16:33:37 +0000 (16:33 +0000)] 
avoiding caret in all textctrls in 10.2

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

19 years ago Forgot to commit.
Robert Roebling [Wed, 30 Mar 2005 16:29:40 +0000 (16:29 +0000)] 
  Forgot to commit.

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

19 years agoDMC error fix: dynamic initialization of static data.
Włodzimierz Skiba [Wed, 30 Mar 2005 15:50:06 +0000 (15:50 +0000)] 
DMC error fix: dynamic initialization of static data.

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

19 years agoApplied patch [ 1161769 ] reference to temp object in carbon/palette.cpp
Julian Smart [Wed, 30 Mar 2005 15:47:29 +0000 (15:47 +0000)] 
Applied patch [ 1161769 ] reference to temp object in carbon/palette.cpp
Potentially unsafe (and obsolete) constructor removed.

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

19 years agoDon't hide virtual method in stackwalker. Remove tests implemented now in CppUnit...
Włodzimierz Skiba [Wed, 30 Mar 2005 15:44:52 +0000 (15:44 +0000)] 
Don't hide virtual method in stackwalker. Remove tests implemented now in CppUnit. Use argv in Unicode and ANSI in unicode build. Use base class for standard paths.

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

19 years agoApplied patch [ 1173244 ] splitter sample enhancement
Julian Smart [Wed, 30 Mar 2005 15:36:15 +0000 (15:36 +0000)] 
Applied patch [ 1173244 ] splitter sample enhancement
Martin Rohrbach

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

19 years agoApplied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox
Julian Smart [Wed, 30 Mar 2005 15:30:06 +0000 (15:30 +0000)] 
Applied patch [ 1166587 ] [wxMSW] Removes all flicker from wxStaticBox
By Jamie Gadd

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

19 years agoMinor English corrections
Julian Smart [Wed, 30 Mar 2005 15:20:02 +0000 (15:20 +0000)] 
Minor English corrections

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

19 years agoEliminate warning on WinCE
Julian Smart [Wed, 30 Mar 2005 15:14:43 +0000 (15:14 +0000)] 
Eliminate warning on WinCE

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

19 years agopropagating visibility states into MLTE (otherwise it is 'stealing' events at the...
Stefan Csomor [Wed, 30 Mar 2005 15:08:41 +0000 (15:08 +0000)] 
propagating visibility states into MLTE (otherwise it is 'stealing' events at the top window level)

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

19 years agominor cleanup (don't use magic numbers)
Dimitri Schoolwerth [Wed, 30 Mar 2005 11:45:37 +0000 (11:45 +0000)] 
minor cleanup (don't use magic numbers)

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

19 years agogiving correct 'pressed' visual feedback
Stefan Csomor [Wed, 30 Mar 2005 08:29:33 +0000 (08:29 +0000)] 
giving correct 'pressed' visual feedback

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

19 years agoSorry, should be a __UNIX__ test
Julian Smart [Wed, 30 Mar 2005 08:07:51 +0000 (08:07 +0000)] 
Sorry, should be a __UNIX__ test

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

19 years agoAttempted compile fix
Julian Smart [Wed, 30 Mar 2005 08:00:45 +0000 (08:00 +0000)] 
Attempted compile fix

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

19 years agoapplying OSAF patch for "toolbar selection not correct on Mac after calling Realize...
Stefan Csomor [Wed, 30 Mar 2005 07:53:48 +0000 (07:53 +0000)] 
applying OSAF patch for "toolbar selection not correct on Mac after calling Realize a 2nd time"

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

19 years agomaking removal and re-inserting possible
Stefan Csomor [Wed, 30 Mar 2005 07:33:28 +0000 (07:33 +0000)] 
making removal and re-inserting possible

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

19 years agounifying redraw and scrolling calls between compositing and non-compositing modes
Stefan Csomor [Wed, 30 Mar 2005 05:42:49 +0000 (05:42 +0000)] 
unifying redraw and scrolling calls between compositing and non-compositing modes

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

19 years agoguarding against calls in the destruction sequence of a window
Stefan Csomor [Wed, 30 Mar 2005 04:52:01 +0000 (04:52 +0000)] 
guarding against calls in the destruction sequence of a window

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

19 years agousing separate imaglist on mac
Stefan Csomor [Wed, 30 Mar 2005 04:24:20 +0000 (04:24 +0000)] 
using separate imaglist on mac

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

19 years agoAdded note that the GLOBAL config flag refers to HKLM for wxRegConfig and only provid...
Kevin Hock [Wed, 30 Mar 2005 03:56:18 +0000 (03:56 +0000)] 
Added note that the GLOBAL config flag refers to HKLM for wxRegConfig and only provides read-only access

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

19 years ago Mini doc update for wxConvFileName.
Robert Roebling [Tue, 29 Mar 2005 23:33:16 +0000 (23:33 +0000)] 
  Mini doc update for wxConvFileName.

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

19 years ago Replace wxConvFile with wxConvFileName in the docs.
Robert Roebling [Tue, 29 Mar 2005 23:20:08 +0000 (23:20 +0000)] 
  Replace wxConvFile with wxConvFileName in the docs.

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

19 years ago Made wxConvBrokenFileNames public.
Robert Roebling [Tue, 29 Mar 2005 23:15:54 +0000 (23:15 +0000)] 
 Made wxConvBrokenFileNames public.
 Made use of it from GTK+'s wxApp.

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

19 years agoReduce flicker in some circumstances by setting custom bg style
Julian Smart [Tue, 29 Mar 2005 18:45:18 +0000 (18:45 +0000)] 
Reduce flicker in some circumstances by setting custom bg style

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

19 years agoremoved extra dot from msg catalog names (fix for the fix for the patch 1169837)
Vadim Zeitlin [Tue, 29 Mar 2005 18:12:26 +0000 (18:12 +0000)] 
removed extra dot from msg catalog names (fix for the fix for the patch 1169837)

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

19 years agoUnicode fixes, wxWidgets coding standards, source cleaning for wxFoldBar samples.
Włodzimierz Skiba [Tue, 29 Mar 2005 18:03:57 +0000 (18:03 +0000)] 
Unicode fixes, wxWidgets coding standards, source cleaning for wxFoldBar samples.

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

19 years agoCompile Int<->Hex functions only when necessary (warning fix).
Włodzimierz Skiba [Tue, 29 Mar 2005 17:49:19 +0000 (17:49 +0000)] 
Compile Int<->Hex functions only when necessary (warning fix).

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

19 years agoWarning fixes after recent library changes.
Włodzimierz Skiba [Tue, 29 Mar 2005 17:36:00 +0000 (17:36 +0000)] 
Warning fixes after recent library changes.

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

19 years agoWarning fix about assigning unused value + little source cleaning.
Włodzimierz Skiba [Tue, 29 Mar 2005 17:28:58 +0000 (17:28 +0000)] 
Warning fix about assigning unused value + little source cleaning.

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

19 years agoMissing DMC value after recent changes in tbar95.cpp.
Włodzimierz Skiba [Tue, 29 Mar 2005 17:24:02 +0000 (17:24 +0000)] 
Missing DMC value after recent changes in tbar95.cpp.

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

19 years agoBuild fix after recent changes in library.
Włodzimierz Skiba [Tue, 29 Mar 2005 17:21:59 +0000 (17:21 +0000)] 
Build fix after recent changes in library.

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

19 years agofixing small scrollbars
Stefan Csomor [Tue, 29 Mar 2005 15:49:44 +0000 (15:49 +0000)] 
fixing small scrollbars

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

19 years agogoing back to 16x16 standard size
Stefan Csomor [Tue, 29 Mar 2005 15:41:02 +0000 (15:41 +0000)] 
going back to 16x16 standard size

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

19 years agoCompile with builtin ODBC in GTK+ ANSI mode
Julian Smart [Tue, 29 Mar 2005 14:32:07 +0000 (14:32 +0000)] 
Compile with builtin ODBC in GTK+ ANSI mode

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

19 years agohandling mac as gtk
Stefan Csomor [Tue, 29 Mar 2005 14:05:12 +0000 (14:05 +0000)] 
handling mac as gtk

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

19 years agodestroying native and wx controls
Stefan Csomor [Tue, 29 Mar 2005 13:09:31 +0000 (13:09 +0000)] 
destroying native and wx controls

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

19 years agoAllow Initialize(NULL)
Julian Smart [Tue, 29 Mar 2005 12:22:43 +0000 (12:22 +0000)] 
Allow Initialize(NULL)

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

19 years agothat was a memory leak
Stefan Csomor [Tue, 29 Mar 2005 11:45:38 +0000 (11:45 +0000)] 
that was a memory leak

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

19 years agousing correct icon sizes
Stefan Csomor [Tue, 29 Mar 2005 11:45:23 +0000 (11:45 +0000)] 
using correct icon sizes

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

19 years agoavoiding illegal window styles
Stefan Csomor [Tue, 29 Mar 2005 11:45:05 +0000 (11:45 +0000)] 
avoiding illegal window styles

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

19 years agoswitching implementation
Stefan Csomor [Tue, 29 Mar 2005 11:44:12 +0000 (11:44 +0000)] 
switching implementation

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

19 years agowe need our own imaglist implementation because in wxmac wxIcon does not inherit...
Stefan Csomor [Tue, 29 Mar 2005 11:39:46 +0000 (11:39 +0000)] 
we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

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

19 years agowe need our own imaglist implementation because in wxmac wxIcon does not inherit...
Stefan Csomor [Tue, 29 Mar 2005 10:11:46 +0000 (10:11 +0000)] 
we need our own imaglist implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

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

19 years agowe need our own implementation because in wxmac wxIcon does not inherit from wxBitmap...
Stefan Csomor [Tue, 29 Mar 2005 09:30:39 +0000 (09:30 +0000)] 
we need our own implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

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

19 years agowe need our own implementation because in wxmac wxIcon does not inherit from wxBitmap...
Stefan Csomor [Tue, 29 Mar 2005 08:35:15 +0000 (08:35 +0000)] 
we need our own implementation because in wxmac wxIcon does not inherit from wxBitmap anymore

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

19 years agoUse AC_TRY_LINK for demangle
Julian Smart [Tue, 29 Mar 2005 08:00:27 +0000 (08:00 +0000)] 
Use AC_TRY_LINK for demangle

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

19 years agoAdded __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
Kevin Hock [Tue, 29 Mar 2005 04:08:51 +0000 (04:08 +0000)] 
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on CFM [ followup on Patch 1160346 ]

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

19 years agoreSWIGged
Robin Dunn [Mon, 28 Mar 2005 23:25:15 +0000 (23:25 +0000)] 
reSWIGged

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

19 years agobetter root dir for rc uploads
Robin Dunn [Mon, 28 Mar 2005 23:24:04 +0000 (23:24 +0000)] 
better root dir for rc uploads

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

19 years agoSeparate includes needed for Darwin and classic [ followup on Patch 1160346 ]
Kevin Hock [Mon, 28 Mar 2005 23:00:05 +0000 (23:00 +0000)] 
Separate includes needed for Darwin and classic [ followup on Patch 1160346 ]

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

19 years agodisable the buttons while a find dialog is active
Robin Dunn [Mon, 28 Mar 2005 20:21:58 +0000 (20:21 +0000)] 
disable the buttons while a find dialog is active

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

19 years agodisable the buttons while a find dialog is active
Robin Dunn [Mon, 28 Mar 2005 20:08:38 +0000 (20:08 +0000)] 
disable the buttons while a find dialog is active

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

19 years agoNew wxTE_ flags
Robin Dunn [Mon, 28 Mar 2005 20:05:47 +0000 (20:05 +0000)] 
New wxTE_ flags

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

19 years agowx.lib.mixins.listctrl: Patches from Toni Brkic:
Robin Dunn [Mon, 28 Mar 2005 20:04:50 +0000 (20:04 +0000)] 
wx.lib.mixins.listctrl: Patches from Toni Brkic:
   * Bugfix for TextEditMixin when the view can't be scrolled
   * Enhancement for ListCtrlAutoWidthMixin, allowing it to manage
     the width of any column.

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

19 years agoNote to self...
Robin Dunn [Mon, 28 Mar 2005 19:57:49 +0000 (19:57 +0000)] 
Note to self...

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

19 years agoFixed compilation error on unknown type "in_addr_t".
Stefan Neis [Mon, 28 Mar 2005 19:46:01 +0000 (19:46 +0000)] 
Fixed compilation error on unknown type "in_addr_t".

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

19 years agoCompilation fix for old OS/2 compilers.
Stefan Neis [Mon, 28 Mar 2005 19:21:09 +0000 (19:21 +0000)] 
Compilation fix for old OS/2 compilers.

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

19 years agoCreate RunLoop that can be used to process pending events so that events will still...
Kevin Hock [Mon, 28 Mar 2005 18:47:46 +0000 (18:47 +0000)] 
Create RunLoop that can be used to process pending events so that events will still be processed while the user is using a menu or scrollbar [ Patch 1160346 ] - this really needs to be in 2.5.5 so it can be widely tested before 2.6.

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

19 years agoAdded new function wxGetProcessId.
Stefan Neis [Mon, 28 Mar 2005 18:00:45 +0000 (18:00 +0000)] 
Added new function wxGetProcessId.

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

19 years agoForce wxUSE_DEBUGREPORT to disabled for OS/2.
Stefan Neis [Mon, 28 Mar 2005 17:59:34 +0000 (17:59 +0000)] 
Force wxUSE_DEBUGREPORT to disabled for OS/2.

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

19 years agoReplaced gunshot sound with a more benign, but still impactful, sound
Kevin Hock [Mon, 28 Mar 2005 17:14:01 +0000 (17:14 +0000)] 
Replaced gunshot sound with a more benign, but still impactful, sound

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