wxWidgets.git
18 years agoProposed syntax for telling WinCE whether a context menu is available
Julian Smart [Tue, 28 Feb 2006 14:18:45 +0000 (14:18 +0000)] 
Proposed syntax for telling WinCE whether a context menu is available

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

18 years agoAdded context menu support under PocketPC
Julian Smart [Tue, 28 Feb 2006 13:37:23 +0000 (13:37 +0000)] 
Added context menu support under PocketPC

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

18 years agoWinCE can't copy with title in menu
Julian Smart [Tue, 28 Feb 2006 13:26:55 +0000 (13:26 +0000)] 
WinCE can't copy with title in menu

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

18 years ago Added wxDataViewSortedListModel, which doesn't work
Robert Roebling [Tue, 28 Feb 2006 10:47:28 +0000 (10:47 +0000)] 
  Added wxDataViewSortedListModel, which doesn't work
    yet, but you get the idea..

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

18 years agoMake SetLocal actually work instead of crashing immediately; due to required longevit...
Kevin Hock [Tue, 28 Feb 2006 02:04:29 +0000 (02:04 +0000)] 
Make SetLocal actually work instead of crashing immediately; due to required longevity of the item to make it from SetLocal to Connect, we need to use a specifc address type.

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

18 years agoMake MacSetMetalAppearance private so that the extra style flags can't get out of...
Kevin Hock [Tue, 28 Feb 2006 01:33:54 +0000 (01:33 +0000)] 
Make MacSetMetalAppearance private so that the extra style flags can't get out of sync with the OS X-level metal flags by calling MacSetMetalAppearance directly

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

18 years ago First release mouse, then emit event.
Robert Roebling [Mon, 27 Feb 2006 21:49:48 +0000 (21:49 +0000)] 
  First release mouse, then emit event.

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

18 years agoAdding missing wxall and wxmsw targets.
Kevin Ollivier [Mon, 27 Feb 2006 19:30:06 +0000 (19:30 +0000)] 
Adding missing wxall and wxmsw targets.

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

18 years agoTypo. Who puts vowels in 'makedirs'? ;-)
Kevin Ollivier [Mon, 27 Feb 2006 18:26:10 +0000 (18:26 +0000)] 
Typo. Who puts vowels in 'makedirs'? ;-)

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

18 years agofix for wxPathList::FindValidPath() for wxUSE_STL
Vadim Zeitlin [Mon, 27 Feb 2006 15:14:27 +0000 (15:14 +0000)] 
fix for wxPathList::FindValidPath() for wxUSE_STL

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

18 years ago Removed superfluous code.
Robert Roebling [Mon, 27 Feb 2006 14:20:44 +0000 (14:20 +0000)] 
  Removed superfluous code.

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

18 years ago MVC works now.
Robert Roebling [Mon, 27 Feb 2006 14:18:24 +0000 (14:18 +0000)] 
  MVC works now.

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

18 years ago Added generic MVC hookup code.
Robert Roebling [Mon, 27 Feb 2006 13:09:41 +0000 (13:09 +0000)] 
  Added generic MVC hookup code.

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

18 years ago Most things about wxDataViewDateCell work.
Robert Roebling [Mon, 27 Feb 2006 09:34:50 +0000 (09:34 +0000)] 
  Most things about wxDataViewDateCell work.

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

18 years ago Make wxTransientPopupWindow ignore button down events
Robert Roebling [Mon, 27 Feb 2006 09:16:28 +0000 (09:16 +0000)] 
  Make wxTransientPopupWindow ignore button down events
    which have been sent before or at the same time as
    the control creation time so that these evens don't
    make the control disappear again.

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

18 years agoSorry, zapping rogue print statement. ;-/
Kevin Ollivier [Mon, 27 Feb 2006 05:52:56 +0000 (05:52 +0000)] 
Sorry, zapping rogue print statement. ;-/

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

