]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoFixed wxGenericFileDialog to work with WinCE, so it can be used to
Julian Smart [Mon, 6 Mar 2006 10:44:48 +0000 (10:44 +0000)] 
Fixed wxGenericFileDialog to work with WinCE, so it can be used to
replace native dialog that doesn't allow access to all folders.

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

18 years agoFixed accidental removal of eVC.
Kevin Ollivier [Mon, 6 Mar 2006 04:45:43 +0000 (04:45 +0000)] 
Fixed accidental removal of eVC.

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

18 years agoEnabling DigitalMars and eVC project formats.
Kevin Ollivier [Mon, 6 Mar 2006 04:07:57 +0000 (04:07 +0000)] 
Enabling DigitalMars and eVC project formats.

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

18 years agoNeeded so we can install TaskRunner to Python's site-packages dir and use it from...
Kevin Ollivier [Mon, 6 Mar 2006 03:19:45 +0000 (03:19 +0000)] 
Needed so we can install TaskRunner to Python's site-packages dir and use it from everywhere. :)

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

18 years agoRemove semicolon after if statmce that can potentially cause harm later. Patch #14438...
Mart Raudsepp [Mon, 6 Mar 2006 02:17:49 +0000 (02:17 +0000)] 
Remove semicolon after if statmce that can potentially cause harm later. Patch #1443820 from Paul Cornett

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

18 years agoMinimal (nearly empty) wxDisplay for wxMGL (to compensate src/common/tplvcmn.cpp...
Włodzimierz Skiba [Sun, 5 Mar 2006 23:42:03 +0000 (23:42 +0000)] 
Minimal (nearly empty) wxDisplay for wxMGL (to compensate src/common/tplvcmn.cpp wxDisplay usage).

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

18 years agouse WXSIZEOF() instead of hardcoded number
Vadim Zeitlin [Sun, 5 Mar 2006 20:52:34 +0000 (20:52 +0000)] 
use WXSIZEOF() instead of hardcoded number

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

18 years agodon't Printf() a string into itself (bug indicated by patch 1443669)
Vadim Zeitlin [Sun, 5 Mar 2006 20:50:25 +0000 (20:50 +0000)] 
don't Printf() a string into itself (bug indicated by patch 1443669)

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

18 years agofix to last custom draw fix: only leave space for the image in the first column
Vadim Zeitlin [Sun, 5 Mar 2006 13:30:11 +0000 (13:30 +0000)] 
fix to last custom draw fix: only leave space for the image in the first column

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

18 years agocorrected typo in PRC Envelope paper definition (used m instead of mm)
Vadim Zeitlin [Sun, 5 Mar 2006 12:40:46 +0000 (12:40 +0000)] 
corrected typo in PRC Envelope paper definition (used m instead of mm)

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

18 years agoupdate from Ch. Buck
Vadim Zeitlin [Sun, 5 Mar 2006 12:30:25 +0000 (12:30 +0000)] 
update from Ch. Buck

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

18 years agoanother custom draw fix: leave space for the image even if the current item doesn...
Vadim Zeitlin [Sun, 5 Mar 2006 12:12:11 +0000 (12:12 +0000)] 
another custom draw fix: leave space for the image even if the current item doesn't have any but the list control has an image list (because this is what the standard drawing procedure does)

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

18 years agodon't trust CDIS_FOCUS flag vale in custom drawing code, it is no more correct than...
Vadim Zeitlin [Sun, 5 Mar 2006 11:26:13 +0000 (11:26 +0000)] 
don't trust CDIS_FOCUS flag vale in custom drawing code, it is no more correct than CDIS_SELECTED so we have to get it from the control itself directly too

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

18 years agoGetEditControl is not wxMSW specific any more
Robin Dunn [Sun, 5 Mar 2006 04:01:10 +0000 (04:01 +0000)] 
GetEditControl is not wxMSW specific any more

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

18 years agoDont' return references to wxDateTime
Robin Dunn [Sun, 5 Mar 2006 04:00:35 +0000 (04:00 +0000)] 
Dont' return references to wxDateTime

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

18 years agoComment out wxHVScrolledWindow
Robin Dunn [Sun, 5 Mar 2006 04:00:08 +0000 (04:00 +0000)] 
Comment out wxHVScrolledWindow

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

18 years agoAdd GetHandlers
Robin Dunn [Sun, 5 Mar 2006 03:59:45 +0000 (03:59 +0000)] 
Add GetHandlers

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

18 years agoAdd copy constructor, DateTimeFromDateTime
Robin Dunn [Sun, 5 Mar 2006 03:59:06 +0000 (03:59 +0000)] 
Add copy constructor, DateTimeFromDateTime

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

18 years agoremoved main() definition from wxX11
Vadim Zeitlin [Sun, 5 Mar 2006 00:52:56 +0000 (00:52 +0000)] 
removed main() definition from wxX11

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

18 years agoFollow coommon changes.
Włodzimierz Skiba [Sun, 5 Mar 2006 00:44:04 +0000 (00:44 +0000)] 
Follow coommon changes.

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

18 years agoBuild fix: help OW 1.4 to apply template.
Włodzimierz Skiba [Sun, 5 Mar 2006 00:38:59 +0000 (00:38 +0000)] 
Build fix: help OW 1.4 to apply template.

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

18 years agohandle size==-1 or absence of size parameter in font tag as expected, i.e. by ignoring it
Vadim Zeitlin [Sat, 4 Mar 2006 22:40:16 +0000 (22:40 +0000)] 
handle size==-1 or absence of size parameter in font tag as expected, i.e. by ignoring it

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

18 years agodon't send mouse events to disabled windows (this really shouldn't be possible as...
Vadim Zeitlin [Sat, 4 Mar 2006 22:09:40 +0000 (22:09 +0000)] 
don't send mouse events to disabled windows (this really shouldn't be possible as otherwise it allows the user to modify the state of a disabled control)

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

