wxWidgets.git
17 years agoadded brief installation instructions for wxDFB port
Václav Slavík [Sun, 10 Dec 2006 16:01:11 +0000 (16:01 +0000)] 
added brief installation instructions for wxDFB port

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

17 years ago1. removed code that already exist in ~wxTLWBase from ~wxTLW
Václav Slavík [Sun, 10 Dec 2006 15:58:18 +0000 (15:58 +0000)] 
1. removed code that already exist in ~wxTLWBase from ~wxTLW
2. reordered TLW destruction so that the TLW is fully usable until all children (that could possibly use it from their dtors) are destroyed

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

17 years agoremoved code that already exist in ~wxTLWBase from ~wxTLW
Václav Slavík [Sun, 10 Dec 2006 15:53:29 +0000 (15:53 +0000)] 
removed code that already exist in ~wxTLWBase from ~wxTLW

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

17 years agoset wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)
Vadim Zeitlin [Sun, 10 Dec 2006 15:37:31 +0000 (15:37 +0000)] 
set wxDATAVIEW_CELL_SELECTED in flags passed to Render() (patch 1611212)

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

17 years agoGetLongPath() should just do nothing under CE as there are no short/long paths there...
Vadim Zeitlin [Sun, 10 Dec 2006 15:35:41 +0000 (15:35 +0000)] 
GetLongPath() should just do nothing under CE as there are no short/long paths there (patch 1612271)

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

17 years agoreplaced size_t with unsigned int in wxAnimation and related classes and a couple...
Vadim Zeitlin [Sun, 10 Dec 2006 14:18:37 +0000 (14:18 +0000)] 
replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones)

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

17 years agoadded collpane sample
Vadim Zeitlin [Sun, 10 Dec 2006 13:50:24 +0000 (13:50 +0000)] 
added collpane sample

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

17 years agofixed off by one error in OnButtonSet()
Vadim Zeitlin [Sun, 10 Dec 2006 13:46:12 +0000 (13:46 +0000)] 
fixed off by one error in OnButtonSet()

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

17 years agocompilation fix for g++ < 3.4 after last commit
Vadim Zeitlin [Sun, 10 Dec 2006 13:21:41 +0000 (13:21 +0000)] 
compilation fix for g++ < 3.4 after last commit

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

17 years agoswitching to autorelease
Stefan Csomor [Sun, 10 Dec 2006 13:19:50 +0000 (13:19 +0000)] 
switching to autorelease

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