18 years agoBumping the arg numbers since we now don't have a CFGFILE as first argument.
Kevin Ollivier [Mon, 27 Feb 2006 05:06:06 +0000 (05:06 +0000)] 
Bumping the arg numbers since we now don't have a CFGFILE as first argument.

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

18 years agoAdding code to load Config objects from a file, and move to modifying environment...
Kevin Ollivier [Mon, 27 Feb 2006 03:25:48 +0000 (03:25 +0000)] 
Adding code to load Config objects from a file, and move to modifying environment variables rather than sourcing the config file (so that every script is not required to do this).

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

18 years ago Move wxDataViewCtrl to Adv (hope this has worked..).
Robert Roebling [Sun, 26 Feb 2006 19:26:19 +0000 (19:26 +0000)] 
 Move wxDataViewCtrl to Adv (hope this has worked..).

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

18 years agoAdded handling of dashes (patch #1438894).
Stefan Neis [Sun, 26 Feb 2006 16:53:11 +0000 (16:53 +0000)] 
Added handling of dashes (patch #1438894).

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

18 years ago Some restructuring, beginning of wxDataViewDateCell.
Robert Roebling [Sun, 26 Feb 2006 15:48:42 +0000 (15:48 +0000)] 
 Some restructuring, beginning of wxDataViewDateCell.

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

18 years agoMissing wxPen (dashes) members.
Włodzimierz Skiba [Sun, 26 Feb 2006 10:45:38 +0000 (10:45 +0000)] 
Missing wxPen (dashes) members.

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

18 years agoWinCE friendly wxCheckListBox sample.
Włodzimierz Skiba [Sun, 26 Feb 2006 02:04:58 +0000 (02:04 +0000)] 
WinCE friendly wxCheckListBox sample.

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

18 years agoCorrect wxCheckListBox insertion.
Włodzimierz Skiba [Sun, 26 Feb 2006 02:00:46 +0000 (02:00 +0000)] 
Correct wxCheckListBox insertion.

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

18 years ago Makes custom cell activatable.
Robert Roebling [Sun, 26 Feb 2006 01:51:28 +0000 (01:51 +0000)] 
  Makes custom cell activatable.

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

18 years agoRevitalise SIP support in all toplevel wince windows.
Włodzimierz Skiba [Sat, 25 Feb 2006 23:11:26 +0000 (23:11 +0000)] 
Revitalise SIP support in all toplevel wince windows.

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

18 years agoMake wxWinCE buildable (workaround eVC++ limitations).
Włodzimierz Skiba [Sat, 25 Feb 2006 21:15:50 +0000 (21:15 +0000)] 
Make wxWinCE buildable (workaround eVC++ limitations).

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

18 years agoRevert the strict aliasing "fix". As per Michael Wetherell it isn't correct as we...
Mart Raudsepp [Sat, 25 Feb 2006 14:51:59 +0000 (14:51 +0000)] 
Revert the strict aliasing "fix". As per Michael Wetherell it isn't correct as we aren't able to make a runtime
guarantee for the cast to be correct

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

18 years ago Add scrollbars, fix crash, leak less memory.
Robert Roebling [Sat, 25 Feb 2006 14:07:06 +0000 (14:07 +0000)] 
  Add scrollbars, fix crash, leak less memory.

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

18 years ago Added wxDataViewProgressCell with native code
Robert Roebling [Sat, 25 Feb 2006 13:13:05 +0000 (13:13 +0000)] 
  Added wxDataViewProgressCell with native code
   for GTK 2.6 and fallbacks otherwise.

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

18 years ago Add compilation guards.
Robert Roebling [Sat, 25 Feb 2006 12:07:19 +0000 (12:07 +0000)] 
  Add compilation guards.

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

18 years agoFixes for WinCE build caused by my last commit.
Jamie Gadd [Sat, 25 Feb 2006 03:36:45 +0000 (03:36 +0000)] 
Fixes for WinCE build caused by my last commit.

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

18 years agocleaned up and disabled by default the toolbar buttons colour remapping code
Vadim Zeitlin [Sat, 25 Feb 2006 03:28:19 +0000 (03:28 +0000)] 
cleaned up and disabled by default the toolbar buttons colour remapping code

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

18 years agoDT_WORD_ELLIPSIS is not defined under CE
Vadim Zeitlin [Sat, 25 Feb 2006 00:22:20 +0000 (00:22 +0000)] 
DT_WORD_ELLIPSIS is not defined under CE

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

18 years agowe need to pass szLocale allocated by strdup() and not retloc itself to setlocale()
Vadim Zeitlin [Fri, 24 Feb 2006 23:40:18 +0000 (23:40 +0000)] 
we need to pass szLocale allocated by strdup() and not retloc itself to setlocale()

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

18 years agoneed to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)
Vadim Zeitlin [Fri, 24 Feb 2006 23:40:01 +0000 (23:40 +0000)] 
need to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)

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

