]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agohandle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedric...
Vadim Zeitlin [Wed, 26 Apr 2006 18:04:15 +0000 (18:04 +0000)] 
handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)

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

18 years agofixed unused param warning and code cleanup/simplification in DrawItemSelectionRect()
Vadim Zeitlin [Wed, 26 Apr 2006 18:00:52 +0000 (18:00 +0000)] 
fixed unused param warning and code cleanup/simplification in DrawItemSelectionRect()

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

18 years agomake pen/brush parameters const
Paul Cornett [Wed, 26 Apr 2006 16:27:20 +0000 (16:27 +0000)] 
make pen/brush parameters const

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

18 years agobuild fix for latest C++ standard
Paul Cornett [Wed, 26 Apr 2006 16:27:16 +0000 (16:27 +0000)] 
build fix for latest C++ standard

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

18 years agofixing translation
Stefan Csomor [Wed, 26 Apr 2006 16:15:34 +0000 (16:15 +0000)] 
fixing translation

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

18 years agodefault button on older systems was not shown with OK, but empty, resulting in wxID_C...
Stefan Csomor [Wed, 26 Apr 2006 16:08:11 +0000 (16:08 +0000)] 
default button on older systems was not shown with OK, but empty, resulting in wxID_CANCEL returns, patch 1473745

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

18 years agorenamed RESCOMP to WINDRES due to bakefile changes (patch 1372332)
Vadim Zeitlin [Wed, 26 Apr 2006 12:12:18 +0000 (12:12 +0000)] 
renamed RESCOMP to WINDRES due to bakefile changes (patch 1372332)

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

18 years ago Added wxRenderer method for drawing selection
Robert Roebling [Wed, 26 Apr 2006 10:48:52 +0000 (10:48 +0000)] 
  Added wxRenderer method for drawing selection
    rect if an item in a list has ben selected.

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

18 years agoInclude wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
Włodzimierz Skiba [Wed, 26 Apr 2006 08:21:31 +0000 (08:21 +0000)] 
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agominor cleanup 2 - reformatting
David Surovell [Wed, 26 Apr 2006 02:48:26 +0000 (02:48 +0000)] 
minor cleanup 2 - reformatting

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

18 years agorevert return type changes for gdi object pointers
Paul Cornett [Wed, 26 Apr 2006 02:24:42 +0000 (02:24 +0000)] 
revert return type changes for gdi object pointers

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

18 years agoremove the vertical scrollbar completely if the control is empty
Vadim Zeitlin [Wed, 26 Apr 2006 00:17:52 +0000 (00:17 +0000)] 
remove the vertical scrollbar completely if the control is empty

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

18 years agodon't paint an infinite number of items if the control is empty
Vadim Zeitlin [Wed, 26 Apr 2006 00:16:07 +0000 (00:16 +0000)] 
don't paint an infinite number of items if the control is empty

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

18 years agodocument that the workaround used to make popup menus behave correctly is the one...
Vadim Zeitlin [Wed, 26 Apr 2006 00:05:09 +0000 (00:05 +0000)] 
document that the workaround used to make popup menus behave correctly is the one officially sanctioned by Microsoft and provide the URL to the Knowledge Base article; also minor cleanup: use GetHwndOf() instead of HWND casts

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

18 years agoBack to previous #include order - wxGTK1 include loop needs rethinking.
Włodzimierz Skiba [Tue, 25 Apr 2006 21:43:14 +0000 (21:43 +0000)] 
Back to previous #include order - wxGTK1 include loop needs rethinking.

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

18 years agoBuild fix.
Włodzimierz Skiba [Tue, 25 Apr 2006 21:39:21 +0000 (21:39 +0000)] 
Build fix.

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

18 years agoBuild fix.
Włodzimierz Skiba [Tue, 25 Apr 2006 17:31:27 +0000 (17:31 +0000)] 
Build fix.

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

18 years agominor cleanup - reformatting
David Surovell [Tue, 25 Apr 2006 17:04:30 +0000 (17:04 +0000)] 
minor cleanup - reformatting

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

