]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoInclude and use the shared docopydocs function.
Kevin Ollivier [Wed, 3 May 2006 04:30:13 +0000 (04:30 +0000)] 
Include and use the shared docopydocs function.

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

18 years agoMake sure to include the current values for INCLUDE, LIB, PATH.
Kevin Ollivier [Wed, 3 May 2006 04:28:00 +0000 (04:28 +0000)] 
Make sure to include the current values for INCLUDE, LIB, PATH.

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

18 years agoMove the copying of docs that are included in several tarballs into its own function.
Kevin Ollivier [Wed, 3 May 2006 04:25:44 +0000 (04:25 +0000)] 
Move the copying of docs that are included in several tarballs into its own function.

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

18 years agowxASSERT(false) --> wxFAIL
Paul Cornett [Wed, 3 May 2006 04:12:48 +0000 (04:12 +0000)] 
wxASSERT(false) --> wxFAIL

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

18 years agominor cleanup - reformatting
David Surovell [Wed, 3 May 2006 02:44:33 +0000 (02:44 +0000)] 
minor cleanup - reformatting

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

18 years agoPatch from Eli Golovinsky. Adds generation of _() code for gettext
Robin Dunn [Wed, 3 May 2006 01:47:57 +0000 (01:47 +0000)] 
Patch from Eli Golovinsky.  Adds generation of _() code for gettext
and other tweaks.

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

18 years agoupdate the sizes of all pages when the control size changes
Vadim Zeitlin [Wed, 3 May 2006 00:43:44 +0000 (00:43 +0000)] 
update the sizes of all pages when the control size changes

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

18 years agodon't invalidate the tree size when pages are added/removed, we don't want the tree...
Vadim Zeitlin [Wed, 3 May 2006 00:42:33 +0000 (00:42 +0000)] 
don't invalidate the tree size when pages are added/removed, we don't want the tree size to jump on its own ad the programmer should call FitTree() explicitely if this is desired

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

18 years agofixed setting selection when there are NULL pages in the tree
Vadim Zeitlin [Wed, 3 May 2006 00:36:57 +0000 (00:36 +0000)] 
fixed setting selection when there are NULL pages in the tree

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

18 years agomention that FindToolForPosition() is not implemented under wxGTK; general cleanup...
Vadim Zeitlin [Tue, 2 May 2006 23:43:55 +0000 (23:43 +0000)] 
mention that FindToolForPosition() is not implemented under wxGTK; general cleanup (\arg instead of \it, \NULL instead of NULL)

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

18 years agocorrect access specifier for virtuals
Paul Cornett [Tue, 2 May 2006 17:23:04 +0000 (17:23 +0000)] 
correct access specifier for virtuals

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

18 years agoremove definitions which are already in wx/app.h
Paul Cornett [Tue, 2 May 2006 17:21:30 +0000 (17:21 +0000)] 
remove definitions which are already in wx/app.h

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

18 years agoDMC warning fix.
Włodzimierz Skiba [Tue, 2 May 2006 16:28:22 +0000 (16:28 +0000)] 
DMC warning fix.

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

18 years agoInclude wx/utils.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 2 May 2006 10:39:23 +0000 (10:39 +0000)] 
Include wx/utils.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years ago& operator should be &&
Paul Cornett [Mon, 1 May 2006 17:39:19 +0000 (17:39 +0000)] 
& operator should be &&
virtual OnDismiss() access should match base
extraneous semicolon

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

18 years agouse cleaner OSX version (10.3 upwards)
Stefan Csomor [Mon, 1 May 2006 14:40:35 +0000 (14:40 +0000)] 
use cleaner OSX version (10.3 upwards)

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

18 years agoRenamed DrawCheckButton due to conflict with existing and public api of wxUniversal...
Włodzimierz Skiba [Sun, 30 Apr 2006 23:54:26 +0000 (23:54 +0000)] 
Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal port.

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

18 years agoeVC3 (older WinCE) build fix.
Włodzimierz Skiba [Sun, 30 Apr 2006 21:20:44 +0000 (21:20 +0000)] 
eVC3 (older WinCE) build fix.

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