18 years agono real changes; just streamlined ifdef around compositing check and removed redundan...
Vadim Zeitlin [Sat, 4 Mar 2006 21:28:39 +0000 (21:28 +0000)] 
no real changes; just streamlined ifdef around compositing check and removed redundant and never executing code to relay mouse enter/leave events to tooltips

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

18 years agodeselect the current selection when the user clicks outside of any item
Vadim Zeitlin [Sat, 4 Mar 2006 20:42:54 +0000 (20:42 +0000)] 
deselect the current selection when the user clicks outside of any item

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

18 years agoMore informative comment about previous commit.
Włodzimierz Skiba [Sat, 4 Mar 2006 20:34:12 +0000 (20:34 +0000)] 
More informative comment about previous commit.

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

18 years agodon't use grey background for the control, it makes selection almost completely invis...
Vadim Zeitlin [Sat, 4 Mar 2006 20:26:14 +0000 (20:26 +0000)] 
don't use grey background for the control, it makes selection almost completely invisible in the default Mac colour scheme

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

18 years agofixed crash due to double deletion of wxListTextCtrlWrapper intorduced in a recent...
Vadim Zeitlin [Sat, 4 Mar 2006 20:24:48 +0000 (20:24 +0000)] 
fixed crash due to double deletion of wxListTextCtrlWrapper intorduced in a recent change (wrong use of PopEventHandler instead of RemoveEventHandler)

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

