]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agogenerate trace messages with dialup mask so that they're not shown by default
Vadim Zeitlin [Tue, 21 Oct 2003 21:34:56 +0000 (21:34 +0000)] 
generate trace messages with dialup mask so that they're not shown by default

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

20 years agoapplied SF patch # 826838 to fix removal of -psn_* command line argument
Gilles Depeyrot [Tue, 21 Oct 2003 20:22:34 +0000 (20:22 +0000)] 
applied SF patch # 826838 to fix removal of -psn_* command line argument

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

20 years agowxUSE_GUI=0 not needed anymore
Václav Slavík [Tue, 21 Oct 2003 14:05:45 +0000 (14:05 +0000)] 
wxUSE_GUI=0 not needed anymore

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

20 years agomore supressed warnings for bcc
Václav Slavík [Tue, 21 Oct 2003 13:14:07 +0000 (13:14 +0000)] 
more supressed warnings for bcc

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

20 years agofree the DIB for raw bitmaps even if they don't use alpha channel
Vadim Zeitlin [Tue, 21 Oct 2003 12:51:50 +0000 (12:51 +0000)] 
free the DIB for raw bitmaps even if they don't use alpha channel

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

20 years agoOpen Watcom doesn't like typename, use class (patch 826812)
Vadim Zeitlin [Mon, 20 Oct 2003 17:43:08 +0000 (17:43 +0000)] 
Open Watcom doesn't like typename, use class (patch 826812)

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

20 years agoVC6 template fixes
Stefan Csomor [Sun, 19 Oct 2003 13:41:33 +0000 (13:41 +0000)] 
VC6 template fixes

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

20 years ago MSVC 5 compilation fix.
Mattia Barbon [Sun, 19 Oct 2003 09:10:20 +0000 (09:10 +0000)] 
  MSVC 5 compilation fix.

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

20 years ago Added some wxPerl notes.
Mattia Barbon [Sun, 19 Oct 2003 09:09:12 +0000 (09:09 +0000)] 
  Added some wxPerl notes.

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

20 years agoreplaced all occurences of wxColourDatabase::FindColour() with Find(); minor code...
Vadim Zeitlin [Sat, 18 Oct 2003 23:51:01 +0000 (23:51 +0000)] 
replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there

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

20 years agodocumented wxColourDatabase::FindColour() change
Vadim Zeitlin [Sat, 18 Oct 2003 23:46:19 +0000 (23:46 +0000)] 
documented wxColourDatabase::FindColour() change

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

20 years agouse #if WXWIN_COMPAT and not #ifdef (patch 826160)
Vadim Zeitlin [Sat, 18 Oct 2003 23:22:11 +0000 (23:22 +0000)] 
use #if WXWIN_COMPAT and not #ifdef (patch 826160)

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

20 years agouse wxColourDatabase::Find() instead of deprecated FindColour(); some minor code...
Vadim Zeitlin [Sat, 18 Oct 2003 23:20:13 +0000 (23:20 +0000)] 
use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code cleanup

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

20 years ago Further corrections to bitmap and blit code.
Robert Roebling [Sat, 18 Oct 2003 19:23:19 +0000 (19:23 +0000)] 
 Further corrections to bitmap and blit code.

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