18 years agoBe nice to eVC++ build process and don't include not existing files.
Włodzimierz Skiba [Sun, 30 Apr 2006 21:16:56 +0000 (21:16 +0000)] 
Be nice to eVC++ build process and don't include not existing files.

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

18 years agoWarning fixes.
Włodzimierz Skiba [Sun, 30 Apr 2006 12:32:29 +0000 (12:32 +0000)] 
Warning fixes.

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

18 years ago Applied patch to add n bitmaps at once to an image
Robert Roebling [Sun, 30 Apr 2006 11:58:40 +0000 (11:58 +0000)] 
  Applied patch to add n bitmaps at once to an image
    list of the bitmap is n times as wide as the
    image width of the image list. This was the case
    in the MSW image list before.

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

18 years ago Patch 1476076 about negative wxImage size when
Robert Roebling [Sun, 30 Apr 2006 11:44:14 +0000 (11:44 +0000)] 
  Patch 1476076 about negative wxImage size when
    copying (or something).

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

18 years ago wxListBox default cstr doc patch.
Robert Roebling [Sun, 30 Apr 2006 11:40:56 +0000 (11:40 +0000)] 
  wxListBox default cstr doc patch.

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

18 years ago Commit XML doc patch.
Robert Roebling [Sun, 30 Apr 2006 11:37:12 +0000 (11:37 +0000)] 
  Commit XML doc patch.

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

18 years ago Blindly added wxImageList::replace( int, bitmap, mask )
Robert Roebling [Sun, 30 Apr 2006 10:38:32 +0000 (10:38 +0000)] 
  Blindly added wxImageList::replace( int, bitmap, mask )

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

18 years ago Added gtk dirdlg
Robert Roebling [Sun, 30 Apr 2006 10:10:09 +0000 (10:10 +0000)] 
  Added gtk dirdlg

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

18 years ago int -> unsigned int in wxListBox docs.
Robert Roebling [Sun, 30 Apr 2006 09:59:07 +0000 (09:59 +0000)] 
 int -> unsigned int in wxListBox docs.

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

18 years ago Committed bakefile correction.
Robert Roebling [Sun, 30 Apr 2006 09:52:27 +0000 (09:52 +0000)] 
  Committed bakefile correction.

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

18 years ago Fix mem leak.
Robert Roebling [Sun, 30 Apr 2006 09:50:36 +0000 (09:50 +0000)] 
  Fix mem leak.

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

18 years ago Trying to commit wxDirDialog patch.
Robert Roebling [Sun, 30 Apr 2006 09:44:29 +0000 (09:44 +0000)] 
  Trying to commit wxDirDialog patch.

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

18 years agosome tweaks
Robin Dunn [Sun, 30 Apr 2006 05:18:44 +0000 (05:18 +0000)] 
some tweaks

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

18 years agoNo more avoiding wxSizer::Fit in wxWinCE builds.
Włodzimierz Skiba [Sun, 30 Apr 2006 00:20:54 +0000 (00:20 +0000)] 
No more avoiding wxSizer::Fit in wxWinCE builds.

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

18 years agoBuild fix for SmartPhoneCE.
Włodzimierz Skiba [Sun, 30 Apr 2006 00:04:37 +0000 (00:04 +0000)] 
Build fix for SmartPhoneCE.

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

18 years agochanged calls to wxMac's private wxColour::Set to use the renamed function wxColour...
Dimitri Schoolwerth [Sat, 29 Apr 2006 19:19:58 +0000 (19:19 +0000)] 
changed calls to wxMac's private wxColour::Set to use the renamed function wxColour::FromRGBColor

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

18 years agoobsolete ref to checklistbox
Stefan Csomor [Sat, 29 Apr 2006 05:51:49 +0000 (05:51 +0000)] 
obsolete ref to checklistbox

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

18 years agoswitching implementation to current base technologies
Stefan Csomor [Sat, 29 Apr 2006 05:37:31 +0000 (05:37 +0000)] 
switching implementation to current base technologies

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

18 years agoswitching implementation new core system (ATS)
Stefan Csomor [Sat, 29 Apr 2006 05:30:33 +0000 (05:30 +0000)] 
switching implementation new core system (ATS)

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

