]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agofixed assertion failure if Ok or Cancel button is clicked in a modeless dialog (bug...
Vadim Zeitlin [Tue, 22 Jun 2004 23:20:27 +0000 (23:20 +0000)] 
fixed assertion failure if Ok or Cancel button is clicked in a modeless dialog (bug 973873)

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

20 years agodon't overwrite initial controls value, explaining what its style is
Vadim Zeitlin [Tue, 22 Jun 2004 23:08:41 +0000 (23:08 +0000)] 
don't overwrite initial controls value, explaining what its style is

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

20 years agouse C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't...
Vadim Zeitlin [Tue, 22 Jun 2004 22:57:13 +0000 (22:57 +0000)] 
use C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't accept C linkage functions here

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

20 years agodon't treat filenames starting with dot as having empty name and extension equal...
Vadim Zeitlin [Tue, 22 Jun 2004 21:56:44 +0000 (21:56 +0000)] 
don't treat filenames starting with dot as having empty name and extension equal to the full name without dot (was done like this only for Unix and VMS before, now do it for all platforms)

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

20 years agoremove unnecessary (and provoking a warning under IRIX) const qualifier on the return...
Vadim Zeitlin [Tue, 22 Jun 2004 21:40:17 +0000 (21:40 +0000)] 
remove unnecessary (and provoking a warning under IRIX) const qualifier on the return value of a function returning bool

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

20 years agofixed crash when string couldn't be converted to UTF8 in GetTextExtent() under GTK 2
Vadim Zeitlin [Tue, 22 Jun 2004 21:35:14 +0000 (21:35 +0000)] 
fixed crash when string couldn't be converted to UTF8 in GetTextExtent() under GTK 2

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

20 years agowxCocoa no longer uses the generic notebook.
David Elliott [Tue, 22 Jun 2004 21:24:44 +0000 (21:24 +0000)] 
wxCocoa no longer uses the generic notebook.

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

20 years agoimproved assert
Robin Dunn [Tue, 22 Jun 2004 19:59:21 +0000 (19:59 +0000)] 
improved assert

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

20 years agocorrected Cygwin instructions
Václav Slavík [Tue, 22 Jun 2004 18:00:52 +0000 (18:00 +0000)] 
corrected Cygwin instructions

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

20 years agowxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from...
Włodzimierz Skiba [Tue, 22 Jun 2004 16:58:27 +0000 (16:58 +0000)] 
wxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from generic dialogs to MSW, Motif and other incoming ports.

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

20 years agoAdded Bakefile conditions used by recently updated samples/dialogs/Makefile.in
David Elliott [Tue, 22 Jun 2004 15:56:10 +0000 (15:56 +0000)] 
Added Bakefile conditions used by recently updated samples/dialogs/Makefile.in

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

20 years agomoved wxEntry(HINSTANCE, ...) declaration to wx/msw/app.h from wx/app.h
Vadim Zeitlin [Tue, 22 Jun 2004 11:07:23 +0000 (11:07 +0000)] 
moved wxEntry(HINSTANCE, ...) declaration to wx/msw/app.h from wx/app.h

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

20 years agofixed wxEntry() signature
Vadim Zeitlin [Tue, 22 Jun 2004 09:58:37 +0000 (09:58 +0000)] 
fixed wxEntry() signature

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

20 years agoMaximized dialogs for SmartPhone.
Włodzimierz Skiba [Tue, 22 Jun 2004 08:29:42 +0000 (08:29 +0000)] 
Maximized dialogs for SmartPhone.

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

20 years agoConditional compilation fix.
Włodzimierz Skiba [Tue, 22 Jun 2004 08:26:36 +0000 (08:26 +0000)] 
Conditional compilation fix.

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

20 years agoChoices dialog adjustement to SmartPhone.
Włodzimierz Skiba [Tue, 22 Jun 2004 08:23:19 +0000 (08:23 +0000)] 
Choices dialog adjustement to SmartPhone.

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

20 years agoLess text for smaller screen.
Włodzimierz Skiba [Tue, 22 Jun 2004 08:17:42 +0000 (08:17 +0000)] 
Less text for smaller screen.

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

20 years agoMinimize diff for ports where features are not possible.
Włodzimierz Skiba [Tue, 22 Jun 2004 08:15:54 +0000 (08:15 +0000)] 
Minimize diff for ports where features are not possible.

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

20 years agoObserve NSControlTintDidChangeNotification in the application delegate.
David Elliott [Tue, 22 Jun 2004 04:16:22 +0000 (04:16 +0000)] 
Observe NSControlTintDidChangeNotification in the application delegate.
TODO: Actually implement this to do something.

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

20 years agoreverted m_adjustMinSize change prepatory for a new approach to fix
Robin Dunn [Mon, 21 Jun 2004 23:08:44 +0000 (23:08 +0000)] 
reverted m_adjustMinSize change prepatory for a new approach to fix
the problem

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

20 years agoreverted m_adjustMinSize change prepatory for a new approach to fix
Robin Dunn [Mon, 21 Jun 2004 22:58:13 +0000 (22:58 +0000)] 
reverted m_adjustMinSize change prepatory for a new approach to fix
the problem

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

20 years agoFix for drag object bug
Robin Dunn [Mon, 21 Jun 2004 22:39:24 +0000 (22:39 +0000)] 
Fix for drag object bug

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

20 years agoChanges needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get
Robin Dunn [Mon, 21 Jun 2004 22:37:35 +0000 (22:37 +0000)] 
Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get

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

20 years agochange how email is sent
Robin Dunn [Mon, 21 Jun 2004 22:33:45 +0000 (22:33 +0000)] 
change how email is sent

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

20 years agoremoved Direction_Max from Direction enum for consistency with the MSW version
Vadim Zeitlin [Mon, 21 Jun 2004 12:36:34 +0000 (12:36 +0000)] 
removed Direction_Max from Direction enum for consistency with the MSW version

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

20 years agoremoved asserts to suppress gcc 3.4 warnings about condition being always true
Vadim Zeitlin [Mon, 21 Jun 2004 12:35:22 +0000 (12:35 +0000)] 
removed asserts to suppress gcc 3.4 warnings about condition being always true

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

20 years agoReordered condition to make diff of other port smaller.
Włodzimierz Skiba [Mon, 21 Jun 2004 10:46:46 +0000 (10:46 +0000)] 
Reordered condition to make diff of other port smaller.

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

20 years agoArray of strings is needed regardless of wxUSE_CMDLINE_PARSER.
Włodzimierz Skiba [Mon, 21 Jun 2004 10:35:38 +0000 (10:35 +0000)] 
Array of strings is needed regardless of wxUSE_CMDLINE_PARSER.

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

20 years agoBetter conditions within dialogs sample.
Włodzimierz Skiba [Mon, 21 Jun 2004 10:31:39 +0000 (10:31 +0000)] 
Better conditions within dialogs sample.

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

20 years agoreverted previous revision, old clipboard API is still used by wxMSW itself
Václav Slavík [Mon, 21 Jun 2004 10:13:18 +0000 (10:13 +0000)] 
reverted previous revision, old clipboard API is still used by wxMSW itself

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

20 years agodon't export deprecated interface to clipboard from DLL
Václav Slavík [Mon, 21 Jun 2004 08:58:52 +0000 (08:58 +0000)] 
don't export deprecated interface to clipboard from DLL

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

20 years agowxClipboard changes compilation fixes
Václav Slavík [Mon, 21 Jun 2004 08:54:35 +0000 (08:54 +0000)] 
wxClipboard changes compilation fixes

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

20 years agoDifferent default buttons for native menubars on Smartphones.
Włodzimierz Skiba [Mon, 21 Jun 2004 08:31:04 +0000 (08:31 +0000)] 
Different default buttons for native menubars on Smartphones.

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

20 years agoidentify more compilers
Václav Slavík [Mon, 21 Jun 2004 07:39:58 +0000 (07:39 +0000)] 
identify more compilers

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

20 years agoCrash fix
Julian Smart [Sun, 20 Jun 2004 22:21:13 +0000 (22:21 +0000)] 
Crash fix

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

20 years agomore recognized response types
Václav Slavík [Sun, 20 Jun 2004 17:19:59 +0000 (17:19 +0000)] 
more recognized response types

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

20 years agocreate wxTheClipboard on first use, not startup -- this fixes crash in console-only...
Václav Slavík [Sun, 20 Jun 2004 17:19:26 +0000 (17:19 +0000)] 
create wxTheClipboard on first use, not startup -- this fixes crash in console-only apps that were linked against wxGTK's 'core' shared library

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

20 years agocheck for wputc wputchar putws fputws availability
Václav Slavík [Sun, 20 Jun 2004 17:18:50 +0000 (17:18 +0000)] 
check for wputc wputchar putws fputws availability

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

20 years agofix bug with univ creating textctrl
Chris Elliott [Sun, 20 Jun 2004 13:11:37 +0000 (13:11 +0000)] 
fix bug with univ creating textctrl

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

20 years agofix univ SegFault
Chris Elliott [Sun, 20 Jun 2004 13:10:22 +0000 (13:10 +0000)] 
fix univ SegFault

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

20 years ago Compilation fixes for wxUSE_STL == 1.
Mattia Barbon [Sun, 20 Jun 2004 13:10:16 +0000 (13:10 +0000)] 
  Compilation fixes for wxUSE_STL == 1.

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

20 years ago Fix for declaring arrays for non-numeric/non-pointer types.
Mattia Barbon [Sun, 20 Jun 2004 10:22:23 +0000 (10:22 +0000)] 
  Fix for declaring arrays for non-numeric/non-pointer types.

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

20 years ago Compilation fixes.
Mattia Barbon [Sun, 20 Jun 2004 09:14:18 +0000 (09:14 +0000)] 
  Compilation fixes.

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

20 years ago Some (incomplete) fixes for wxUSE_STL == 1.
Mattia Barbon [Sun, 20 Jun 2004 09:02:29 +0000 (09:02 +0000)] 
  Some (incomplete) fixes for wxUSE_STL == 1.

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

20 years agodon't explicitly set font and bg colour
Václav Slavík [Sat, 19 Jun 2004 22:39:05 +0000 (22:39 +0000)] 
don't explicitly set font and bg colour

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

20 years agofixed memory leak in wxURL when using a proxy
Vadim Zeitlin [Sat, 19 Jun 2004 22:36:44 +0000 (22:36 +0000)] 
fixed memory leak in wxURL when using a proxy

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

20 years agohandle style changes correctly in GtkPizza
Václav Slavík [Sat, 19 Jun 2004 21:30:14 +0000 (21:30 +0000)] 
handle style changes correctly in GtkPizza

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

20 years agointerpret m_has..Col, m_hasFont correctly
Václav Slavík [Sat, 19 Jun 2004 18:59:43 +0000 (18:59 +0000)] 
interpret m_has..Col, m_hasFont correctly

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

20 years agoRegenerated renamers, each has just a change in their headers
Robin Dunn [Sat, 19 Jun 2004 18:21:36 +0000 (18:21 +0000)] 
Regenerated renamers, each has just a change in their headers

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

20 years agoPatch from Kevin Ollivier that merges buildrenamers into the main
Robin Dunn [Sat, 19 Jun 2004 18:20:22 +0000 (18:20 +0000)] 
Patch from Kevin Ollivier that merges buildrenamers into the main
config module, and other tweaks.

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

20 years agoSwitch off adjust min size for book control and therefore notebook,
Julian Smart [Sat, 19 Jun 2004 17:53:50 +0000 (17:53 +0000)] 
Switch off adjust min size for book control and therefore notebook,
since we don't want to stop notebooks resizing smaller than the initial size

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

20 years agomoved DoApplyWidgetStyle to wxWindowGTK
Václav Slavík [Sat, 19 Jun 2004 17:49:26 +0000 (17:49 +0000)] 
moved DoApplyWidgetStyle to wxWindowGTK

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

20 years agoPatch from Will Sadkin:
Robin Dunn [Sat, 19 Jun 2004 16:25:55 +0000 (16:25 +0000)] 
Patch from Will Sadkin:

- Fixed intra-right-insert-field erase.
- Allowed right-insert in ipaddrctrl subfields.
- Made _SetValue() place cursor after last non-blank character inserted,
  rather than end of mask.
- Fixed combobox autoselect behavior to work similarly as above, so that
  said selection will only select the non-empty text, as per request.
- Fixed some incorrect undo behavior for right-insert fields
- Allowed derived classes (eg. numctrl) to pass modified values for undo
  processing (to handle/ignore grouping chars properly.)

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

20 years agoreSWIGged
Robin Dunn [Sat, 19 Jun 2004 15:23:25 +0000 (15:23 +0000)] 
reSWIGged

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

20 years agoDoGetBestSize may be called before m_text and m_choice are set,
Julian Smart [Sat, 19 Jun 2004 14:55:25 +0000 (14:55 +0000)] 
DoGetBestSize may be called before m_text and m_choice are set,
so check

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

20 years ago Remove no longer used header.
Mattia Barbon [Sat, 19 Jun 2004 14:53:50 +0000 (14:53 +0000)] 
  Remove no longer used header.

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

20 years agoGTK2 port is not experimental anymore
Václav Slavík [Sat, 19 Jun 2004 14:03:42 +0000 (14:03 +0000)] 
GTK2 port is not experimental anymore

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

20 years agomoved wxFontMapper tests to its own file and testcase
Václav Slavík [Sat, 19 Jun 2004 14:01:44 +0000 (14:01 +0000)] 
moved wxFontMapper tests to its own file and testcase

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

20 years agoTex2RTF doesn't like {\tt{ thing}}
Julian Smart [Sat, 19 Jun 2004 07:40:07 +0000 (07:40 +0000)] 
Tex2RTF doesn't like {\tt{ thing}}

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

20 years agoControls will readjust their size and minsize when SetLabel or SetFont
Robin Dunn [Sat, 19 Jun 2004 01:35:10 +0000 (01:35 +0000)] 
Controls will readjust their size and minsize when SetLabel or SetFont
are called.  Fixed up wxStaticText to blend the wxST_NO_AUTOSIZE with
this new functionality.  Made SetBestSize public under the
SetBestFittingSize name.

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

20 years agoFixed to work with the new wxMacControl system.
Kevin Ollivier [Fri, 18 Jun 2004 20:08:12 +0000 (20:08 +0000)] 
Fixed to work with the new wxMacControl system.

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

20 years agoSmall step in making HelpGen up to date unicode application.
Włodzimierz Skiba [Fri, 18 Jun 2004 19:25:50 +0000 (19:25 +0000)] 
Small step in making HelpGen up to date unicode application.

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

20 years agoFixes for unused values and code.
Włodzimierz Skiba [Fri, 18 Jun 2004 18:28:31 +0000 (18:28 +0000)] 
Fixes for unused values and code.

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

20 years agoLatex corrections from Marc Albrecht
Julian Smart [Fri, 18 Jun 2004 17:57:47 +0000 (17:57 +0000)] 
Latex corrections from Marc Albrecht

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

20 years agoGive wxWindowGTK::ApplyWidgetStyle an implementation too so
Robin Dunn [Fri, 18 Jun 2004 17:30:32 +0000 (17:30 +0000)] 
Give wxWindowGTK::ApplyWidgetStyle an implementation too so
non-control windows can also change colours, etc.

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

20 years agoPatch from Pierre Hjälm.
Robin Dunn [Fri, 18 Jun 2004 16:32:03 +0000 (16:32 +0000)] 
Patch from Pierre Hjälm.

"""
It removes "from __future__ import division", fixes a couple of bugs and
adds a lot of whitespace.

Since I also removed an instance of [::-1] for list reversing, I think this
ought to work on older pythons (I have not tested though).
"""

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

20 years agoCharsets part moved from console sample to test unit.
Włodzimierz Skiba [Fri, 18 Jun 2004 15:44:46 +0000 (15:44 +0000)] 
Charsets part moved from console sample to test unit.

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

20 years agoWarning fix.
Włodzimierz Skiba [Fri, 18 Jun 2004 15:18:36 +0000 (15:18 +0000)] 
Warning fix.

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

20 years agoWarning fixes for WinCE.
Włodzimierz Skiba [Fri, 18 Jun 2004 09:48:15 +0000 (09:48 +0000)] 
Warning fixes for WinCE.

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

20 years agoFlatening menu for Smartphones when menubar has only one menu
Włodzimierz Skiba [Fri, 18 Jun 2004 09:36:05 +0000 (09:36 +0000)] 
Flatening menu for Smartphones when menubar has only one menu

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

20 years agonew logic applies to SetFont(wxNullFont), too
Václav Slavík [Fri, 18 Jun 2004 08:02:27 +0000 (08:02 +0000)] 
new logic applies to SetFont(wxNullFont), too

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

20 years agoreset fg/bg colour and font to default if set to wxNullColour/Font
Václav Slavík [Fri, 18 Jun 2004 08:02:01 +0000 (08:02 +0000)] 
reset fg/bg colour and font to default if set to wxNullColour/Font

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

20 years agotest colours unsetting
Václav Slavík [Fri, 18 Jun 2004 08:01:32 +0000 (08:01 +0000)] 
test colours unsetting

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

20 years agominor visual improvements to wxTipDialog
Václav Slavík [Fri, 18 Jun 2004 08:00:51 +0000 (08:00 +0000)] 
minor visual improvements to wxTipDialog

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

20 years agonew logic applies to SetFont(wxNullFont), too
Václav Slavík [Fri, 18 Jun 2004 07:30:08 +0000 (07:30 +0000)] 
new logic applies to SetFont(wxNullFont), too

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

20 years agoremoved use of p2cstr
Stefan Csomor [Fri, 18 Jun 2004 07:15:28 +0000 (07:15 +0000)] 
removed use of p2cstr

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

20 years agofixed badly looking dialog (different spacing)
Václav Slavík [Fri, 18 Jun 2004 06:54:20 +0000 (06:54 +0000)] 
fixed badly looking dialog (different spacing)

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

20 years agofixed wxGenericDirCtrl sizing
Václav Slavík [Fri, 18 Jun 2004 06:52:42 +0000 (06:52 +0000)] 
fixed wxGenericDirCtrl sizing

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

20 years agoSet the client size as calculated, but use the full size for the size hints
Robin Dunn [Thu, 17 Jun 2004 23:18:57 +0000 (23:18 +0000)] 
Set the client size as calculated, but use the full size for the size hints

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

20 years agoUse GetBackgroundColour so it will revert to the default if
Robin Dunn [Thu, 17 Jun 2004 22:50:54 +0000 (22:50 +0000)] 
Use GetBackgroundColour so it will revert to the default if
wxNullColour is used

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

20 years agomoved metrowerks debugger support in to wxUSE_BASE to avoid suplicate
Robin Dunn [Thu, 17 Jun 2004 22:40:26 +0000 (22:40 +0000)] 
moved metrowerks debugger support in to wxUSE_BASE to avoid suplicate
defintion errors when using multi-lib build

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

20 years agoUpdated docs for Set[Fore|Back]groundColour with more hints about
Robin Dunn [Thu, 17 Jun 2004 22:24:21 +0000 (22:24 +0000)] 
Updated docs for Set[Fore|Back]groundColour with more hints about
using them with themes

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

20 years agooops, forgot to remove a bit of test code
Robin Dunn [Thu, 17 Jun 2004 21:40:55 +0000 (21:40 +0000)] 
oops, forgot to remove a bit of test code

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

20 years agoDon't have to explicitly set the background any more, the default will
Robin Dunn [Thu, 17 Jun 2004 21:37:44 +0000 (21:37 +0000)] 
Don't have to explicitly set the background any more, the default will
do the right thing.

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

20 years agoUse GetBackgroundColour in the default OnEraseBackground so it can use
Robin Dunn [Thu, 17 Jun 2004 21:36:32 +0000 (21:36 +0000)] 
Use GetBackgroundColour in the default OnEraseBackground so it can use
the default if the colour hasn't been explicitly set

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

20 years agoSet/Reset ThemeEnabled when changing the fore/background colours.
Robin Dunn [Thu, 17 Jun 2004 21:31:13 +0000 (21:31 +0000)] 
Set/Reset ThemeEnabled when changing the fore/background colours.
Using wxNullColour will reset to defaults.

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

20 years agoCorrected position of wxUSE_WEBKIT test
Julian Smart [Thu, 17 Jun 2004 20:30:20 +0000 (20:30 +0000)] 
Corrected position of wxUSE_WEBKIT test

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

20 years agoHide the dialog after running it as it may be a bit of time before it
Robin Dunn [Thu, 17 Jun 2004 19:51:11 +0000 (19:51 +0000)] 
Hide the dialog after running it as it may be a bit of time before it
is destroyed

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

20 years agoSeparation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic implementations.
Włodzimierz Skiba [Thu, 17 Jun 2004 19:50:20 +0000 (19:50 +0000)] 
Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic implementations.

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

20 years agoBetter markup.
Włodzimierz Skiba [Thu, 17 Jun 2004 19:44:00 +0000 (19:44 +0000)] 
Better markup.

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

20 years agoAdded --enable-webkit
Julian Smart [Thu, 17 Jun 2004 19:42:56 +0000 (19:42 +0000)] 
Added --enable-webkit

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

20 years agoin unicode mode the return value of gridtable.GetValue must be a
Robin Dunn [Thu, 17 Jun 2004 19:23:35 +0000 (19:23 +0000)] 
in unicode mode the return value of gridtable.GetValue must be a
string or a unicode object, as the coerce to unicode function used can
only convert strings.

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

20 years agoWarning fixes. Code cleanup. Whitespaces and tabs removed.
Włodzimierz Skiba [Thu, 17 Jun 2004 19:00:22 +0000 (19:00 +0000)] 
Warning fixes. Code cleanup. Whitespaces and tabs removed.

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

20 years agomoved metrowerks debugger support out of wxUSE_GUI
Stefan Csomor [Thu, 17 Jun 2004 18:27:52 +0000 (18:27 +0000)] 
moved metrowerks debugger support out of wxUSE_GUI

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

20 years agoreverted Julian's incorrect rename of wxWindows.dsp
Václav Slavík [Thu, 17 Jun 2004 17:03:03 +0000 (17:03 +0000)] 
reverted Julian's incorrect rename of wxWindows.dsp

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

20 years agoit's OK to set background,foreground colour even with theming now
Václav Slavík [Thu, 17 Jun 2004 17:01:51 +0000 (17:01 +0000)] 
it's OK to set background,foreground colour even with theming now

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

20 years agoCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString...
Włodzimierz Skiba [Thu, 17 Jun 2004 16:22:36 +0000 (16:22 +0000)] 
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces.

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

20 years agoAllow wxSplitterWindow::Initialize(NULL) in case we've deleted both child
Julian Smart [Thu, 17 Jun 2004 09:05:39 +0000 (09:05 +0000)] 
Allow wxSplitterWindow::Initialize(NULL) in case we've deleted both child
windows and want to clean up dangling pointers

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

20 years agoBU_EXACTFIT adapted
Stefan Csomor [Thu, 17 Jun 2004 08:06:33 +0000 (08:06 +0000)] 
BU_EXACTFIT adapted

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

20 years agoreSWIGged
Robin Dunn [Thu, 17 Jun 2004 06:11:50 +0000 (06:11 +0000)] 
reSWIGged

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