]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoWXDLLEXPORT fixes
Václav Slavík [Wed, 25 Aug 2004 11:09:08 +0000 (11:09 +0000)] 
WXDLLEXPORT fixes

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

20 years agoSetSizeHints fix
Robin Dunn [Tue, 24 Aug 2004 23:57:01 +0000 (23:57 +0000)] 
SetSizeHints fix

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

20 years agoPut back the caching of property panels (as there is a noticable
Robin Dunn [Tue, 24 Aug 2004 22:52:35 +0000 (22:52 +0000)] 
Put back the caching of property panels (as there is a noticable
improvement in speed) but just Hide() them instead of Reparent().

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

20 years agoadded wxListBox styles
Václav Slavík [Tue, 24 Aug 2004 22:24:21 +0000 (22:24 +0000)] 
added wxListBox styles

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

20 years agoWXDLLEXPORT fixes
Václav Slavík [Tue, 24 Aug 2004 21:15:18 +0000 (21:15 +0000)] 
WXDLLEXPORT fixes

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

20 years agoFSRef transition
Stefan Csomor [Tue, 24 Aug 2004 19:39:50 +0000 (19:39 +0000)] 
FSRef transition

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

20 years agometrowerks is not implementing the mb calls in libc correctly (always needs correct...
Stefan Csomor [Tue, 24 Aug 2004 19:30:13 +0000 (19:30 +0000)] 
metrowerks is not implementing the mb calls in libc correctly (always needs correct length param), so we switch to our own conversion code

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

20 years agoDon't cache property and style panels as wxMac can't do Reparenting
Robin Dunn [Tue, 24 Aug 2004 18:34:29 +0000 (18:34 +0000)] 
Don't cache property and style panels as wxMac can't do Reparenting

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

20 years agoCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ...
Włodzimierz Skiba [Tue, 24 Aug 2004 10:31:41 +0000 (10:31 +0000)] 
Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, !!/!NotEmpty().

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

20 years agoinvalidate field-width cache before refreshing (Mac redraws immediately)
Dimitri Schoolwerth [Tue, 24 Aug 2004 01:33:15 +0000 (01:33 +0000)] 
invalidate field-width cache before refreshing (Mac redraws immediately)

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

20 years agoinvalidate field-width cache when changing field count
Dimitri Schoolwerth [Mon, 23 Aug 2004 22:27:11 +0000 (22:27 +0000)] 
invalidate field-width cache when changing field count

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

20 years agoFSRef transition, common constant
Stefan Csomor [Mon, 23 Aug 2004 18:11:21 +0000 (18:11 +0000)] 
FSRef transition, common constant

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

20 years agoresource fork not used anymore
Stefan Csomor [Mon, 23 Aug 2004 17:48:18 +0000 (17:48 +0000)] 
resource fork not used anymore

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

20 years agoFixed sending events by submenus.
Włodzimierz Skiba [Mon, 23 Aug 2004 15:45:47 +0000 (15:45 +0000)] 
Fixed sending events by submenus.

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

20 years agomaking tool enable consistent (was using mix of enable and activate controls before)
Stefan Csomor [Mon, 23 Aug 2004 14:24:36 +0000 (14:24 +0000)] 
making tool enable consistent (was using mix of enable and activate controls before)

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

20 years agoavoiding a OS-Level set focus for a control that already has the focus
Stefan Csomor [Mon, 23 Aug 2004 13:59:59 +0000 (13:59 +0000)] 
avoiding a OS-Level set focus for a control that already has the focus

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

20 years agofixes for C++ code generator (modified patch 1010058)
Václav Slavík [Mon, 23 Aug 2004 12:55:16 +0000 (12:55 +0000)] 
fixes for C++ code generator (modified patch 1010058)

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

20 years agoWinCE warning fixes.
Włodzimierz Skiba [Mon, 23 Aug 2004 10:56:16 +0000 (10:56 +0000)] 
WinCE warning fixes.

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

20 years agoNative SmartPhone wxChoice implementation.
Włodzimierz Skiba [Mon, 23 Aug 2004 10:53:57 +0000 (10:53 +0000)] 
Native SmartPhone wxChoice implementation.

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

20 years agocenter the icon vertically
Václav Slavík [Sun, 22 Aug 2004 20:27:54 +0000 (20:27 +0000)] 
center the icon vertically

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

20 years agoadded alpha channel support
Václav Slavík [Sun, 22 Aug 2004 19:36:37 +0000 (19:36 +0000)] 
added alpha channel support

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

20 years agomore wxArtProvider fixes
Václav Slavík [Sun, 22 Aug 2004 19:35:37 +0000 (19:35 +0000)] 
more wxArtProvider fixes

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

20 years agoadded GTK2 implementation of wxArtProvider
Václav Slavík [Sun, 22 Aug 2004 19:23:53 +0000 (19:23 +0000)] 
added GTK2 implementation of wxArtProvider

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

20 years agoadded wxART_BUTTON
Václav Slavík [Sun, 22 Aug 2004 18:56:55 +0000 (18:56 +0000)] 
added wxART_BUTTON

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

20 years agowxArtProvider usage fixes
Václav Slavík [Sun, 22 Aug 2004 18:49:33 +0000 (18:49 +0000)] 
wxArtProvider usage fixes

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

20 years agotree control uses 16x16 pixels, explicitly request this size
Václav Slavík [Sun, 22 Aug 2004 18:48:28 +0000 (18:48 +0000)] 
tree control uses 16x16 pixels, explicitly request this size

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

20 years agoset mask when converting pixbuf to pixmap
Václav Slavík [Sun, 22 Aug 2004 18:32:55 +0000 (18:32 +0000)] 
set mask when converting pixbuf to pixmap

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

20 years agouse GTK+ API for setting icons instead of direct X11 calls
Václav Slavík [Sun, 22 Aug 2004 18:23:14 +0000 (18:23 +0000)] 
use GTK+ API for setting icons instead of direct X11 calls

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

20 years agoadded pixmap->pixbuf conversion as well
Václav Slavík [Sun, 22 Aug 2004 18:21:11 +0000 (18:21 +0000)] 
added pixmap->pixbuf conversion as well

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

20 years agolinking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider...
Václav Slavík [Sun, 22 Aug 2004 17:19:30 +0000 (17:19 +0000)] 
linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider reference

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

20 years agowxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size
Václav Slavík [Sun, 22 Aug 2004 17:09:17 +0000 (17:09 +0000)] 
wxHtmlHelpFrame's tree control uses 16x16 pixels, explicitly request this size

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

20 years agowxART_MISSING_IMAGE should be always available, for apps
Václav Slavík [Sun, 22 Aug 2004 17:08:16 +0000 (17:08 +0000)] 
wxART_MISSING_IMAGE should be always available, for apps

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

20 years agoadded alpha channel support to wxGTK2's wxBitmap
Václav Slavík [Sat, 21 Aug 2004 22:48:45 +0000 (22:48 +0000)] 
added alpha channel support to wxGTK2's wxBitmap

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

20 years agoadded alpha channel support to wxGTK2's wxBitmap
Václav Slavík [Sat, 21 Aug 2004 22:42:06 +0000 (22:42 +0000)] 
added alpha channel support to wxGTK2's wxBitmap

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

20 years ago1. added support for bitmaps with alpha channel
Václav Slavík [Sat, 21 Aug 2004 22:41:04 +0000 (22:41 +0000)] 
1. added support for bitmaps with alpha channel
2. use GtkImage instead of deprecated GtkPixmap with GTK2
3. create bogus pixmap instead of GtkLabel in wxStaticBitmap with invalid bitmap

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

20 years agoconverted end of line characters (MSVC8 gives error C4335 on Mac EOLs)
Dimitri Schoolwerth [Sat, 21 Aug 2004 18:16:20 +0000 (18:16 +0000)] 
converted end of line characters (MSVC8 gives error C4335 on Mac EOLs)

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

20 years agoautoconf >= 2.58 is needed
Václav Slavík [Sat, 21 Aug 2004 17:27:16 +0000 (17:27 +0000)] 
autoconf >= 2.58 is needed

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

20 years agoCheck for socklen_t type using C++ mode (since gsocket.cpp is now C++ code).
Stefan Neis [Sat, 21 Aug 2004 17:15:04 +0000 (17:15 +0000)] 
Check for socklen_t type using C++ mode (since gsocket.cpp is now C++ code).

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

20 years agoremoved warning-hiding cast, previous revision removed the warning
Václav Slavík [Sat, 21 Aug 2004 15:42:56 +0000 (15:42 +0000)] 
removed warning-hiding cast, previous revision removed the warning

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

20 years agoupdated to reflect socket and stock button changes; disabled Traceback Tables in...
Dimitri Schoolwerth [Sat, 21 Aug 2004 13:35:37 +0000 (13:35 +0000)] 
updated to reflect socket and stock button changes; disabled Traceback Tables in Release modes

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

20 years agothreshold is pixel value, it should use unsigned char
Václav Slavík [Sat, 21 Aug 2004 11:54:31 +0000 (11:54 +0000)] 
threshold is pixel value, it should use unsigned char

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

20 years agoupdated license info: Remstar gace permission to change it to wxWindows License with...
Václav Slavík [Sat, 21 Aug 2004 11:49:18 +0000 (11:49 +0000)] 
updated license info: Remstar gace permission to change it to wxWindows License with no strings attached

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

20 years agofix for hot keys in menu items (patch 1013082)
Václav Slavík [Fri, 20 Aug 2004 20:31:37 +0000 (20:31 +0000)] 
fix for hot keys in menu items (patch 1013082)

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

20 years agoRemoved obsolete (Open) Watcom conditions.
Włodzimierz Skiba [Fri, 20 Aug 2004 13:24:48 +0000 (13:24 +0000)] 
Removed obsolete (Open) Watcom conditions.

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

20 years agoSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.
Włodzimierz Skiba [Fri, 20 Aug 2004 12:03:08 +0000 (12:03 +0000)] 
Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE/true, FALSE/false.

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

20 years agoWarning fix.
Włodzimierz Skiba [Fri, 20 Aug 2004 11:53:52 +0000 (11:53 +0000)] 
Warning fix.

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

20 years agoremoved stray comma at end of enum
Dimitri Schoolwerth [Fri, 20 Aug 2004 10:05:47 +0000 (10:05 +0000)] 
removed stray comma at end of enum

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

20 years agoSource cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.
Włodzimierz Skiba [Thu, 19 Aug 2004 17:39:28 +0000 (17:39 +0000)] 
Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.

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

20 years agoremoved code already present in AC_BAKEFILE
Václav Slavík [Thu, 19 Aug 2004 13:33:27 +0000 (13:33 +0000)] 
removed code already present in AC_BAKEFILE

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

20 years agoHP-UX needs mkdir -p, not mkdir for INSTALL_DIR
Václav Slavík [Thu, 19 Aug 2004 13:31:44 +0000 (13:31 +0000)] 
HP-UX needs mkdir -p, not mkdir for INSTALL_DIR

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

20 years agogcc-3.4 compilation fix
Václav Slavík [Thu, 19 Aug 2004 13:22:21 +0000 (13:22 +0000)] 
gcc-3.4 compilation fix

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

20 years agowxUniv compilation fixes
Václav Slavík [Wed, 18 Aug 2004 22:27:42 +0000 (22:27 +0000)] 
wxUniv compilation fixes

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

20 years agoSetValue is not adding a line if values does not exist
Stefan Csomor [Wed, 18 Aug 2004 19:00:56 +0000 (19:00 +0000)] 
SetValue is not adding a line if values does not exist

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

20 years agowxOVERWRITE_PROMPT support
Stefan Csomor [Wed, 18 Aug 2004 18:59:42 +0000 (18:59 +0000)] 
wxOVERWRITE_PROMPT support

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

20 years agofixes for CW8 Mac Classic compilation
Dimitri Schoolwerth [Wed, 18 Aug 2004 15:37:01 +0000 (15:37 +0000)] 
fixes for CW8 Mac Classic compilation

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

20 years agowxApp::GetComCtl32Version seems possible and works now with DMC.
Włodzimierz Skiba [Wed, 18 Aug 2004 11:34:38 +0000 (11:34 +0000)] 
wxApp::GetComCtl32Version seems possible and works now with DMC.

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

20 years agoSource cleaning.
Włodzimierz Skiba [Wed, 18 Aug 2004 09:22:14 +0000 (09:22 +0000)] 
Source cleaning.

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

20 years agoFix for the undocumented holes in spiner sizes.
Włodzimierz Skiba [Wed, 18 Aug 2004 09:15:49 +0000 (09:15 +0000)] 
Fix for the undocumented holes in spiner sizes.

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

20 years agoDon't call wx.ThePenList
Robin Dunn [Wed, 18 Aug 2004 02:34:03 +0000 (02:34 +0000)] 
Don't call wx.ThePenList

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

20 years ago Applied Andreas patch for applying the widget style
Robert Roebling [Tue, 17 Aug 2004 20:53:29 +0000 (20:53 +0000)] 
 Applied Andreas patch for applying the widget style
   to a wxRadioBox's GtkFrame.

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

20 years agosetting the wx title as well
Stefan Csomor [Tue, 17 Aug 2004 04:42:33 +0000 (04:42 +0000)] 
setting the wx title as well

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

20 years agomore comments and a typo fix
Robin Dunn [Mon, 16 Aug 2004 15:33:10 +0000 (15:33 +0000)] 
more comments and a typo fix

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

20 years agoMSVC6 return warning fix
Dimitri Schoolwerth [Mon, 16 Aug 2004 15:32:07 +0000 (15:32 +0000)] 
MSVC6 return warning fix

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

20 years agoAdd BundleBuilder script
Robin Dunn [Mon, 16 Aug 2004 15:11:18 +0000 (15:11 +0000)] 
Add BundleBuilder script

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

20 years agodoc typo
Dimitri Schoolwerth [Mon, 16 Aug 2004 14:38:41 +0000 (14:38 +0000)] 
doc typo

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

20 years agomore warnings fixes
Václav Slavík [Mon, 16 Aug 2004 13:55:49 +0000 (13:55 +0000)] 
more warnings fixes

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

20 years agocorrected SetPath tests
Václav Slavík [Mon, 16 Aug 2004 13:29:32 +0000 (13:29 +0000)] 
corrected SetPath tests

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

20 years agofixed handlers registration in DoPopupMenu (patch 1009949)
Václav Slavík [Mon, 16 Aug 2004 13:13:30 +0000 (13:13 +0000)] 
fixed handlers registration in DoPopupMenu (patch 1009949)

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

20 years agobreak after return makes 'Unreachable code' warnings.
Włodzimierz Skiba [Mon, 16 Aug 2004 12:51:48 +0000 (12:51 +0000)] 
break after return makes 'Unreachable code' warnings.

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

20 years agoUnused parameter warning fix.
Włodzimierz Skiba [Mon, 16 Aug 2004 12:49:48 +0000 (12:49 +0000)] 
Unused parameter warning fix.

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

20 years agoNo mondrian.ico file.
Włodzimierz Skiba [Mon, 16 Aug 2004 12:47:44 +0000 (12:47 +0000)] 
No mondrian.ico file.

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

20 years agoTRUE/true, FALSE/false, whitespace cleaning.
Włodzimierz Skiba [Mon, 16 Aug 2004 12:45:46 +0000 (12:45 +0000)] 
TRUE/true, FALSE/false, whitespace cleaning.

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

20 years agofixed wxImage->wxBitmap conversion for images with alpha channel
Václav Slavík [Mon, 16 Aug 2004 12:31:42 +0000 (12:31 +0000)] 
fixed wxImage->wxBitmap conversion for images with alpha channel

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

20 years agoadded wxImage::ConvertAlphaToMask
Václav Slavík [Mon, 16 Aug 2004 12:31:08 +0000 (12:31 +0000)] 
added wxImage::ConvertAlphaToMask

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

20 years agominor polishing of user-visible messages
Václav Slavík [Mon, 16 Aug 2004 11:32:51 +0000 (11:32 +0000)] 
minor polishing of user-visible messages

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

20 years agofixes bug when closing mdi frame with >5 children
Chris Elliott [Mon, 16 Aug 2004 11:18:04 +0000 (11:18 +0000)] 
fixes bug when closing mdi frame with >5 children

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

20 years agoProvide implementation for GSocket_new
David Elliott [Mon, 16 Aug 2004 02:43:04 +0000 (02:43 +0000)] 
Provide implementation for GSocket_new

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

20 years agoChange from IsOK to IsOk to match everything else
David Elliott [Mon, 16 Aug 2004 02:41:52 +0000 (02:41 +0000)] 
Change from IsOK to IsOk to match everything else

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

20 years agoUse variable name winid instead of id. id is a typedef in Objective-C headers.
David Elliott [Mon, 16 Aug 2004 02:35:25 +0000 (02:35 +0000)] 
Use variable name winid instead of id.  id is a typedef in Objective-C headers.

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

20 years agoaccept files in wxHtmlEasyPrinting::{Print,Preview}File, not only URLs
Václav Slavík [Sun, 15 Aug 2004 21:38:26 +0000 (21:38 +0000)] 
accept files in wxHtmlEasyPrinting::{Print,Preview}File, not only URLs

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

20 years agomore GetDefaultAttributesFromGTKWidget fixes
Václav Slavík [Sun, 15 Aug 2004 20:36:04 +0000 (20:36 +0000)] 
more GetDefaultAttributesFromGTKWidget fixes

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

20 years agowarning fix w/o #ifdefs
Václav Slavík [Sun, 15 Aug 2004 19:51:45 +0000 (19:51 +0000)] 
warning fix w/o #ifdefs

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

20 years agoanother fix
Václav Slavík [Sun, 15 Aug 2004 19:48:05 +0000 (19:48 +0000)] 
another fix

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

20 years agodon't use pch when building samples for now
Václav Slavík [Sun, 15 Aug 2004 19:47:36 +0000 (19:47 +0000)] 
don't use pch when building samples for now

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

20 years agoall windows can use wxCLIP_CHILDREN
Václav Slavík [Sun, 15 Aug 2004 19:37:49 +0000 (19:37 +0000)] 
all windows can use wxCLIP_CHILDREN

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

20 years agofixes for stock items not known to some GTK+ versions
Václav Slavík [Sun, 15 Aug 2004 19:08:22 +0000 (19:08 +0000)] 
fixes for stock items not known to some GTK+ versions

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

20 years agocompilation fix for GTK2 < 2.4
Václav Slavík [Sun, 15 Aug 2004 18:39:25 +0000 (18:39 +0000)] 
compilation fix for GTK2 < 2.4

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

20 years agostyle obtained from a widget not associated with screen may be wrong; we must create...
Václav Slavík [Sun, 15 Aug 2004 16:03:06 +0000 (16:03 +0000)] 
style obtained from a widget not associated with screen may be wrong; we must create toplevel window and insert the widget into it to get correct style

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

20 years agodescriptiveLabel clarification
Václav Slavík [Sun, 15 Aug 2004 16:02:02 +0000 (16:02 +0000)] 
descriptiveLabel clarification

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

20 years agoadded stock buttons support
Václav Slavík [Sun, 15 Aug 2004 15:56:56 +0000 (15:56 +0000)] 
added stock buttons support

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

20 years agouse stock buttons in generic dialogs
Václav Slavík [Sun, 15 Aug 2004 15:48:44 +0000 (15:48 +0000)] 
use stock buttons in generic dialogs

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

20 years ago1. added stock buttons support
Václav Slavík [Sun, 15 Aug 2004 15:44:43 +0000 (15:44 +0000)] 
1. added stock buttons support
2. fixed wxButton::GetDefaultSize to return realistic values
3. fixed DoGetBestSize to don't create buttons smaller than standard GTK+2 buttons w/o wxBU_EXACTFIT

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

20 years agomove wxLANGUAGE_XXX constants to constans section of the manual
Václav Slavík [Sun, 15 Aug 2004 15:29:34 +0000 (15:29 +0000)] 
move wxLANGUAGE_XXX constants to constans section of the manual

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

20 years agofont affects best size, invalidate cache if it changes
Václav Slavík [Sun, 15 Aug 2004 11:50:48 +0000 (11:50 +0000)] 
font affects best size, invalidate cache if it changes

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

20 years agoinvalidate best size cache when GTK style changes
Václav Slavík [Sun, 15 Aug 2004 11:49:42 +0000 (11:49 +0000)] 
invalidate best size cache when GTK style changes

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

20 years agogtk notebook page style fixes (patch 984864)
Václav Slavík [Sun, 15 Aug 2004 07:51:56 +0000 (07:51 +0000)] 
gtk notebook page style fixes (patch 984864)

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

20 years agoreverted accidentally committed changes in previous revision
Václav Slavík [Sat, 14 Aug 2004 22:54:11 +0000 (22:54 +0000)] 
reverted accidentally committed changes in previous revision

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

20 years agoattributes inheritance fix; apply style to both m_wxwindow and m_widget (patch 984858)
Václav Slavík [Sat, 14 Aug 2004 22:42:23 +0000 (22:42 +0000)] 
attributes inheritance fix; apply style to both m_wxwindow and m_widget (patch 984858)

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

20 years agogtk notebook page style fixes (patch 984864)
Václav Slavík [Sat, 14 Aug 2004 22:08:04 +0000 (22:08 +0000)] 
gtk notebook page style fixes (patch 984864)

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

20 years agoupdate from Herbert Breunung
Vadim Zeitlin [Sat, 14 Aug 2004 21:30:32 +0000 (21:30 +0000)] 
update from Herbert Breunung

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