18 years agoAdd virtual keyword where applicable.
Mart Raudsepp [Sat, 29 Apr 2006 00:46:05 +0000 (00:46 +0000)] 
Add virtual keyword where applicable.
Rearrange declarations to match the order in base classes.

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

18 years agoFinal touch for wxColour <-> wxString and wxColourBase by Francesco Montorsi.
Włodzimierz Skiba [Fri, 28 Apr 2006 17:59:28 +0000 (17:59 +0000)] 
Final touch for wxColour <-> wxString and wxColourBase by Francesco Montorsi.

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

18 years agoWarning fixes.
Włodzimierz Skiba [Fri, 28 Apr 2006 17:07:14 +0000 (17:07 +0000)] 
Warning fixes.

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

18 years agoInclude wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
Włodzimierz Skiba [Fri, 28 Apr 2006 12:44:37 +0000 (12:44 +0000)] 
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoSimplify wxWinCE #ifdefs.
Włodzimierz Skiba [Fri, 28 Apr 2006 10:19:41 +0000 (10:19 +0000)] 
Simplify wxWinCE #ifdefs.

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

18 years agoBe nice to eVC++ build process and don't include not existing files.
Włodzimierz Skiba [Fri, 28 Apr 2006 10:14:27 +0000 (10:14 +0000)] 
Be nice to eVC++ build process and don't include not existing files.

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

18 years agowxTLW::IsAlwaysMaximized() introduction.
Włodzimierz Skiba [Thu, 27 Apr 2006 17:18:46 +0000 (17:18 +0000)] 
wxTLW::IsAlwaysMaximized() introduction.

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

18 years agoUnicode build fix.
Włodzimierz Skiba [Thu, 27 Apr 2006 16:39:30 +0000 (16:39 +0000)] 
Unicode build fix.

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

18 years agouse wxDelegateRendererNative as base class instead of wxRendererNative to not have...
Vadim Zeitlin [Thu, 27 Apr 2006 13:50:20 +0000 (13:50 +0000)] 
use wxDelegateRendererNative as base class instead of wxRendererNative to not have to reimplement all pure virtuals

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

18 years agoInclude wx/event.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Thu, 27 Apr 2006 12:47:14 +0000 (12:47 +0000)] 
Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

18 years agoBe nice to eVC++ build process and don't include not existing files.
Włodzimierz Skiba [Thu, 27 Apr 2006 11:33:56 +0000 (11:33 +0000)] 
Be nice to eVC++ build process and don't include not existing files.

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

18 years agocorrection to exception handling in threads: call wxThread::OnExit() always
Vadim Zeitlin [Thu, 27 Apr 2006 11:31:21 +0000 (11:31 +0000)] 
correction to exception handling in threads: call wxThread::OnExit() always

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

18 years agoRefresh(row) should be RefreshRow(row), otherwise it's whole window refreshing.
Włodzimierz Skiba [Thu, 27 Apr 2006 11:25:42 +0000 (11:25 +0000)] 
Refresh(row) should be RefreshRow(row), otherwise it's whole window refreshing.

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

18 years agoundid last commit, it was accidental and the commit message was wrong
Vadim Zeitlin [Thu, 27 Apr 2006 10:21:52 +0000 (10:21 +0000)] 
undid last commit, it was accidental and the commit message was wrong

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

18 years agohandle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedric...
Vadim Zeitlin [Thu, 27 Apr 2006 10:17:13 +0000 (10:17 +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@38933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agorenamed RGBColor setter to avoid former overload being an override
Stefan Csomor [Thu, 27 Apr 2006 07:41:06 +0000 (07:41 +0000)] 
renamed RGBColor setter to avoid former overload being an override

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

18 years agouse stock pens/colors
Paul Cornett [Thu, 27 Apr 2006 04:45:13 +0000 (04:45 +0000)] 
use stock pens/colors

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

18 years agoReset the mouse event object and id in case FindWindowForMouseEvent
Robin Dunn [Thu, 27 Apr 2006 00:30:59 +0000 (00:30 +0000)] 
Reset the mouse event object and id in case FindWindowForMouseEvent
selected a new window to send the event to.

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

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