18 years agoUse correct attribution
Robin Dunn [Fri, 24 Feb 2006 19:53:56 +0000 (19:53 +0000)] 
Use correct attribution

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

18 years ago Added wxDataViewCustomCell.
Robert Roebling [Fri, 24 Feb 2006 18:19:55 +0000 (18:19 +0000)] 
  Added wxDataViewCustomCell.

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

18 years agoWorkaround the lack of a wx.EVT_FIND_CLOSE on Windows when doing a
Robin Dunn [Fri, 24 Feb 2006 18:14:24 +0000 (18:14 +0000)] 
Workaround the lack of a wx.EVT_FIND_CLOSE on Windows when doing a
normal search.

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

18 years agoTest commit
Mart Raudsepp [Fri, 24 Feb 2006 16:55:03 +0000 (16:55 +0000)] 
Test commit

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

18 years agoTest commit
Mart Raudsepp [Fri, 24 Feb 2006 16:41:14 +0000 (16:41 +0000)] 
Test commit

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

18 years agoFix gtk callback return types and more in window.cpp
Mart Raudsepp [Fri, 24 Feb 2006 16:37:06 +0000 (16:37 +0000)] 
Fix gtk callback return types and more in window.cpp

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

18 years agoFixed interpretation of selection and added selection/check notification
Julian Smart [Fri, 24 Feb 2006 16:00:42 +0000 (16:00 +0000)] 
Fixed interpretation of selection and added selection/check notification

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

18 years agoimplemented EditLabel() with custom text controls and GetEditControl()
Vadim Zeitlin [Fri, 24 Feb 2006 15:32:29 +0000 (15:32 +0000)] 
implemented EditLabel() with custom text controls and GetEditControl()

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

18 years agoMake wx{List,Tree}Ctrl resize their standard font if the user changes the system...
Jamie Gadd [Fri, 24 Feb 2006 14:19:12 +0000 (14:19 +0000)] 
Make wx{List,Tree}Ctrl resize their standard font if the user changes the system font.

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

18 years ago added wxDataViewToggleCell
Robert Roebling [Fri, 24 Feb 2006 13:19:23 +0000 (13:19 +0000)] 
  added wxDataViewToggleCell

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

18 years ago Implemented user dashes for PS print.
Robert Roebling [Fri, 24 Feb 2006 11:53:52 +0000 (11:53 +0000)] 
  Implemented user dashes for PS print.

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

18 years ago Implemented user dashes for gnome print.
Robert Roebling [Fri, 24 Feb 2006 11:41:20 +0000 (11:41 +0000)] 
 Implemented user dashes for gnome print.

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

18 years ago New implementation for printing circles and epllipses.
Robert Roebling [Fri, 24 Feb 2006 09:36:35 +0000 (09:36 +0000)] 
  New implementation for printing circles and epllipses.

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

18 years agoAllow clearing the history, and saving the history on demand
Robin Dunn [Fri, 24 Feb 2006 01:21:26 +0000 (01:21 +0000)] 
Allow clearing the history, and saving the history on demand
Let the session tab show all of the history
Fix case-sensitive searches to actually allow case-insensitive
Make wx.WXK_NUMPAD_ENTER equivalent to wx.WXK_RETURN

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