18 years ago[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'
Włodzimierz Skiba [Tue, 25 Apr 2006 15:16:13 +0000 (15:16 +0000)] 
1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

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

18 years agoInclude wx/intl.h according to precompiled headers of wx/wx.h (with other minor clean...
Włodzimierz Skiba [Tue, 25 Apr 2006 14:38:19 +0000 (14:38 +0000)] 
Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years ago[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'
Włodzimierz Skiba [Tue, 25 Apr 2006 12:40:19 +0000 (12:40 +0000)] 
1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

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

18 years agowxTheColourDatabase->Find() can fail.
Włodzimierz Skiba [Tue, 25 Apr 2006 12:06:51 +0000 (12:06 +0000)] 
wxTheColourDatabase->Find() can fail.

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

18 years ago Lots of minor visual updates.
Robert Roebling [Tue, 25 Apr 2006 10:51:34 +0000 (10:51 +0000)] 
  Lots of minor visual updates.

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

18 years ago Added rc file for MINGW compilation.
Robert Roebling [Tue, 25 Apr 2006 10:50:32 +0000 (10:50 +0000)] 
  Added rc file for MINGW compilation.

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

18 years ago Minor sample update.
Robert Roebling [Tue, 25 Apr 2006 10:49:21 +0000 (10:49 +0000)] 
  Minor sample update.

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

18 years ago Added simple scroll sample.
Robert Roebling [Tue, 25 Apr 2006 10:48:26 +0000 (10:48 +0000)] 
  Added simple scroll sample.

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

18 years ago Minor corrections to native renderer. I also corrected
Robert Roebling [Tue, 25 Apr 2006 10:47:29 +0000 (10:47 +0000)] 
  Minor corrections to native renderer. I also corrected
    the header button renderer as per MSW, this might break
    other code.

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

18 years ago Compile fix for VC
Robert Roebling [Tue, 25 Apr 2006 08:38:07 +0000 (08:38 +0000)] 
  Compile fix for VC

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

18 years agoBuild fix after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 21:32:00 +0000 (21:32 +0000)] 
Build fix after wxColourBase introduction.

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

18 years agoBuild fix after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 21:05:04 +0000 (21:05 +0000)] 
Build fix after wxColourBase introduction.

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

18 years agoBuild fix after DrawPushButton introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 21:01:34 +0000 (21:01 +0000)] 
Build fix after DrawPushButton introduction.

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

18 years agoBuild fix after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 19:44:07 +0000 (19:44 +0000)] 
Build fix after wxColourBase introduction.

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

18 years ago Compile fix
Robert Roebling [Mon, 24 Apr 2006 19:17:26 +0000 (19:17 +0000)] 
 Compile fix

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

18 years agoBuild fix after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 18:31:23 +0000 (18:31 +0000)] 
Build fix after wxColourBase introduction.

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

18 years agoBuild fix after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 18:02:27 +0000 (18:02 +0000)] 
Build fix after wxColourBase introduction.

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

18 years agodon't use invalid/uninitialized iterator in wxList::compatibility_iterator in wxUSE_S...
Vadim Zeitlin [Mon, 24 Apr 2006 17:59:10 +0000 (17:59 +0000)] 
don't use invalid/uninitialized iterator in wxList::compatibility_iterator in wxUSE_STL==1 case, this doesn't work with the debug version of glibc STL

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

18 years agowxUSE_NOTEBOOK usage.
Włodzimierz Skiba [Mon, 24 Apr 2006 16:59:17 +0000 (16:59 +0000)] 
wxUSE_NOTEBOOK usage.

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

18 years ago Committed Jaako's renderer patch
Robert Roebling [Mon, 24 Apr 2006 16:57:27 +0000 (16:57 +0000)] 
  Committed Jaako's renderer patch

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

18 years agowxOS2 build fixes after wxColourBase introduction.
Włodzimierz Skiba [Mon, 24 Apr 2006 16:34:26 +0000 (16:34 +0000)] 
wxOS2 build fixes after wxColourBase introduction.

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

18 years ago Finished most of the selection/focus handling.
Robert Roebling [Mon, 24 Apr 2006 15:34:17 +0000 (15:34 +0000)] 
  Finished most of the selection/focus handling.

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

