wxWidgets.git
18 years agoMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
Julian Smart [Mon, 9 Jan 2006 13:42:57 +0000 (13:42 +0000)] 
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
for embedded and modal help

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

18 years agofix SetUserData() to delete the correct pointer
Vadim Zeitlin [Mon, 9 Jan 2006 12:27:49 +0000 (12:27 +0000)] 
fix SetUserData() to delete the correct pointer

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

18 years agofix for Unicode builds under OS X <= 10.2
Vadim Zeitlin [Mon, 9 Jan 2006 12:27:18 +0000 (12:27 +0000)] 
fix for Unicode builds under OS X <= 10.2

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

18 years agodocument that wxDC can't be created
Vadim Zeitlin [Mon, 9 Jan 2006 12:25:06 +0000 (12:25 +0000)] 
document that wxDC can't be created

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

18 years agocleanup - reformat
David Surovell [Mon, 9 Jan 2006 09:46:05 +0000 (09:46 +0000)] 
cleanup - reformat

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

18 years agoFix for wxMac when the tree doesn't have the focus and the
Robin Dunn [Mon, 9 Jan 2006 02:57:04 +0000 (02:57 +0000)] 
Fix for wxMac when the tree doesn't have the focus and the
wxSYS_COLOUR_HIGHLIGHTTEXT is white.

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

18 years agocleanup - reformat
David Surovell [Mon, 9 Jan 2006 00:46:43 +0000 (00:46 +0000)] 
cleanup - reformat

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

18 years agomoved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because
Vadim Zeitlin [Mon, 9 Jan 2006 00:12:49 +0000 (00:12 +0000)] 
moved OnExceptionInMainLoop() from wxAppConsole to wxAppBase because

1. console apps have no main loop
2. in non-monolithic mingw32 build, rethrowing an exception thrown from the
   GUI in the base DLL doesn't work

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

18 years agoMinor reformat.
Włodzimierz Skiba [Mon, 9 Jan 2006 00:09:43 +0000 (00:09 +0000)] 
Minor reformat.

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

18 years agomention that wxMULTIPLE flag doesn't make sense with wxFileSelector
Vadim Zeitlin [Mon, 9 Jan 2006 00:09:01 +0000 (00:09 +0000)] 
mention that wxMULTIPLE flag doesn't make sense with wxFileSelector

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

18 years agodefs.h doubled include fixed.
Włodzimierz Skiba [Mon, 9 Jan 2006 00:06:50 +0000 (00:06 +0000)] 
defs.h doubled include fixed.

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

18 years agowxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl...
Włodzimierz Skiba [Mon, 9 Jan 2006 00:03:54 +0000 (00:03 +0000)] 
wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.

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