18 years agoMerge some 2.6-branch changes
Robin Dunn [Fri, 24 Feb 2006 01:15:50 +0000 (01:15 +0000)] 
Merge some 2.6-branch changes

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

18 years agoMinor demo tweaks
Robin Dunn [Fri, 24 Feb 2006 01:13:55 +0000 (01:13 +0000)] 
Minor demo tweaks

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

18 years agoAdd LastWrite
Robin Dunn [Fri, 24 Feb 2006 01:13:18 +0000 (01:13 +0000)] 
Add LastWrite

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

18 years agoAdd CalcRowsCols
Robin Dunn [Fri, 24 Feb 2006 01:12:40 +0000 (01:12 +0000)] 
Add CalcRowsCols

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

18 years agoDocstring fix
Robin Dunn [Fri, 24 Feb 2006 01:11:56 +0000 (01:11 +0000)] 
Docstring fix

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

18 years agoGive attribution to Jorgen Bodde
Robin Dunn [Fri, 24 Feb 2006 01:08:06 +0000 (01:08 +0000)] 
Give attribution to Jorgen Bodde

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

18 years agoDocstring fix
Robin Dunn [Fri, 24 Feb 2006 01:05:19 +0000 (01:05 +0000)] 
Docstring fix

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

18 years agoUse wxSystemSetitngs for the rule color
Robin Dunn [Fri, 24 Feb 2006 01:04:21 +0000 (01:04 +0000)] 
Use wxSystemSetitngs for the rule color

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

18 years agoUse UNICODE=0 for ansi builds
Robin Dunn [Fri, 24 Feb 2006 01:03:18 +0000 (01:03 +0000)] 
Use UNICODE=0 for ansi builds

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

18 years agoFix bug where labels were multicoloured if their length > box width using XP with...
Jamie Gadd [Thu, 23 Feb 2006 13:50:39 +0000 (13:50 +0000)] 
Fix bug where labels were multicoloured if their length > box width using XP with a non-default colour.

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

18 years ago wxDataViewCtrl now with editable text and multiple
Robert Roebling [Thu, 23 Feb 2006 13:34:15 +0000 (13:34 +0000)] 
  wxDataViewCtrl now with editable text and multiple
    views for the same data model (in the sample).

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

18 years agoTest the commit announcement bot some more by fixing more gtk signal callback handler...
Mart Raudsepp [Thu, 23 Feb 2006 11:09:28 +0000 (11:09 +0000)] 
Test the commit announcement bot some more by fixing more gtk signal callback handler signatures. Are any correct?

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

18 years agoUse correct return type for some of the signal callbacks
Mart Raudsepp [Thu, 23 Feb 2006 10:57:17 +0000 (10:57 +0000)] 
Use correct return type for some of the signal callbacks

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

18 years agoFinishing up Monolithic build support, and proper generation of more wx library names...
Kevin Ollivier [Thu, 23 Feb 2006 06:59:40 +0000 (06:59 +0000)] 
Finishing up Monolithic build support, and proper generation of more wx library names under multilib builds.

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

18 years ago Return variant type of a cell.
Robert Roebling [Thu, 23 Feb 2006 03:09:27 +0000 (03:09 +0000)] 
  Return variant type of a cell.

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

18 years ago Route data from wxDataViewModel in a wxVariant
Robert Roebling [Thu, 23 Feb 2006 03:04:15 +0000 (03:04 +0000)] 
  Route data from wxDataViewModel in a wxVariant
   through wxDataViewCell::SetValue() to the
   GtkCellRendererText.

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

18 years ago Update sample.
Robert Roebling [Thu, 23 Feb 2006 02:11:57 +0000 (02:11 +0000)] 
  Update sample.

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

18 years ago added wxDataViewCell
Robert Roebling [Thu, 23 Feb 2006 02:04:46 +0000 (02:04 +0000)] 
  added wxDataViewCell

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