18 years ago[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifi...
Włodzimierz Skiba [Mon, 24 Apr 2006 14:52:23 +0000 (14:52 +0000)] 
1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifications and rebaked build files.

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

18 years ago Lots of selection and focus code.
Robert Roebling [Mon, 24 Apr 2006 12:33:24 +0000 (12:33 +0000)] 
  Lots of selection and focus code.

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

18 years agoRemoval of second part of dsw files (as requested by Jamie Gadd).
Włodzimierz Skiba [Mon, 24 Apr 2006 09:29:35 +0000 (09:29 +0000)] 
Removal of second part of dsw files (as requested by Jamie Gadd).

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

18 years agoInclude wx/string.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Mon, 24 Apr 2006 08:46:59 +0000 (08:46 +0000)] 
Include wx/string.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agocorrect i18n problems in accel handling code (replaces patch 1465417; closes bug...
Vadim Zeitlin [Mon, 24 Apr 2006 00:56:24 +0000 (00:56 +0000)] 
correct i18n problems in accel handling code (replaces patch 1465417; closes bug 1464912) and a lot of cleanup

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

18 years agocorrected return codes of various methods (patch 1472288)
Vadim Zeitlin [Sun, 23 Apr 2006 22:41:42 +0000 (22:41 +0000)] 
corrected return codes of various methods (patch 1472288)

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

18 years agoemit only 1, not 2, events when changing text of a single line text control
Vadim Zeitlin [Sun, 23 Apr 2006 21:35:33 +0000 (21:35 +0000)] 
emit only 1, not 2, events when changing text of a single line text control

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

18 years agodon't link against 3rd party image libs when building non-GUI targets
Václav Slavík [Sun, 23 Apr 2006 16:38:47 +0000 (16:38 +0000)] 
don't link against 3rd party image libs when building non-GUI targets

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

18 years agofixed bug: option's default value must be among the list of allowed values -- removin...
Václav Slavík [Sun, 23 Apr 2006 15:59:20 +0000 (15:59 +0000)] 
fixed bug: option's default value must be among the list of allowed values -- removing <values> list to fix this

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

18 years agoAdd #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEventType calls
Mart Raudsepp [Sat, 22 Apr 2006 22:12:55 +0000 (22:12 +0000)] 
Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEventType calls

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

18 years agoextract 3 copies of scrollbar width code into one function
Paul Cornett [Sat, 22 Apr 2006 05:46:54 +0000 (05:46 +0000)] 
extract 3 copies of scrollbar width code into one function

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

18 years agoadded comment explaining how to replace calls to deprecated method
Václav Slavík [Fri, 21 Apr 2006 20:47:48 +0000 (20:47 +0000)] 
added comment explaining how to replace calls to deprecated method

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

18 years agoRemoval of first part of dsw files (as requested by Jamie Gadd).
Włodzimierz Skiba [Fri, 21 Apr 2006 20:08:59 +0000 (20:08 +0000)] 
Removal of first part of dsw files (as requested by Jamie Gadd).

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

18 years agofix for Win64 after last sizeof(OPENFILENAME) change
Vadim Zeitlin [Fri, 21 Apr 2006 13:24:39 +0000 (13:24 +0000)] 
fix for Win64 after last sizeof(OPENFILENAME) change

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

18 years agotest centering file dialog on parent frame
Vadim Zeitlin [Fri, 21 Apr 2006 13:10:51 +0000 (13:10 +0000)] 
test centering file dialog on parent frame

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

18 years agono real changes, just (unsuccessful) attempts to make the dialog resizing work
Vadim Zeitlin [Fri, 21 Apr 2006 13:09:19 +0000 (13:09 +0000)] 
no real changes, just (unsuccessful) attempts to make the dialog resizing work

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

18 years agoBuild fix due to broken last commit.
Włodzimierz Skiba [Fri, 21 Apr 2006 12:01:30 +0000 (12:01 +0000)] 
Build fix due to broken last commit.

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

18 years agoRemoved outdated build files.
Włodzimierz Skiba [Fri, 21 Apr 2006 11:57:01 +0000 (11:57 +0000)] 
Removed outdated build files.

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

18 years agoInclude wx/hash.h according to precompiled headers of wx/wx.h (with other minor clean...
Włodzimierz Skiba [Fri, 21 Apr 2006 10:33:01 +0000 (10:33 +0000)] 
Include wx/hash.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoadded operator=(unsigned int) overload (should help djgpp compilation)
Vadim Zeitlin [Fri, 21 Apr 2006 01:50:46 +0000 (01:50 +0000)] 
added operator=(unsigned int) overload (should help djgpp compilation)

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

18 years agoalways use V5 OPENFILENAME struct first and fall back on V4 if it doesn't work (repla...
Vadim Zeitlin [Fri, 21 Apr 2006 01:30:50 +0000 (01:30 +0000)] 
always use V5 OPENFILENAME struct first and fall back on V4 if it doesn't work (replaces patch 1472018)

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

18 years agomade wxCommandEvent::GetInt() return int, not long (patch 1473771)
Vadim Zeitlin [Fri, 21 Apr 2006 00:53:59 +0000 (00:53 +0000)] 
made wxCommandEvent::GetInt() return int, not long (patch 1473771)

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

18 years agoKeep wxPalmOS buildable after changes in wxConvAuto.
Włodzimierz Skiba [Thu, 20 Apr 2006 22:58:03 +0000 (22:58 +0000)] 
Keep wxPalmOS buildable after changes in wxConvAuto.

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

18 years agofix for prior commit
David Surovell [Thu, 20 Apr 2006 18:36:22 +0000 (18:36 +0000)] 
fix for prior commit

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

18 years agocleanup - reformatting
David Surovell [Thu, 20 Apr 2006 18:23:01 +0000 (18:23 +0000)] 
cleanup - reformatting

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

18 years agoremove unneeded gdiobj.h files
Paul Cornett [Thu, 20 Apr 2006 16:47:15 +0000 (16:47 +0000)] 
remove unneeded gdiobj.h files

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

18 years agoLaTeX syntax error in wxRenameFile fixed
Vadim Zeitlin [Thu, 20 Apr 2006 16:25:13 +0000 (16:25 +0000)] 
LaTeX syntax error in wxRenameFile fixed

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

18 years agofixed typo: SelectItem doesn't have return value
Václav Slavík [Thu, 20 Apr 2006 12:22:52 +0000 (12:22 +0000)] 
fixed typo: SelectItem doesn't have return value

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

18 years agoTypo fixes (precompilatixon)
Mart Raudsepp [Thu, 20 Apr 2006 07:39:54 +0000 (07:39 +0000)] 
Typo fixes (precompilatixon)

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

18 years agoInclude wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
Włodzimierz Skiba [Thu, 20 Apr 2006 07:31:44 +0000 (07:31 +0000)] 
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoCoverity CID117: Ignore returned_null here, because we know it can't happen because...
Mart Raudsepp [Thu, 20 Apr 2006 07:08:55 +0000 (07:08 +0000)] 
Coverity CID117: Ignore returned_null here, because we know it can't happen because the Matches() above succeeded

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

18 years agoDocView and ActiveGrid IDE updates from Morgan Hua:
Robin Dunn [Thu, 20 Apr 2006 06:34:04 +0000 (06:34 +0000)] 
DocView and ActiveGrid IDE updates from Morgan Hua:
    New Features: In Tab-View mode, Ctrl-number will take the user to
    the numbered tab view.  Modified files now show an '*' astrisk in
    the view title.  Debugger framework can now support PHP debugging.
    Not important for python development, but at least that means the
    debugger framework is more generalized.

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

18 years agoDocView and ActiveGrid IDE updates from Morgan Hua:
Robin Dunn [Thu, 20 Apr 2006 06:26:03 +0000 (06:26 +0000)] 
DocView and ActiveGrid IDE updates from Morgan Hua:
    New Features: In Tab-View mode, Ctrl-number will take the user to
    the numbered tab view.  Modified files now show an '*' astrisk in
    the view title.  Debugger framework can now support PHP debugging.
    Not important for python development, but at least that means the
    debugger framework is more generalized.

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

18 years agoAdd code to remove the selection (if any) in wxTextCtrl::WriteText for multi-line...
Robin Dunn [Thu, 20 Apr 2006 04:23:36 +0000 (04:23 +0000)] 
Add code to remove the selection (if any) in wxTextCtrl::WriteText for multi-line controls

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

18 years agoFixed line-endings
Robin Dunn [Wed, 19 Apr 2006 19:14:17 +0000 (19:14 +0000)] 
Fixed line-endings

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

18 years agofixing two unicode compile errors
Stefan Csomor [Wed, 19 Apr 2006 16:43:08 +0000 (16:43 +0000)] 
fixing two unicode compile errors

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

18 years agocleanup - reformatting
David Surovell [Wed, 19 Apr 2006 15:38:26 +0000 (15:38 +0000)] 
cleanup - reformatting

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

18 years agofixing sign conversion warning
Stefan Csomor [Wed, 19 Apr 2006 14:42:55 +0000 (14:42 +0000)] 
fixing sign conversion warning

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

18 years agomb2wc fixes
Stefan Csomor [Wed, 19 Apr 2006 14:37:08 +0000 (14:37 +0000)] 
mb2wc fixes

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

18 years agoInclude wx/dynarray.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 19 Apr 2006 14:18:39 +0000 (14:18 +0000)] 
Include wx/dynarray.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoBuild fix after recent changes in wxRendererNative class.
Włodzimierz Skiba [Wed, 19 Apr 2006 12:15:44 +0000 (12:15 +0000)] 
Build fix after recent changes in wxRendererNative class.

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

18 years agoInclude wx/object.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Wed, 19 Apr 2006 10:02:20 +0000 (10:02 +0000)] 
Include wx/object.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agofix off by one error in CharToString(); also simplified the conversion code a bit
Vadim Zeitlin [Wed, 19 Apr 2006 09:38:54 +0000 (09:38 +0000)] 
fix off by one error in CharToString(); also simplified the conversion code a bit

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