17 years agoadding an autorelease capability (got weird crashes when deleting tools from a toolba...
Stefan Csomor [Sun, 10 Dec 2006 13:08:42 +0000 (13:08 +0000)] 
adding an autorelease capability (got weird crashes when deleting tools from a toolbar otherwise)

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

17 years agoImplemented Set button for date picker page.
Włodzimierz Skiba [Sun, 10 Dec 2006 10:49:18 +0000 (10:49 +0000)] 
Implemented Set button for date picker page.

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

17 years agoWarning fix.
Włodzimierz Skiba [Sun, 10 Dec 2006 10:47:44 +0000 (10:47 +0000)] 
Warning fix.

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

17 years agotest popup menus with checkable items
Robin Dunn [Sun, 10 Dec 2006 01:50:05 +0000 (01:50 +0000)] 
test popup menus with checkable items

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

17 years agowxStaticLineNameStr
Robin Dunn [Sun, 10 Dec 2006 01:48:28 +0000 (01:48 +0000)] 
wxStaticLineNameStr

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

17 years agoFix so that AR/AROPTIONS can be overridden on the configure command line when
Michael Wetherell [Sat, 9 Dec 2006 23:43:54 +0000 (23:43 +0000)] 
Fix so that AR/AROPTIONS can be overridden on the configure command line when
using Sun CC.

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

17 years agoRevert last commit.
Michael Wetherell [Sat, 9 Dec 2006 22:28:11 +0000 (22:28 +0000)] 
Revert last commit.

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

17 years agoFix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
Michael Wetherell [Sat, 9 Dec 2006 22:09:57 +0000 (22:09 +0000)] 
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
only being set when language being tested matched the current language, so
C++ flags weren't being set since we changed the default language back to C.

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

17 years agoFix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
Michael Wetherell [Sat, 9 Dec 2006 22:04:53 +0000 (22:04 +0000)] 
Fix for the compiler checks. The compiler flags like SUNCC and SUNCXX were
only being set when language being tested matched the current language, so
C++ flags weren't being set since we changed the default language back to C.

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

17 years agoindentation fixes
Paul Cornett [Sat, 9 Dec 2006 19:49:40 +0000 (19:49 +0000)] 
indentation fixes

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

17 years agounused variable
Paul Cornett [Sat, 9 Dec 2006 19:49:02 +0000 (19:49 +0000)] 
unused variable

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

17 years ago Update Readme.txt
Robert Roebling [Sat, 9 Dec 2006 19:48:46 +0000 (19:48 +0000)] 
  Update Readme.txt

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

17 years agocorrect access for virtuals
Paul Cornett [Sat, 9 Dec 2006 19:48:21 +0000 (19:48 +0000)] 
correct access for virtuals

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

17 years agoSetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does
Paul Cornett [Sat, 9 Dec 2006 17:50:50 +0000 (17:50 +0000)] 
SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does

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

17 years agorename RemoveIdleSource to SuspendIdleCallback
Paul Cornett [Sat, 9 Dec 2006 17:46:20 +0000 (17:46 +0000)] 
rename RemoveIdleSource to SuspendIdleCallback

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

17 years agomention wxCSConv(utf-16/32) fix
Vadim Zeitlin [Sat, 9 Dec 2006 16:20:26 +0000 (16:20 +0000)] 
mention wxCSConv(utf-16/32) fix

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

17 years agoimplement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16...
Vadim Zeitlin [Sat, 9 Dec 2006 16:19:34 +0000 (16:19 +0000)] 
implement To/FromWchar() as wxCSConv methods, otherwise wxCSConv(wxFONTENCODING_UTF16) didn't work correctly even if the underlying wxMBConvUTF16 did

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

17 years agoUnicode compilation fixes
Vadim Zeitlin [Sat, 9 Dec 2006 15:58:32 +0000 (15:58 +0000)] 
Unicode compilation fixes

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

17 years agoadded test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)
Vadim Zeitlin [Sat, 9 Dec 2006 15:57:33 +0000 (15:57 +0000)] 
added test cases for wxTextInputStream and UTF-xx encoded text (based on patch 1611286)

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

17 years agodefault name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
Vadim Zeitlin [Sat, 9 Dec 2006 14:52:59 +0000 (14:52 +0000)] 
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr

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

17 years agoignore warning 4535 for VC8 too as it still seems to be harmless
Vadim Zeitlin [Sat, 9 Dec 2006 14:38:41 +0000 (14:38 +0000)] 
ignore warning 4535 for VC8 too as it still seems to be harmless

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

17 years ago Mention that GetEditControl is only missing in Mac version.
Robert Roebling [Sat, 9 Dec 2006 13:42:29 +0000 (13:42 +0000)] 
  Mention that GetEditControl is only missing in Mac version.

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

17 years agofixing memory leaks (toolbartool not released) and a bug where native embedded contro...
Stefan Csomor [Sat, 9 Dec 2006 09:48:28 +0000 (09:48 +0000)] 
fixing memory leaks (toolbartool not released) and a bug where native embedded controls were not beeing released correctly in situations where the native toolbar does not get really used

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

17 years agofix for SetPosition/SetInsertionPoint when called during Freeze
Paul Cornett [Sat, 9 Dec 2006 06:21:15 +0000 (06:21 +0000)] 
fix for SetPosition/SetInsertionPoint when called during Freeze

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

17 years agoClear error if wxPyConvertSwigPtr failed
Robin Dunn [Fri, 8 Dec 2006 23:47:12 +0000 (23:47 +0000)] 
Clear error if wxPyConvertSwigPtr failed

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

17 years agoUse correct flags Chinese
Robin Dunn [Fri, 8 Dec 2006 23:46:22 +0000 (23:46 +0000)] 
Use correct flags Chinese

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

17 years agoMustHaveApp(wxWindow_FromHWND);
Robin Dunn [Fri, 8 Dec 2006 23:28:47 +0000 (23:28 +0000)] 
MustHaveApp(wxWindow_FromHWND);

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

17 years agore-enable blocking of wx idle events when assert dialog is showing
Paul Cornett [Fri, 8 Dec 2006 17:22:08 +0000 (17:22 +0000)] 
re-enable blocking of wx idle events when assert dialog is showing

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

17 years agoswitching from native rtti to wxrtti
Stefan Csomor [Fri, 8 Dec 2006 15:06:38 +0000 (15:06 +0000)] 
switching from native rtti to wxrtti

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