18 years ago Support requesting more idle events.
Robert Roebling [Wed, 22 Feb 2006 23:37:46 +0000 (23:37 +0000)] 
  Support requesting more idle events.

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

18 years ago Emit wxSetCursorEvent before mouse move and
Robert Roebling [Wed, 22 Feb 2006 23:36:32 +0000 (23:36 +0000)] 
  Emit wxSetCursorEvent before mouse move and
   mouse enter.

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

18 years ago Correcteded wxComboBox::Clear
Robert Roebling [Wed, 22 Feb 2006 22:37:15 +0000 (22:37 +0000)] 
  Correcteded wxComboBox::Clear

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

18 years agoundef GTK_DISABLE_DEPRECATED for any gtk+ version, as it turns out we use GtkList...
Mart Raudsepp [Wed, 22 Feb 2006 17:15:20 +0000 (17:15 +0000)] 
undef GTK_DISABLE_DEPRECATED for any gtk+ version, as it turns out we use GtkList in here too.

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

18 years agoskip the paint event instead of calling wxControl version when not doing any custom...
Václav Slavík [Wed, 22 Feb 2006 12:33:02 +0000 (12:33 +0000)] 
skip the paint event instead of calling wxControl version when not doing any custom drawing

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

18 years agoRearrange and simplify read and error checks, and remove use of MSG_PEEK that is...
Kevin Hock [Wed, 22 Feb 2006 01:55:43 +0000 (01:55 +0000)] 
Rearrange and simplify read and error checks, and remove use of MSG_PEEK that is unneeded and not supported on CE anyway [ Modified & Expanded Patch 1428745 ]

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

18 years ago Added wxDataViewColumn
Robert Roebling [Wed, 22 Feb 2006 00:19:04 +0000 (00:19 +0000)] 
  Added wxDataViewColumn

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

18 years agoRevert inclusion of wx/dateevt.h for now, as it breaks linkage
Mart Raudsepp [Tue, 21 Feb 2006 22:14:31 +0000 (22:14 +0000)] 
Revert inclusion of wx/dateevt.h for now, as it breaks linkage

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

18 years ago Add notifier class.
Robert Roebling [Tue, 21 Feb 2006 20:52:05 +0000 (20:52 +0000)] 
  Add notifier class.
  Only use listmodel for now, treemodel later.

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

18 years ago wxDataViewCtrl actually runs now.
Robert Roebling [Tue, 21 Feb 2006 20:25:47 +0000 (20:25 +0000)] 
  wxDataViewCtrl actually runs now.

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

18 years ago More compilation.
Robert Roebling [Tue, 21 Feb 2006 19:55:58 +0000 (19:55 +0000)] 
  More compilation.

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

18 years agoFixed using list of wildcards in filter of wxDocTemplate.
Włodzimierz Skiba [Tue, 21 Feb 2006 19:53:31 +0000 (19:53 +0000)] 
Fixed using list of wildcards in filter of wxDocTemplate.

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

18 years ago Compiles now..
Robert Roebling [Tue, 21 Feb 2006 18:44:13 +0000 (18:44 +0000)] 
  Compiles now..

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

18 years ago Compilation fixes.
Robert Roebling [Tue, 21 Feb 2006 18:12:44 +0000 (18:12 +0000)] 
  Compilation fixes.

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

18 years ago Added wxDataViewtrl files to bakefiles.
Robert Roebling [Tue, 21 Feb 2006 17:57:26 +0000 (17:57 +0000)] 
  Added wxDataViewtrl files to bakefiles.

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

18 years ago wxDataViewCtrl WIP.
Robert Roebling [Tue, 21 Feb 2006 17:35:19 +0000 (17:35 +0000)] 
  wxDataViewCtrl WIP.

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

18 years ago Updated wxDataViewCtrl sample
Robert Roebling [Tue, 21 Feb 2006 17:31:36 +0000 (17:31 +0000)] 
  Updated wxDataViewCtrl sample

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