18 years ago renderer::DrawHeaderButton() seems to need space
Robert Roebling [Wed, 19 Apr 2006 08:32:55 +0000 (08:32 +0000)] 
  renderer::DrawHeaderButton() seems to need space
    which should be corrected in a general way.

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

18 years ago Added style flags for selection mode.
Robert Roebling [Wed, 19 Apr 2006 08:31:35 +0000 (08:31 +0000)] 
  Added style flags for selection mode.

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

18 years ago Fix Refresh() problem.
Robert Roebling [Wed, 19 Apr 2006 08:20:42 +0000 (08:20 +0000)] 
  Fix Refresh() problem.

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

18 years agolistbox rewrite, cleanup
Stefan Csomor [Wed, 19 Apr 2006 07:53:02 +0000 (07:53 +0000)] 
listbox rewrite, cleanup

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

18 years agolistbox rewrite
Stefan Csomor [Wed, 19 Apr 2006 07:25:08 +0000 (07:25 +0000)] 
listbox rewrite

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

18 years agofixing 'id' objc.h collisions, listbox rewrite
Stefan Csomor [Wed, 19 Apr 2006 06:42:21 +0000 (06:42 +0000)] 
fixing 'id' objc.h collisions, listbox rewrite

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

18 years agofixing 'id' objc.h collisions
Stefan Csomor [Wed, 19 Apr 2006 06:39:43 +0000 (06:39 +0000)] 
fixing 'id' objc.h collisions

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