17 years agoget rid of one of the extra slashes in the download URLs
Robin Dunn [Fri, 8 Dec 2006 02:46:22 +0000 (02:46 +0000)] 
get rid of one of the extra slashes in the download URLs

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

17 years ago1. don't assert if we're passed an empty defaultDir and full path in
Vadim Zeitlin [Fri, 8 Dec 2006 00:35:55 +0000 (00:35 +0000)] 
1. don't assert if we're passed an empty defaultDir and full path in
   defaultFileName (the other ports don't do it)
2. don't duplicate gtk_file_chooser_set_current_folder() calls for
   save and open dialogs unnecessarily
3. reformated a couple of comments to fit in 80 columns

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

17 years agouse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_OCTAL in wxMimeTextFile...
Vadim Zeitlin [Fri, 8 Dec 2006 00:01:52 +0000 (00:01 +0000)] 
use MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8_TO_OCTAL in wxMimeTextFile to avoid quoting backslashes (which occur naturally in MIME files) in Unicode builds

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

17 years ago No longer break idle (and indeed all) event handling
Robert Roebling [Thu, 7 Dec 2006 21:38:09 +0000 (21:38 +0000)] 
  No longer break idle (and indeed all) event handling
    after using the assert dialog.

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

17 years agominor build tweaks
Robin Dunn [Thu, 7 Dec 2006 21:03:45 +0000 (21:03 +0000)] 
minor build tweaks

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

17 years agoignore a const overloaded method
Robin Dunn [Thu, 7 Dec 2006 21:02:57 +0000 (21:02 +0000)] 
ignore a const overloaded method

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

17 years agobitwise vs. logical operator
Paul Cornett [Thu, 7 Dec 2006 16:29:58 +0000 (16:29 +0000)] 
bitwise vs. logical operator

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

17 years agostatic functions don't need an instance
Paul Cornett [Thu, 7 Dec 2006 09:00:52 +0000 (09:00 +0000)] 
static functions don't need an instance

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

17 years agocorrect access for virtual, declare variable only if used
Paul Cornett [Thu, 7 Dec 2006 08:59:19 +0000 (08:59 +0000)] 
correct access for virtual, declare variable only if used

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

17 years agoclass/struct mismatch
Paul Cornett [Thu, 7 Dec 2006 08:57:44 +0000 (08:57 +0000)] 
class/struct mismatch

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

17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 08:56:57 +0000 (08:56 +0000)] 
correct access for virtuals

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

17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 07:22:55 +0000 (07:22 +0000)] 
correct access for virtuals

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

17 years agoremove redundant test
Paul Cornett [Thu, 7 Dec 2006 07:20:56 +0000 (07:20 +0000)] 
remove redundant test

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

17 years agouse correct test
Paul Cornett [Thu, 7 Dec 2006 07:20:16 +0000 (07:20 +0000)] 
use correct test

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

17 years agoindentation fix
Paul Cornett [Thu, 7 Dec 2006 07:18:38 +0000 (07:18 +0000)] 
indentation fix

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

17 years agouse computed justification
Paul Cornett [Thu, 7 Dec 2006 07:18:03 +0000 (07:18 +0000)] 
use computed justification

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

17 years agounused variable
Paul Cornett [Thu, 7 Dec 2006 07:16:14 +0000 (07:16 +0000)] 
unused variable

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

17 years agofix wrong parenthesizing of boolean expressions
Paul Cornett [Thu, 7 Dec 2006 07:15:07 +0000 (07:15 +0000)] 
fix wrong parenthesizing of boolean expressions

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

17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 05:50:54 +0000 (05:50 +0000)] 
correct access for virtuals

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

17 years agominor cleanup
Paul Cornett [Thu, 7 Dec 2006 05:47:43 +0000 (05:47 +0000)] 
minor cleanup

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

17 years agodon't use %d to print pointer
Paul Cornett [Thu, 7 Dec 2006 05:47:05 +0000 (05:47 +0000)] 
don't use %d to print pointer

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

17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 05:44:44 +0000 (05:44 +0000)] 
correct access for virtuals

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

17 years agowxRect2DDouble --> wxRect2D
Robin Dunn [Thu, 7 Dec 2006 03:27:25 +0000 (03:27 +0000)] 
wxRect2DDouble --> wxRect2D

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