20 years agoDMC make.exe can handle include directive, even though it is not documented
Václav Slavík [Sat, 18 Oct 2003 11:34:30 +0000 (11:34 +0000)] 
DMC make.exe can handle include directive, even though it is not documented

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 05:47:22 +0000 (05:47 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 04:56:15 +0000 (04:56 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 04:36:23 +0000 (04:36 +0000)] 
reSWIGged

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

20 years agoNew version from Timothy Hochberg
Robin Dunn [Sat, 18 Oct 2003 04:33:35 +0000 (04:33 +0000)] 
New version from Timothy Hochberg

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

20 years agoAdded TODO
Robin Dunn [Sat, 18 Oct 2003 04:33:02 +0000 (04:33 +0000)] 
Added TODO

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

20 years agoAdded IsEditCancelled/SetEditCanceled
Robin Dunn [Sat, 18 Oct 2003 04:32:41 +0000 (04:32 +0000)] 
Added IsEditCancelled/SetEditCanceled

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

20 years agoDemo tweaks
Robin Dunn [Sat, 18 Oct 2003 04:31:26 +0000 (04:31 +0000)] 
Demo tweaks

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

20 years agoAdded note about migration guide
Robin Dunn [Sat, 18 Oct 2003 04:30:10 +0000 (04:30 +0000)] 
Added note about migration guide

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

20 years agotypo fixed
Robin Dunn [Sat, 18 Oct 2003 04:29:53 +0000 (04:29 +0000)] 
typo fixed

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

20 years agoadjusting to changes in xti.h
Stefan Csomor [Fri, 17 Oct 2003 19:53:19 +0000 (19:53 +0000)] 
adjusting to changes in xti.h

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

20 years agoadjusting to changes in object.h
Stefan Csomor [Fri, 17 Oct 2003 19:50:46 +0000 (19:50 +0000)] 
adjusting to changes in object.h

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

20 years agoremoving RTTI classinfo #define redirections, not needed anymore
Stefan Csomor [Fri, 17 Oct 2003 19:48:20 +0000 (19:48 +0000)] 
removing RTTI classinfo #define redirections, not needed anymore

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

20 years agoadded CreateByName(), use it in wxColourDatabase
Vadim Zeitlin [Fri, 17 Oct 2003 17:39:28 +0000 (17:39 +0000)] 
added CreateByName(), use it in wxColourDatabase

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

20 years ago\
Robert Roebling [Fri, 17 Oct 2003 14:28:52 +0000 (14:28 +0000)] 
\

  Updated bitmap blitting code as per 2_4

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

20 years agosamples.inc is not data file
Václav Slavík [Fri, 17 Oct 2003 11:20:25 +0000 (11:20 +0000)] 
samples.inc is not data file

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

20 years ago Committing in .
Jouk Jansen [Fri, 17 Oct 2003 10:01:21 +0000 (10:01 +0000)] 
 Committing in .

 OpenVMS updates

 Modified Files:
  wxWindows/setup.h_vms wxWindows/include/wx/defs.h
 ----------------------------------------------------------------------

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

20 years agofixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
Vadim Zeitlin [Thu, 16 Oct 2003 17:42:31 +0000 (17:42 +0000)] 
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future

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

20 years agoadded \NULL
Vadim Zeitlin [Thu, 16 Oct 2003 17:38:15 +0000 (17:38 +0000)] 
added \NULL

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

20 years agofixed wxMouseEvent::Moving() and Dragging() after the last change
Vadim Zeitlin [Thu, 16 Oct 2003 15:05:32 +0000 (15:05 +0000)] 
fixed wxMouseEvent::Moving() and Dragging() after the last change

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

20 years agomade wxRTTI macros namespace-friendly (patch 799434)
Vadim Zeitlin [Thu, 16 Oct 2003 11:33:46 +0000 (11:33 +0000)] 
made wxRTTI macros namespace-friendly (patch 799434)

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

20 years agocompilation fix for Watcom (part of patch 813225)
Vadim Zeitlin [Thu, 16 Oct 2003 11:23:07 +0000 (11:23 +0000)] 
compilation fix for Watcom (part of patch 813225)

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

20 years agoadded wxSYS_ICONTITLE_FONT (patch 816026)
Vadim Zeitlin [Thu, 16 Oct 2003 11:17:38 +0000 (11:17 +0000)] 
added wxSYS_ICONTITLE_FONT (patch 816026)

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

20 years agoVC++ release mode warning fix
Vadim Zeitlin [Thu, 16 Oct 2003 11:09:11 +0000 (11:09 +0000)] 
VC++ release mode warning fix

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

20 years agoVadim moved the macros to dlimpexp.h
Václav Slavík [Thu, 16 Oct 2003 11:02:30 +0000 (11:02 +0000)] 
Vadim moved the macros to dlimpexp.h

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

20 years agoRemoveEventHandler() didn't reset all pointers correctly (patch 819545)
Vadim Zeitlin [Thu, 16 Oct 2003 10:31:19 +0000 (10:31 +0000)] 
RemoveEventHandler() didn't reset all pointers correctly (patch 819545)

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

20 years agowarning fixes for BCC and OW (heavily modified patch 819146)
Vadim Zeitlin [Thu, 16 Oct 2003 10:28:15 +0000 (10:28 +0000)] 
warning fixes for BCC and OW (heavily modified patch 819146)

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

20 years agomoved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocke...
Vadim Zeitlin [Thu, 16 Oct 2003 10:25:56 +0000 (10:25 +0000)] 
moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

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

20 years agoadded ShouldInheritColours()
Vadim Zeitlin [Thu, 16 Oct 2003 10:00:12 +0000 (10:00 +0000)] 
added ShouldInheritColours()

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

20 years agouse ShouldInheritColours() instead of IsContainerWindow()
Vadim Zeitlin [Thu, 16 Oct 2003 09:39:22 +0000 (09:39 +0000)] 
use ShouldInheritColours() instead of IsContainerWindow()

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

20 years agouse ShouldInheritColours()
Vadim Zeitlin [Thu, 16 Oct 2003 09:38:04 +0000 (09:38 +0000)] 
use ShouldInheritColours()

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

20 years agodon't complain if file doesn't exist in DeleteFile(); do return false if it exists...
Vadim Zeitlin [Thu, 16 Oct 2003 09:19:21 +0000 (09:19 +0000)] 
don't complain if file doesn't exist in DeleteFile(); do return false if it exists and we failed to delete it (patch 819530)

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

20 years agoremoved a string from contrib (Scintilla)
Vadim Zeitlin [Thu, 16 Oct 2003 09:15:10 +0000 (09:15 +0000)] 
removed a string from contrib (Scintilla)

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

20 years agoadded missing wxCMPFUNC_CONVs (patch 817551)
Vadim Zeitlin [Thu, 16 Oct 2003 09:12:36 +0000 (09:12 +0000)] 
added missing wxCMPFUNC_CONVs (patch 817551)

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

20 years agoadded missing wxCMPFUNC_CONVs (patch 820862)
Vadim Zeitlin [Thu, 16 Oct 2003 09:10:44 +0000 (09:10 +0000)] 
added missing wxCMPFUNC_CONVs (patch 820862)

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

20 years agouse correct fallback file name in SaveFile() (patch 820884)
Vadim Zeitlin [Thu, 16 Oct 2003 09:05:54 +0000 (09:05 +0000)] 
use correct fallback file name in SaveFile() (patch 820884)

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

20 years agofinished Japanese translations (patch 824608)
Vadim Zeitlin [Thu, 16 Oct 2003 08:57:03 +0000 (08:57 +0000)] 
finished Japanese translations (patch 824608)

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

20 years agosome cosmetic fixes
Vadim Zeitlin [Thu, 16 Oct 2003 08:51:16 +0000 (08:51 +0000)] 
some cosmetic fixes

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

20 years agopatch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code...
Vadim Zeitlin [Thu, 16 Oct 2003 08:50:20 +0000 (08:50 +0000)] 
patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code cleanup

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

20 years agowxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse
Vadim Zeitlin [Thu, 16 Oct 2003 07:55:25 +0000 (07:55 +0000)] 
wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse

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

20 years agoadded EVT_WIZARD_FINISHED handler
Vadim Zeitlin [Thu, 16 Oct 2003 07:23:58 +0000 (07:23 +0000)] 
added EVT_WIZARD_FINISHED handler

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

20 years agosend EVT_WIZARD_FINISHED for modal wizards as well
Vadim Zeitlin [Thu, 16 Oct 2003 07:22:19 +0000 (07:22 +0000)] 
send EVT_WIZARD_FINISHED for modal wizards as well

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

20 years agoupdate the selection properly after deleting the page
Vadim Zeitlin [Wed, 15 Oct 2003 22:59:36 +0000 (22:59 +0000)] 
update the selection properly after deleting the page

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

20 years agoremoved the weird m_style which was never initialized GTK and duplicated m_windowStyl...
Vadim Zeitlin [Wed, 15 Oct 2003 22:45:23 +0000 (22:45 +0000)] 
removed the weird m_style which was never initialized GTK and duplicated m_windowStyle under Mac/MSW

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

20 years agobug fix
Stefan Csomor [Wed, 15 Oct 2003 19:23:52 +0000 (19:23 +0000)] 
bug fix

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

20 years agoattempt to split cmd line into words in the same way as Windows does
Vadim Zeitlin [Tue, 14 Oct 2003 22:58:09 +0000 (22:58 +0000)] 
attempt to split cmd line into words in the same way as Windows does

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

20 years ago wxMotif fixes.
Mattia Barbon [Tue, 14 Oct 2003 17:27:59 +0000 (17:27 +0000)] 
  wxMotif fixes.

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

20 years ago Implemented wxPopupWindow for wxMotif.
Mattia Barbon [Tue, 14 Oct 2003 17:05:28 +0000 (17:05 +0000)] 
  Implemented wxPopupWindow for wxMotif.

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

20 years agonicer tick and fixed home icons (patch #820767)
Václav Slavík [Tue, 14 Oct 2003 07:30:08 +0000 (07:30 +0000)] 
nicer tick and fixed home icons (patch #820767)

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

20 years agooops, compilation fix
Vadim Zeitlin [Mon, 13 Oct 2003 23:49:18 +0000 (23:49 +0000)] 
oops, compilation fix

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

20 years agoadded CanConvert()
Vadim Zeitlin [Mon, 13 Oct 2003 23:47:22 +0000 (23:47 +0000)] 
added CanConvert()

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

20 years agoshow the selected item with customs colour correctly when the control doesn't have...
Vadim Zeitlin [Mon, 13 Oct 2003 23:38:53 +0000 (23:38 +0000)] 
show the selected item with customs colour correctly when the control doesn't have focus (i.e. don't keep the selected background)

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

20 years agogettext plural form docs
Václav Slavík [Mon, 13 Oct 2003 21:37:02 +0000 (21:37 +0000)] 
gettext plural form docs

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

20 years agouse ngettext instead of _N
Václav Slavík [Mon, 13 Oct 2003 21:29:20 +0000 (21:29 +0000)] 
use ngettext instead of _N

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

20 years ago1) use ngettext instead of _N, 2) cleanup of gettext macros definitions
Václav Slavík [Mon, 13 Oct 2003 21:27:02 +0000 (21:27 +0000)] 
1) use ngettext instead of _N, 2) cleanup of gettext macros definitions

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