18 years agodon't convert false to a pointer
Paul Cornett [Wed, 19 Apr 2006 03:07:42 +0000 (03:07 +0000)] 
don't convert false to a pointer

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

18 years agoimplemented DrawCheckButton() for XP renderer; code cleanup
Vadim Zeitlin [Wed, 19 Apr 2006 02:15:30 +0000 (02:15 +0000)] 
implemented DrawCheckButton() for XP renderer; code cleanup

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

18 years agodon't duplicate wxDCBase::DoDrawCheckMark() code in wxDC
Vadim Zeitlin [Wed, 19 Apr 2006 01:22:30 +0000 (01:22 +0000)] 
don't duplicate wxDCBase::DoDrawCheckMark() code in wxDC

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

18 years agouse wxDC::DrawCheckMark() to draw the checkbox button; also simplified the code
Vadim Zeitlin [Wed, 19 Apr 2006 01:20:42 +0000 (01:20 +0000)] 
use wxDC::DrawCheckMark() to draw the checkbox button; also simplified the code

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

18 years agofixed unused param warning
Vadim Zeitlin [Wed, 19 Apr 2006 01:07:10 +0000 (01:07 +0000)] 
fixed unused param warning

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

18 years agoregenerated using build/update-setup-h to have wxUSE_DISPLAY and wxUSE_DATAVIEWCTRL...
Vadim Zeitlin [Wed, 19 Apr 2006 01:03:10 +0000 (01:03 +0000)] 
regenerated using build/update-setup-h to have wxUSE_DISPLAY and wxUSE_DATAVIEWCTRL changes in all versions

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

18 years agoset wxUSE_DISPLAY to 1 by default
Vadim Zeitlin [Wed, 19 Apr 2006 01:00:51 +0000 (01:00 +0000)] 
set wxUSE_DISPLAY to 1 by default

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

18 years agoput wxUSE_DATAVIEWCTRL in alphabetical order
Vadim Zeitlin [Wed, 19 Apr 2006 00:58:44 +0000 (00:58 +0000)] 
put wxUSE_DATAVIEWCTRL in alphabetical order

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

18 years agoremove unneeded gdiobj.h files
Paul Cornett [Wed, 19 Apr 2006 00:25:30 +0000 (00:25 +0000)] 
remove unneeded gdiobj.h files

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

18 years agoreSWIGged
Robin Dunn [Wed, 19 Apr 2006 00:22:55 +0000 (00:22 +0000)] 
reSWIGged

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