17 years agoclip the bitmap to the size of the source DC in DoBlit if neccessary
Robin Dunn [Thu, 7 Dec 2006 03:07:30 +0000 (03:07 +0000)] 
clip the bitmap to the size of the source DC in DoBlit if neccessary

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

17 years agoexplicitly call OnExit() in the ports which don't use wxEventLoopManual
Vadim Zeitlin [Wed, 6 Dec 2006 23:28:44 +0000 (23:28 +0000)] 
explicitly call OnExit() in the ports which don't use wxEventLoopManual

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

17 years agoImplement SortItems for native OS X wxListCtrl to match behavior with other impls...
Kevin Ollivier [Wed, 6 Dec 2006 23:14:20 +0000 (23:14 +0000)] 
Implement SortItems for native OS X wxListCtrl to match behavior with other impls, and request an update when an item's data changes.

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

17 years ago Correct Unicode support topic.
Robert Roebling [Wed, 6 Dec 2006 21:47:03 +0000 (21:47 +0000)] 
  Correct Unicode support topic.

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

17 years ago I blindly believe that WinCE doesn't delete a
Robert Roebling [Wed, 6 Dec 2006 21:40:00 +0000 (21:40 +0000)] 
  I blindly believe that WinCE doesn't delete a
    directory with CreateDirectory.
  [ 1610415 ] wxWinCE remove directory

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

17 years agowe don't need to include wx/url.h from the header, we do need to include wx/uri.h...
Vadim Zeitlin [Wed, 6 Dec 2006 19:20:40 +0000 (19:20 +0000)] 
we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)

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

17 years agouse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively...
Václav Slavík [Wed, 6 Dec 2006 18:48:04 +0000 (18:48 +0000)] 
use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively for fonts

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

17 years agodon't leave dummy extension in of.lpstrDefExt (bug 1609614)
Vadim Zeitlin [Wed, 6 Dec 2006 17:17:37 +0000 (17:17 +0000)] 
don't leave dummy extension in of.lpstrDefExt (bug 1609614)

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

17 years agoask for BPP for .bmp extension, not .bpp one
Vadim Zeitlin [Wed, 6 Dec 2006 17:13:11 +0000 (17:13 +0000)] 
ask for BPP for .bmp extension, not .bpp one

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