18 years agowxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl...
Włodzimierz Skiba [Sun, 8 Jan 2006 23:58:18 +0000 (23:58 +0000)] 
wxMGL bakefiled for OpenWatcom (needs bakefiles from CVS but compatible with bkl 0.1.9.X for other ports.

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

18 years ago Added empty wxDataViewCtrl header and control name string.
Robert Roebling [Sun, 8 Jan 2006 21:50:02 +0000 (21:50 +0000)] 
  Added empty wxDataViewCtrl header and control name string.

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

18 years ago Added configure flag for wxDataViewCtrl.
Robert Roebling [Sun, 8 Jan 2006 21:23:35 +0000 (21:23 +0000)] 
  Added configure flag for wxDataViewCtrl.
    Currently defaults to "no".

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

18 years ago Added configure checks for Hildon Framework.
Robert Roebling [Sun, 8 Jan 2006 21:18:16 +0000 (21:18 +0000)] 
  Added configure checks for Hildon Framework.

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

18 years agofixed a typo
David Surovell [Sun, 8 Jan 2006 18:52:36 +0000 (18:52 +0000)] 
fixed a typo

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

18 years agominor cleanup - reformat
David Surovell [Sun, 8 Jan 2006 18:52:03 +0000 (18:52 +0000)] 
minor cleanup - reformat

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

18 years agocleanup - reformat
David Surovell [Sun, 8 Jan 2006 18:51:24 +0000 (18:51 +0000)] 
cleanup - reformat

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

18 years ago Added sample for wxDataViewCtrl
Robert Roebling [Sun, 8 Jan 2006 16:23:03 +0000 (16:23 +0000)] 
  Added sample for wxDataViewCtrl

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

18 years agoReturn correct values for GetFieldRect() when using themes.
Jamie Gadd [Sun, 8 Jan 2006 15:33:30 +0000 (15:33 +0000)] 
Return correct values for GetFieldRect() when using themes.

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

18 years agoInsertMenuItem can be used by submenus having bitmaps also
Jamie Gadd [Sun, 8 Jan 2006 13:28:52 +0000 (13:28 +0000)] 
InsertMenuItem can be used by submenus having bitmaps also

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

18 years agofixes for Unicode build with CodeWarrior under OS X 10.2 (patch 1373217)
Vadim Zeitlin [Sun, 8 Jan 2006 12:19:14 +0000 (12:19 +0000)] 
fixes for Unicode build with CodeWarrior under OS X 10.2 (patch 1373217)

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

18 years agofixed check for Metrowerks mbstowcs(): check for __MSL__
Vadim Zeitlin [Sun, 8 Jan 2006 12:09:03 +0000 (12:09 +0000)] 
fixed check for Metrowerks mbstowcs(): check for __MSL__

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

18 years agoallowing ampersands in choices and comboboxes means we have to strip outside of uma.cpp
Stefan Csomor [Sun, 8 Jan 2006 10:54:32 +0000 (10:54 +0000)] 
allowing ampersands in choices and comboboxes means we have to strip outside of uma.cpp

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

18 years agoReplaced get{host,serv}by{name,addr} by the threadsafe wrappers
Stefan Neis [Sun, 8 Jan 2006 01:33:58 +0000 (01:33 +0000)] 
Replaced get{host,serv}by{name,addr} by the threadsafe wrappers
        introduced in the previous revision.

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

18 years agofixed typo in prior checkin
David Surovell [Sat, 7 Jan 2006 17:43:39 +0000 (17:43 +0000)] 
fixed typo in prior checkin

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

18 years agocleanup - reformat
David Surovell [Sat, 7 Jan 2006 17:29:16 +0000 (17:29 +0000)] 
cleanup - reformat

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

18 years agobug fix for MacTel builds, using the same code on PPC as well (wxMask)
Stefan Csomor [Sat, 7 Jan 2006 08:33:13 +0000 (08:33 +0000)] 
bug fix for MacTel builds, using the same code on PPC as well (wxMask)

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

18 years agominor cleanup
David Surovell [Sat, 7 Jan 2006 06:30:25 +0000 (06:30 +0000)] 
minor cleanup

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

18 years agominor cleanup
David Surovell [Sat, 7 Jan 2006 06:09:50 +0000 (06:09 +0000)] 
minor cleanup

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

18 years agocleanup - reformat
David Surovell [Sat, 7 Jan 2006 06:01:50 +0000 (06:01 +0000)] 
cleanup - reformat

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

18 years agorefresh the MDI frame window menu whenever a child frame is shown/hidden (and not...
Vadim Zeitlin [Sat, 7 Jan 2006 01:14:45 +0000 (01:14 +0000)] 
refresh the MDI frame window menu whenever a child frame is shown/hidden (and not only when its menu bar is changed as this means that the menu is never refreshed if the child frame has no menu)

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

18 years agojust added wxUSE_MENUS around code using the menus
Vadim Zeitlin [Sat, 7 Jan 2006 01:12:49 +0000 (01:12 +0000)] 
just added wxUSE_MENUS around code using the menus

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

18 years agoremoved Win16 code
Vadim Zeitlin [Sat, 7 Jan 2006 01:05:52 +0000 (01:05 +0000)] 
removed Win16 code

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

18 years agoadded a test command to show the current selection
Vadim Zeitlin [Sat, 7 Jan 2006 00:31:32 +0000 (00:31 +0000)] 
added a test command to show the current selection

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

18 years agoIntegrated fixes for sizing/positioning; cleanup; removal of handle/window
Stefan Neis [Fri, 6 Jan 2006 23:43:45 +0000 (23:43 +0000)] 
Integrated fixes for sizing/positioning; cleanup; removal of handle/window
        association in dtor. (All according to patch #1396667).

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

18 years agoFixed sizing&positioning and an error in subclassing.
Stefan Neis [Fri, 6 Jan 2006 22:31:00 +0000 (22:31 +0000)] 
Fixed sizing&positioning and an error in subclassing.

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

18 years agoCosmetic fixes.
Stefan Neis [Fri, 6 Jan 2006 22:26:15 +0000 (22:26 +0000)] 
Cosmetic fixes.

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

18 years agoUnicode compilation fix
Vadim Zeitlin [Fri, 6 Jan 2006 21:44:44 +0000 (21:44 +0000)] 
Unicode compilation fix

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

18 years agofixed bug in GetString() introduced during the latest round of changes
Vadim Zeitlin [Fri, 6 Jan 2006 21:41:54 +0000 (21:41 +0000)] 
fixed bug in GetString() introduced during the latest round of changes

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

18 years agoadded GetString() test
Vadim Zeitlin [Fri, 6 Jan 2006 21:33:39 +0000 (21:33 +0000)] 
added GetString() test

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

18 years agocleanup - reformat (take 2)
David Surovell [Fri, 6 Jan 2006 21:17:18 +0000 (21:17 +0000)] 
cleanup - reformat (take 2)

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

18 years agocleanup - reformat
David Surovell [Fri, 6 Jan 2006 21:14:34 +0000 (21:14 +0000)] 
cleanup - reformat

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

18 years agoadd comment about using not quite standard mbstowcs() feature
Vadim Zeitlin [Fri, 6 Jan 2006 17:10:32 +0000 (17:10 +0000)] 
add comment about using not quite standard mbstowcs() feature

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

18 years agouse our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT...
Vadim Zeitlin [Fri, 6 Jan 2006 16:52:54 +0000 (16:52 +0000)] 
use our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT doesn't implement Unix98 extension of allowing to call them with NULL output parameters to just get the size of the needed buffer which we rely on

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

18 years agoRemoved creation&deletion of an unused font object.
Stefan Neis [Fri, 6 Jan 2006 16:04:00 +0000 (16:04 +0000)] 
Removed creation&deletion of an unused font object.

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

18 years agoAllow multiple lines for a static text
Stefan Neis [Fri, 6 Jan 2006 16:01:33 +0000 (16:01 +0000)] 
Allow multiple lines for a static text

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

18 years agoadded wx/object.h include (bug 1398517)
Vadim Zeitlin [Fri, 6 Jan 2006 12:54:44 +0000 (12:54 +0000)] 
added wx/object.h include (bug 1398517)

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

18 years agoanother merge from WX_2_6_BRANCH
Robin Dunn [Fri, 6 Jan 2006 07:05:15 +0000 (07:05 +0000)] 
another merge from WX_2_6_BRANCH

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

18 years agoAllow the frame (if there is one) to resize the toolbar after Realize
Robin Dunn [Fri, 6 Jan 2006 05:26:22 +0000 (05:26 +0000)] 
Allow the frame (if there is one) to resize the toolbar after Realize
is called

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

18 years agoAdded wxSizerItem::SetUserData
Robin Dunn [Fri, 6 Jan 2006 04:46:38 +0000 (04:46 +0000)] 
Added wxSizerItem::SetUserData

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

18 years agocleanup - reformat; added assignment of initial selection to match other platform...
David Surovell [Fri, 6 Jan 2006 03:17:29 +0000 (03:17 +0000)] 
cleanup - reformat; added assignment of initial selection to match other platform behavior

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

18 years agocleanup - reformat; added (disabled) support for secondary highlight color
David Surovell [Fri, 6 Jan 2006 00:36:37 +0000 (00:36 +0000)] 
cleanup - reformat; added (disabled) support for secondary highlight color

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

18 years agoWorkaround for wxMac since it is unable to dismiss the edit control
Robin Dunn [Thu, 5 Jan 2006 23:55:55 +0000 (23:55 +0000)] 
Workaround for wxMac since it is unable to dismiss the edit control
when the listctrl is clicked on.  It has to do with a dependency on
the order of focus events so on wxMac we'll just explicitly dismiss
the edit control if it's active when the listctrl is clicked on.

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

18 years agoinclude wx/event.h, as it is used by-value (parent class).
Mart Raudsepp [Thu, 5 Jan 2006 23:11:58 +0000 (23:11 +0000)] 
include wx/event.h, as it is used by-value (parent class).

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

18 years agocleanup - reformat; minor code tweaks
David Surovell [Thu, 5 Jan 2006 19:02:39 +0000 (19:02 +0000)] 
cleanup - reformat; minor code tweaks

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

18 years agolayout adaptions for mac
Stefan Csomor [Thu, 5 Jan 2006 11:26:07 +0000 (11:26 +0000)] 
layout adaptions for mac

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

18 years agotransparent grow box for dialogs
Stefan Csomor [Thu, 5 Jan 2006 11:24:34 +0000 (11:24 +0000)] 
transparent grow box for dialogs

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

18 years agoported KO's v262 change forward
David Surovell [Thu, 5 Jan 2006 08:46:08 +0000 (08:46 +0000)] 
ported KO's v262 change forward

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

18 years agocleanup - reformat (part 3)
David Surovell [Thu, 5 Jan 2006 08:38:57 +0000 (08:38 +0000)] 
cleanup - reformat (part 3)

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

18 years agoAdded wxGetMouseState which returns the current state of the mouse.
Robin Dunn [Thu, 5 Jan 2006 04:31:27 +0000 (04:31 +0000)] 
Added wxGetMouseState which returns the current state of the mouse.
Returns an instance of a wxMouseState object that contains the current
position of the mouse pointer in screen coordinants, as well as
boolean values indicating the up/down status of the mouse buttons and
the modifier keys.  Implemented for wxMSW, wxGTK and wxMac.

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

18 years agoTemporarily disabled OS/2 specific code.
Stefan Neis [Thu, 5 Jan 2006 01:00:34 +0000 (01:00 +0000)] 
Temporarily disabled OS/2 specific code.

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

18 years agocleanup - reformat (part 2)
David Surovell [Thu, 5 Jan 2006 00:43:32 +0000 (00:43 +0000)] 
cleanup - reformat (part 2)

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

18 years agoFixed sizing and positioning.
Stefan Neis [Wed, 4 Jan 2006 23:27:16 +0000 (23:27 +0000)] 
Fixed sizing and positioning.

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

18 years agoMinor cleanup
Stefan Neis [Wed, 4 Jan 2006 23:05:18 +0000 (23:05 +0000)] 
Minor cleanup

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

18 years agoBetter default sizes.
Stefan Neis [Wed, 4 Jan 2006 22:54:37 +0000 (22:54 +0000)] 
Better default sizes.

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

18 years agoCache slider size in DoSetSize.
Stefan Neis [Wed, 4 Jan 2006 22:49:55 +0000 (22:49 +0000)] 
Cache slider size in DoSetSize.

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

18 years agoFixed label handling (translating for accelerator handling only for relevant
Stefan Neis [Wed, 4 Jan 2006 22:46:06 +0000 (22:46 +0000)] 
Fixed label handling (translating for accelerator handling only for relevant
                        classes)

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

18 years agoImproved size handling.
Stefan Neis [Wed, 4 Jan 2006 22:37:54 +0000 (22:37 +0000)] 
Improved size handling.

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

18 years agoFixed sizing and positioning, simplifying code (too much?) in the process.
Stefan Neis [Wed, 4 Jan 2006 22:19:06 +0000 (22:19 +0000)] 
Fixed sizing and positioning, simplifying code (too much?) in the process.

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

18 years agocleanup - reformat
David Surovell [Wed, 4 Jan 2006 18:10:31 +0000 (18:10 +0000)] 
cleanup - reformat

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

18 years agoFix control and shift key event flags
Michael Wetherell [Wed, 4 Jan 2006 14:17:53 +0000 (14:17 +0000)] 
Fix control and shift key event flags

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

18 years agoUndefine true and false defined in scitech header
Michael Wetherell [Wed, 4 Jan 2006 14:14:32 +0000 (14:14 +0000)] 
Undefine true and false defined in scitech header

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

18 years agoremove sizing controls when being in fullscreen mode
Stefan Csomor [Wed, 4 Jan 2006 11:52:52 +0000 (11:52 +0000)] 
remove sizing controls when being in fullscreen mode

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

18 years agoincrease min size to make all scrollbar controls visible
Stefan Csomor [Wed, 4 Jan 2006 11:49:01 +0000 (11:49 +0000)] 
increase min size to make all scrollbar controls visible

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

18 years agostarting blend modes for Core Graphics
Stefan Csomor [Wed, 4 Jan 2006 11:43:45 +0000 (11:43 +0000)] 
starting blend modes for Core Graphics

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

18 years agofactoring out Background setter
Stefan Csomor [Wed, 4 Jan 2006 10:34:34 +0000 (10:34 +0000)] 
factoring out Background setter

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

18 years agocleanup - reformat
David Surovell [Wed, 4 Jan 2006 09:36:36 +0000 (09:36 +0000)] 
cleanup - reformat

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

18 years agocleanup - reformat
David Surovell [Wed, 4 Jan 2006 08:19:13 +0000 (08:19 +0000)] 
cleanup - reformat

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

18 years agocleanup - reformat
David Surovell [Wed, 4 Jan 2006 05:21:30 +0000 (05:21 +0000)] 
cleanup - reformat

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

18 years agocleanup - reformat
David Surovell [Wed, 4 Jan 2006 03:14:01 +0000 (03:14 +0000)] 
cleanup - reformat

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

18 years agoInitialize() returns bool, not void
Vadim Zeitlin [Wed, 4 Jan 2006 00:06:13 +0000 (00:06 +0000)] 
Initialize() returns bool, not void

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

18 years agocleanup - reformat
David Surovell [Tue, 3 Jan 2006 23:11:20 +0000 (23:11 +0000)] 
cleanup - reformat

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

18 years agocleanup - reformat
David Surovell [Tue, 3 Jan 2006 22:06:25 +0000 (22:06 +0000)] 
cleanup - reformat

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

18 years agoApplied patch #1396039 (Notebook tab bitmaps)
Stefan Neis [Tue, 3 Jan 2006 16:52:50 +0000 (16:52 +0000)] 
Applied patch #1396039 (Notebook tab bitmaps)

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

18 years agoAdded wxAddGrab, wxRemoveGrab for use by popup window implementations
Julian Smart [Tue, 3 Jan 2006 16:37:32 +0000 (16:37 +0000)] 
Added wxAddGrab, wxRemoveGrab for use by popup window implementations

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

18 years agoAdded thread-safe wrappers for get{host,serv}by{name,addr} to replace the
Stefan Neis [Tue, 3 Jan 2006 16:36:20 +0000 (16:36 +0000)] 
Added thread-safe wrappers for get{host,serv}by{name,addr} to replace the
        currently still used unsafe versions once possible compilation
        problems are sorted out.

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

18 years agoApplied patch #1395526 (Autoradiobutton corrections)
Stefan Neis [Tue, 3 Jan 2006 11:49:09 +0000 (11:49 +0000)] 
Applied patch #1395526 (Autoradiobutton corrections)

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

18 years agoFixed bug introduced by previous change (patch #1395852)
Stefan Neis [Tue, 3 Jan 2006 11:08:11 +0000 (11:08 +0000)] 
Fixed bug introduced by previous change (patch #1395852)

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

18 years agocleanup - reformat
David Surovell [Tue, 3 Jan 2006 04:36:25 +0000 (04:36 +0000)] 
cleanup - reformat

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

18 years agodocument that font set with SetFont() is not automatically used by wxPaint/Client...
Vadim Zeitlin [Mon, 2 Jan 2006 23:30:06 +0000 (23:30 +0000)] 
document that font set with SetFont() is not automatically used by wxPaint/Client/WindowDC associated with the window

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

18 years agoGetFont() only works after SetFont()
Vadim Zeitlin [Mon, 2 Jan 2006 23:28:36 +0000 (23:28 +0000)] 
GetFont() only works after SetFont()

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

18 years agocleanup - reformat
David Surovell [Mon, 2 Jan 2006 22:45:50 +0000 (22:45 +0000)] 
cleanup - reformat

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

18 years agoUse system colours
Stefan Neis [Mon, 2 Jan 2006 21:26:13 +0000 (21:26 +0000)] 
Use system colours
Fixed handling of scrollbar heigh/width

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

18 years agoMention rcdefs.h in changes.txt
Michael Wetherell [Mon, 2 Jan 2006 19:42:29 +0000 (19:42 +0000)] 
Mention rcdefs.h in changes.txt

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

18 years agoUpdate changes.txt with recent changes
Michael Wetherell [Mon, 2 Jan 2006 19:37:12 +0000 (19:37 +0000)] 
Update changes.txt with recent changes

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

18 years agoImproved support for system colours and scrollbar widths/heights
Stefan Neis [Mon, 2 Jan 2006 19:37:11 +0000 (19:37 +0000)] 
Improved support for system colours and scrollbar widths/heights
        acoording to patch #1395329.

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

18 years agoAdded wx.GetColourFromUser and wx.GetFontFromUser
Robin Dunn [Mon, 2 Jan 2006 19:35:00 +0000 (19:35 +0000)] 
Added wx.GetColourFromUser and wx.GetFontFromUser

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

18 years agoreSWIGged
Robin Dunn [Mon, 2 Jan 2006 19:23:18 +0000 (19:23 +0000)] 
reSWIGged

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