20 years ago wxMotif now uses wxGLCanvas implementation from wxX11,
Mattia Barbon [Mon, 13 Oct 2003 17:28:15 +0000 (17:28 +0000)] 
  wxMotif now uses wxGLCanvas implementation from wxX11,
removed unused files.

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

20 years ago Fixes for application not closing after last top level
Mattia Barbon [Mon, 13 Oct 2003 17:23:23 +0000 (17:23 +0000)] 
  Fixes for application not closing after last top level
window closed.

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

20 years ago Compilation fixes.
Mattia Barbon [Mon, 13 Oct 2003 17:21:30 +0000 (17:21 +0000)] 
  Compilation fixes.

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

20 years agofixed double filename->URL conversion
Václav Slavík [Mon, 13 Oct 2003 09:56:30 +0000 (09:56 +0000)] 
fixed double filename->URL conversion

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

20 years agosupported platforms update
Václav Slavík [Sun, 12 Oct 2003 13:24:35 +0000 (13:24 +0000)] 
supported platforms update

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

20 years agouse LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker
Vadim Zeitlin [Sun, 12 Oct 2003 11:19:18 +0000 (11:19 +0000)] 
use LVSICF_NOINVALIDATEALL in SetItemCount() to reduce flicker

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

20 years agoadded LVSICF_NOINVALIDATEALL
Vadim Zeitlin [Sun, 12 Oct 2003 11:17:51 +0000 (11:17 +0000)] 
added LVSICF_NOINVALIDATEALL

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