17 years agoFix eating of key events (cleaner impl will come after 2.8, right now I want to touch...
Kevin Ollivier [Wed, 6 Dec 2006 04:37:32 +0000 (04:37 +0000)] 
Fix eating of key events (cleaner impl will come after 2.8, right now I want to touch as little common code as possible) and add some extra checks to the Cocoa delegates as they are getting called when the Carbon control isn't in a valid state.

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

17 years agoAdd wxGraphicsMatrix::Get
Robin Dunn [Tue, 5 Dec 2006 23:42:52 +0000 (23:42 +0000)] 
Add wxGraphicsMatrix::Get

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

17 years agoTry using locale.getpreferredencoding
Robin Dunn [Tue, 5 Dec 2006 20:42:32 +0000 (20:42 +0000)] 
Try using locale.getpreferredencoding

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

17 years agofix building/running of tex2rtf
Robin Dunn [Tue, 5 Dec 2006 20:40:50 +0000 (20:40 +0000)] 
fix building/running of tex2rtf

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

17 years agowx.lib.masked: Patch from Will Sadkin. Includes Unicode fixes, plus
Robin Dunn [Tue, 5 Dec 2006 18:57:31 +0000 (18:57 +0000)] 
wx.lib.masked: Patch from Will Sadkin.  Includes Unicode fixes, plus
more helpful exceptions and ability to designate fields in mask
without intervening fixed characters.

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

17 years agodistrib fixes
Robin Dunn [Tue, 5 Dec 2006 18:55:40 +0000 (18:55 +0000)] 
distrib fixes

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

17 years agofix some warnings
Robin Dunn [Tue, 5 Dec 2006 18:11:20 +0000 (18:11 +0000)] 
fix some warnings

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

17 years agoChanged month
Julian Smart [Tue, 5 Dec 2006 17:47:30 +0000 (17:47 +0000)] 
Changed month

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

17 years agouse #define instead of static const to avoid warnings about unused TRACE_CLIPBRD...
Vadim Zeitlin [Tue, 5 Dec 2006 17:04:41 +0000 (17:04 +0000)] 
use #define instead of static const to avoid warnings about unused TRACE_CLIPBRD in release builds with compilers which do support vararg macros

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

17 years agoupdated for 2.8.0 rc3
Vadim Zeitlin [Tue, 5 Dec 2006 15:23:50 +0000 (15:23 +0000)] 
updated for 2.8.0 rc3

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

17 years agoremoved a couple of useless #if wxUSE_UNICODE tests
Vadim Zeitlin [Mon, 4 Dec 2006 23:05:04 +0000 (23:05 +0000)] 
removed a couple of useless #if wxUSE_UNICODE tests

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

17 years agouncommented code in wxgtk_list_store_get_value() and fixed its compilation (but no...
Vadim Zeitlin [Mon, 4 Dec 2006 22:59:27 +0000 (22:59 +0000)] 
uncommented code in wxgtk_list_store_get_value() and fixed its compilation (but no support for per-item encodings yet)

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

17 years ago--with-gnomeprint not needed any longer, it's the default now
Vadim Zeitlin [Mon, 4 Dec 2006 22:41:46 +0000 (22:41 +0000)] 
--with-gnomeprint not needed any longer, it's the default now

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

17 years agoenable gnomeprint code by default
Vadim Zeitlin [Mon, 4 Dec 2006 22:40:25 +0000 (22:40 +0000)] 
enable gnomeprint code by default

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

17 years agoremoved extra comma in --enable-dataviewctrl helpstring
Vadim Zeitlin [Mon, 4 Dec 2006 22:37:16 +0000 (22:37 +0000)] 
removed extra comma in --enable-dataviewctrl helpstring

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

17 years agoAdd ToggleWindowStyle
Robin Dunn [Mon, 4 Dec 2006 20:40:05 +0000 (20:40 +0000)] 
Add ToggleWindowStyle

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

17 years agoAdd Get/SetLogicalFunction
Robin Dunn [Mon, 4 Dec 2006 20:35:41 +0000 (20:35 +0000)] 
Add Get/SetLogicalFunction

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

17 years agoAdd 2.5 dirs to PREFIXES
Robin Dunn [Mon, 4 Dec 2006 20:34:35 +0000 (20:34 +0000)] 
Add 2.5 dirs to PREFIXES

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

17 years agoDo not uninstall wxaddons module or files.
Kevin Ollivier [Mon, 4 Dec 2006 20:26:04 +0000 (20:26 +0000)] 
Do not uninstall wxaddons module or files.

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

17 years agoDocument new location of the patched swig
Robin Dunn [Mon, 4 Dec 2006 20:25:17 +0000 (20:25 +0000)] 
Document new location of the patched swig

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

17 years agofix typo
Robin Dunn [Mon, 4 Dec 2006 20:24:17 +0000 (20:24 +0000)] 
fix typo

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

17 years agoMention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.
Kevin Ollivier [Mon, 4 Dec 2006 18:54:12 +0000 (18:54 +0000)] 
Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.

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

17 years agoadd test for wxLaunchDefaultBrowser, it makes sense to have it in this sample too
Vadim Zeitlin [Mon, 4 Dec 2006 17:53:32 +0000 (17:53 +0000)] 
add test for wxLaunchDefaultBrowser, it makes sense to have it in this sample too

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

17 years agounused parameter warning fix after last change
Vadim Zeitlin [Mon, 4 Dec 2006 17:41:40 +0000 (17:41 +0000)] 
unused parameter warning fix after last change

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

17 years agoquick fix for TRACE_DND being undefined for compilers without vararg macros support...
Vadim Zeitlin [Mon, 4 Dec 2006 17:11:37 +0000 (17:11 +0000)] 
quick fix for TRACE_DND being undefined for compilers without vararg macros support in release builds

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

17 years agofix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)
Vadim Zeitlin [Mon, 4 Dec 2006 17:07:57 +0000 (17:07 +0000)] 
fix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)

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

17 years agofix (harmless) assert in virtual list control under Vista
Vadim Zeitlin [Mon, 4 Dec 2006 17:05:29 +0000 (17:05 +0000)] 
fix (harmless) assert in virtual list control under Vista

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

17 years agouse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extend...
Vadim Zeitlin [Mon, 4 Dec 2006 16:53:02 +0000 (16:53 +0000)] 
use wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extends fix of rev 1.77; replaces the change of rev 1.81); fixes spurious errors when reading KDE MIME files in Unicode builds

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

17 years agogive the file name in the error message about failed Unicode conversion
Vadim Zeitlin [Mon, 4 Dec 2006 16:50:51 +0000 (16:50 +0000)] 
give the file name in the error message about failed Unicode conversion

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