18 years agocentre icon and text vertically in the report view (previously the text wasn't aligne...
Vadim Zeitlin [Sat, 4 Mar 2006 19:52:10 +0000 (19:52 +0000)] 
centre icon and text vertically in the report view (previously the text wasn't aligned with the icon if their heights was different)

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

18 years agorecognize wxBORDER_XXX as well as wxXXX_BORDER styles
Vadim Zeitlin [Sat, 4 Mar 2006 18:55:38 +0000 (18:55 +0000)] 
recognize wxBORDER_XXX as well as wxXXX_BORDER styles

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

18 years agoIf context menu not handled, treat as left click instead.
Julian Smart [Sat, 4 Mar 2006 18:18:28 +0000 (18:18 +0000)] 
If context menu not handled, treat as left click instead.
If handled, don't send a left click event.

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

18 years agomention wxEventUpdateUI::Show() change
Vadim Zeitlin [Sat, 4 Mar 2006 16:12:07 +0000 (16:12 +0000)] 
mention wxEventUpdateUI::Show() change

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

18 years agoadded comments clarifying the code a bit
Václav Slavík [Sat, 4 Mar 2006 11:12:02 +0000 (11:12 +0000)] 
added comments clarifying the code a bit

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

18 years agoAdding silent option for automatic builds.
Kevin Ollivier [Sat, 4 Mar 2006 03:41:22 +0000 (03:41 +0000)] 
Adding silent option for automatic builds.

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

18 years agoCommitting Mac tarball script.
Kevin Ollivier [Sat, 4 Mar 2006 03:36:28 +0000 (03:36 +0000)] 
Committing Mac tarball script.

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

18 years agomove the code freeing temporary argv array to wxEntry(HINSTANCE) overload to avoid...
Vadim Zeitlin [Fri, 3 Mar 2006 23:06:54 +0000 (23:06 +0000)] 
move the code freeing temporary argv array to wxEntry(HINSTANCE) overload to avoid doing it twice in some cases

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

18 years agoStop invalidating size on wxTLW
Włodzimierz Skiba [Fri, 3 Mar 2006 15:26:14 +0000 (15:26 +0000)] 
Stop invalidating size on wxTLW

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

18 years agoAdding Unix build script.
Kevin Ollivier [Fri, 3 Mar 2006 06:17:04 +0000 (06:17 +0000)] 
Adding Unix build script.

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

18 years agoDon't fetch makefiles, we'll add their creation to the pre-flight process later.
Kevin Ollivier [Fri, 3 Mar 2006 02:28:53 +0000 (02:28 +0000)] 
Don't fetch makefiles, we'll add their creation to the pre-flight process later.

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

18 years agoFixed a typo.
Kevin Ollivier [Fri, 3 Mar 2006 02:00:39 +0000 (02:00 +0000)] 
Fixed a typo.

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

18 years agoRemove the reference to ReleaseForge now, as we don't yet use it.
Kevin Ollivier [Fri, 3 Mar 2006 01:47:40 +0000 (01:47 +0000)] 
Remove the reference to ReleaseForge now, as we don't yet use it.

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

18 years agoAs discussed with Julian, the new release system will use a new directory so that...
Kevin Ollivier [Thu, 2 Mar 2006 20:23:54 +0000 (20:23 +0000)] 
As discussed with Julian, the new release system will use a new directory so that we are more free to make changes, and also so we can re-organize files and remove old files. This is still a work in progress!

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

18 years agofix unresolved symbol under 10.3.9
Stefan Csomor [Thu, 2 Mar 2006 20:02:44 +0000 (20:02 +0000)] 
fix unresolved symbol under 10.3.9

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

18 years agoDocs: Escape underscores
Mart Raudsepp [Thu, 2 Mar 2006 13:59:27 +0000 (13:59 +0000)] 
Docs: Escape underscores

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

18 years agoOn WinCE, generic font dialog didn't work because the point size wxChoice
Julian Smart [Thu, 2 Mar 2006 12:57:30 +0000 (12:57 +0000)] 
On WinCE, generic font dialog didn't work because the point size wxChoice
menu went off the display. Now a wxSpinCtrl is used. Also fixed the preview
window in PDA mode (was invisible).

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

18 years agoApplication clipping region can be set to null without affecting
Julian Smart [Thu, 2 Mar 2006 12:54:47 +0000 (12:54 +0000)] 
Application clipping region can be set to null without affecting
paint clipping region. This fixes severe refresh problems on WinCE
when clipping regions are used, and is experimental on desktop wxMSW
but so far works fine.

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

18 years agoWorked around a crash in wxHTML on WinCE
Julian Smart [Thu, 2 Mar 2006 12:51:22 +0000 (12:51 +0000)] 
Worked around a crash in wxHTML on WinCE

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

18 years agoUse temp directory and don't prepend two backslashes, on WinCE
Julian Smart [Thu, 2 Mar 2006 12:46:06 +0000 (12:46 +0000)] 
Use temp directory and don't prepend two backslashes, on WinCE

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

18 years ago Change wxVariant GetValue() to GetValue( wxVariant & ).
Robert Roebling [Thu, 2 Mar 2006 10:46:01 +0000 (10:46 +0000)] 
  Change wxVariant GetValue() to GetValue( wxVariant & ).
  More cool sorting code.

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

18 years ago Use GTK+ function to obtain GdkWindow for wxListBox.
Robert Roebling [Thu, 2 Mar 2006 09:55:07 +0000 (09:55 +0000)] 
  Use GTK+ function to obtain GdkWindow for wxListBox.

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

18 years ago Apply patch which makes it possible to resize a
Robert Roebling [Wed, 1 Mar 2006 22:43:57 +0000 (22:43 +0000)] 
  Apply patch which makes it possible to resize a
    control in a toolbar.

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

18 years ago Corrected scrolling when using cursor keys.
Robert Roebling [Wed, 1 Mar 2006 22:17:16 +0000 (22:17 +0000)] 
  Corrected scrolling when using cursor keys.

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

18 years ago Added GtkTreeView item helper class.
Robert Roebling [Wed, 1 Mar 2006 21:59:55 +0000 (21:59 +0000)] 
  Added GtkTreeView item helper class.

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

18 years ago Applied Ryan's native wxListBox and wxCheckListBox patch
Robert Roebling [Wed, 1 Mar 2006 21:51:42 +0000 (21:51 +0000)] 
  Applied Ryan's native wxListBox and wxCheckListBox patch
   in slightly modified form..

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

18 years ago Further sorting work using the sorting data model.
Robert Roebling [Wed, 1 Mar 2006 10:49:06 +0000 (10:49 +0000)] 
 Further sorting work using the sorting data model.

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

18 years ago Added stubs for variaous tests.
Robert Roebling [Tue, 28 Feb 2006 22:27:09 +0000 (22:27 +0000)] 
 Added stubs for variaous tests.

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

18 years ago Don't delete model in views destructor as several
Robert Roebling [Tue, 28 Feb 2006 21:41:13 +0000 (21:41 +0000)] 
  Don't delete model in views destructor as several
    views can have the same model and memory doesn't
    like getting freed several times.
  Sorting actually works. Not yet editing the sorted
    data.

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

18 years ago Moved code around preparing the sorted model.
Robert Roebling [Tue, 28 Feb 2006 15:04:25 +0000 (15:04 +0000)] 
 Moved code around preparing the sorted model.

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

18 years agoDocumented WinCE context menu change
Julian Smart [Tue, 28 Feb 2006 14:28:41 +0000 (14:28 +0000)] 
Documented WinCE context menu change

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

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