18 years agocorrected positioning of internal panels, as the default value -1
Roman Rolinsky [Tue, 21 Feb 2006 14:23:48 +0000 (14:23 +0000)] 
corrected positioning of internal panels, as the default value -1
was used as a real coordinate causing extra pixels in the right margin

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

18 years agowxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox...
Mart Raudsepp [Mon, 20 Feb 2006 21:34:42 +0000 (21:34 +0000)] 
wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox, and think on how to rearrange
the declarations and inclusions related to this.

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

18 years agoMake everything compile with GTK_DISABLE_DEPRECATED declared.
Mart Raudsepp [Mon, 20 Feb 2006 21:28:53 +0000 (21:28 +0000)] 
Make everything compile with GTK_DISABLE_DEPRECATED declared.

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

18 years ago Added test for wxComboBox::SetString
Robert Roebling [Mon, 20 Feb 2006 17:12:07 +0000 (17:12 +0000)] 
  Added test for wxComboBox::SetString

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

18 years ago Make use of GTK 2.4 GtkComboBox if it is available,
Robert Roebling [Mon, 20 Feb 2006 17:10:49 +0000 (17:10 +0000)] 
  Make use of GTK 2.4 GtkComboBox if it is available,
    fall back to old GtkCombo one if not (run-time check).

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

18 years ago Committing in .
Jouk Jansen [Mon, 20 Feb 2006 13:47:08 +0000 (13:47 +0000)] 
 Committing in .

 Update of OpenVMS compile support

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
  wxWidgets/src/generic/descrip.mms
  wxWidgets/src/gtk/descrip.mms wxWidgets/src/unix/descrip.mms
  wxWidgets/src/unix/displayx11.cpp
 ----------------------------------------------------------------------

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

18 years ago Rename gtk_ callbacls to gtkcombo_ callbacks
Robert Roebling [Mon, 20 Feb 2006 11:35:31 +0000 (11:35 +0000)] 
  Rename gtk_ callbacls to gtkcombo_ callbacks
   to make room for gtkcombobox_

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

18 years agoInclude dateevt.h from datectrl.h
Julian Smart [Mon, 20 Feb 2006 09:14:45 +0000 (09:14 +0000)] 
Include dateevt.h from datectrl.h

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

18 years agofix MT-unsafe accesses to wxConditionInternal::m_numWaiters
Vadim Zeitlin [Sun, 19 Feb 2006 14:38:20 +0000 (14:38 +0000)] 
fix MT-unsafe accesses to wxConditionInternal::m_numWaiters

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

18 years agowxGTK2: gtk_signal_disconnect_by_func isn't used anywhere anymore. Nuke prototype...
Mart Raudsepp [Sat, 18 Feb 2006 23:44:40 +0000 (23:44 +0000)] 
wxGTK2: gtk_signal_disconnect_by_func isn't used anywhere anymore. Nuke prototype from gtk/private.h

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

18 years agoAdded the wx.HVScrolledWindow class.
Robin Dunn [Sat, 18 Feb 2006 21:43:28 +0000 (21:43 +0000)] 
Added the wx.HVScrolledWindow class.

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

18 years agoTreat Ctrl-Shift-Backspace the same as ESC in the shell.
Robin Dunn [Sat, 18 Feb 2006 21:41:10 +0000 (21:41 +0000)] 
Treat Ctrl-Shift-Backspace the same as ESC in the shell.

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

18 years agoPrevent using a bad tree item.
Robin Dunn [Sat, 18 Feb 2006 21:40:57 +0000 (21:40 +0000)] 
Prevent using a bad tree item.

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

18 years agoAdded the wx.HVScrolledWindow class.
Robin Dunn [Sat, 18 Feb 2006 21:37:24 +0000 (21:37 +0000)] 
Added the wx.HVScrolledWindow class.

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

18 years agogcc initializer order fix warning (patch 1432835)
Vadim Zeitlin [Sat, 18 Feb 2006 18:16:57 +0000 (18:16 +0000)] 
gcc initializer order fix warning (patch 1432835)

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