20 years ago Compilation fixes.
Mattia Barbon [Sun, 12 Oct 2003 09:24:55 +0000 (09:24 +0000)] 
  Compilation fixes.

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

20 years ago Try to use the correct make.
Mattia Barbon [Sun, 12 Oct 2003 08:56:07 +0000 (08:56 +0000)] 
  Try to use the correct make.

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

20 years agoVC++ release mode warning fixes
Vadim Zeitlin [Sun, 12 Oct 2003 01:46:17 +0000 (01:46 +0000)] 
VC++ release mode warning fixes

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

20 years agofixed conversion from Unicode in StreamOut() once again
Vadim Zeitlin [Sun, 12 Oct 2003 01:23:23 +0000 (01:23 +0000)] 
fixed conversion from Unicode in StreamOut() once again

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

20 years agoPatch #821454
Robin Dunn [Sat, 11 Oct 2003 01:20:24 +0000 (01:20 +0000)] 
Patch #821454

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

20 years agoanother Unicode compilation fix for !wxUSE_ENHMETAFILE
Vadim Zeitlin [Fri, 10 Oct 2003 20:22:11 +0000 (20:22 +0000)] 
another Unicode compilation fix for !wxUSE_ENHMETAFILE

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

20 years agoremoved #!
Robin Dunn [Fri, 10 Oct 2003 16:11:25 +0000 (16:11 +0000)] 
removed #!

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

20 years agoreturn false from wxXmlResource::Load if the resource is corrupted
Václav Slavík [Fri, 10 Oct 2003 09:48:52 +0000 (09:48 +0000)] 
return false from wxXmlResource::Load if the resource is corrupted

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

20 years agoDon't set insertion point if the text is the same in SetValue
Julian Smart [Fri, 10 Oct 2003 08:21:08 +0000 (08:21 +0000)] 
Don't set insertion point if the text is the same in SetValue

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

20 years agonewlines conversions streamlined
Stefan Csomor [Fri, 10 Oct 2003 04:26:45 +0000 (04:26 +0000)] 
newlines conversions streamlined

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

20 years agoUnicode compilation fix for !wxUSE_ENHMETAFILE
Vadim Zeitlin [Thu, 9 Oct 2003 22:21:28 +0000 (22:21 +0000)] 
Unicode compilation fix for !wxUSE_ENHMETAFILE

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

20 years ago Applied new DoDrawBitmap() and DoBlit() from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:03:17 +0000 (20:03 +0000)] 
  Applied new DoDrawBitmap() and DoBlit() from 2_4

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

20 years ago Added wxBitmap::Rescale() from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:01:49 +0000 (20:01 +0000)] 
  Added wxBitmap::Rescale() from 2_4

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

20 years ago image sample fix from 2_4
Robert Roebling [Thu, 9 Oct 2003 20:00:22 +0000 (20:00 +0000)] 
  image sample fix from 2_4

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

20 years agoadded newline conversion
Stefan Csomor [Thu, 9 Oct 2003 18:19:45 +0000 (18:19 +0000)] 
added newline conversion

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

20 years agoAdded lengthy comment detailing the implications of idle handling
David Elliott [Thu, 9 Oct 2003 15:59:37 +0000 (15:59 +0000)] 
Added lengthy comment detailing the implications of idle handling

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

20 years agoPrevent Cocoa from waiting indefinitely when stopping the event loop
David Elliott [Thu, 9 Oct 2003 15:56:38 +0000 (15:56 +0000)] 
Prevent Cocoa from waiting indefinitely when stopping the event loop

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

20 years agofixed too small pagesize
Václav Slavík [Thu, 9 Oct 2003 15:16:58 +0000 (15:16 +0000)] 
fixed too small pagesize

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

20 years agobeginnings of DigitalMars support
Václav Slavík [Thu, 9 Oct 2003 12:47:09 +0000 (12:47 +0000)] 
beginnings of DigitalMars support

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

20 years agofix for showing a modal dialog from OnIdle() when another modal dialog is being destroyed
Vadim Zeitlin [Thu, 9 Oct 2003 08:52:40 +0000 (08:52 +0000)] 
fix for showing a modal dialog from OnIdle() when another modal dialog is being destroyed

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

20 years agobackport wxRegConfig enumeration fix
Vadim Zeitlin [Wed, 8 Oct 2003 23:37:24 +0000 (23:37 +0000)] 
backport wxRegConfig enumeration fix

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

20 years agofixed enumerating of entries/groups under '/' in wxRegConfig
Vadim Zeitlin [Wed, 8 Oct 2003 23:36:11 +0000 (23:36 +0000)] 
fixed enumerating of entries/groups under '/' in wxRegConfig

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

20 years agowxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
Vadim Zeitlin [Wed, 8 Oct 2003 23:22:00 +0000 (23:22 +0000)] 
wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works

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

20 years agocheck directories passed to Append/Insert/PrependDir(); don't terminate string return...
Vadim Zeitlin [Wed, 8 Oct 2003 23:15:16 +0000 (23:15 +0000)] 
check directories passed to Append/Insert/PrependDir(); don't terminate string returned from GetPath() with wxPATH_GET_SEPARATOR flag with slash for the paths which don't have any path at all under DOS

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