wxWidgets.git
15 years agolist also headers in the bakefile
Francesco Montorsi [Mon, 6 Oct 2008 09:32:05 +0000 (09:32 +0000)] 
list also headers in the bakefile

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

15 years agorename README to README.txt to be compat with win systems
Francesco Montorsi [Mon, 6 Oct 2008 09:31:44 +0000 (09:31 +0000)] 
rename README to README.txt to be compat with win systems

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

15 years agoset svn properties correctly
Vadim Zeitlin [Mon, 6 Oct 2008 09:29:12 +0000 (09:29 +0000)] 
set svn properties correctly

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

15 years agocorrect the example/documentation of GetDocumentsDir() return value
Vadim Zeitlin [Sun, 5 Oct 2008 22:56:23 +0000 (22:56 +0000)] 
correct the example/documentation of GetDocumentsDir() return value

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

15 years agoFix RCS-IDs
Jaakko Salli [Sun, 5 Oct 2008 18:03:43 +0000 (18:03 +0000)] 
Fix RCS-IDs

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

15 years agoFix RCS-ID
Jaakko Salli [Sun, 5 Oct 2008 17:57:49 +0000 (17:57 +0000)] 
Fix RCS-ID

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

15 years agoBetter use of Connect()
Jaakko Salli [Sun, 5 Oct 2008 17:40:53 +0000 (17:40 +0000)] 
Better use of Connect()

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

15 years agoRCS-IDs
Jaakko Salli [Sun, 5 Oct 2008 17:29:24 +0000 (17:29 +0000)] 
RCS-IDs

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

15 years agoUse wxPGEditor_X instead of wxPGEditor(X), as in new docs
Jaakko Salli [Sun, 5 Oct 2008 14:23:28 +0000 (14:23 +0000)] 
Use wxPGEditor_X instead of wxPGEditor(X), as in new docs

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

15 years agoNeed to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler...
Jaakko Salli [Sun, 5 Oct 2008 13:56:40 +0000 (13:56 +0000)] 
Need to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler. Otherwise resizing wxVListBox does not update visible items count.

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

15 years agoother s*h interface revisions
Francesco Montorsi [Sun, 5 Oct 2008 11:24:00 +0000 (11:24 +0000)] 
other s*h interface revisions

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

15 years agoHave GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight...
Jaakko Salli [Sun, 5 Oct 2008 09:47:16 +0000 (09:47 +0000)] 
Have GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight(); In SetDescBoxHeight(), do not call RecalculatePositions() unless box height really changed

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

15 years agoCall RecreateControls() if relevant window style flag was toggled
Jaakko Salli [Sun, 5 Oct 2008 09:45:10 +0000 (09:45 +0000)] 
Call RecreateControls() if relevant window style flag was toggled

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

15 years agoGetEditableState() with DescBoxState flag could assert
Jaakko Salli [Sun, 5 Oct 2008 09:43:51 +0000 (09:43 +0000)] 
GetEditableState() with DescBoxState flag could assert

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

15 years agoadded the possibility to draw grid lines across the entire window
Vadim Zeitlin [Sat, 4 Oct 2008 23:23:01 +0000 (23:23 +0000)] 
added the possibility to draw grid lines across the entire window

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

15 years agofix for doxygen warnings
Francesco Montorsi [Sat, 4 Oct 2008 20:49:51 +0000 (20:49 +0000)] 
fix for doxygen warnings

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

15 years agoAlso use F4 shortcut for textfield + button combination
Robert Roebling [Sat, 4 Oct 2008 19:34:53 +0000 (19:34 +0000)] 
Also use F4 shortcut for textfield + button combination

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

15 years agoMoved list of subclasses away from 'classes overview' corrected some wxGrid overview...
Robert Roebling [Sat, 4 Oct 2008 18:57:47 +0000 (18:57 +0000)] 
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview references

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

15 years agofix usage of MacRegisterDefaultTypeAndCreator
Francesco Montorsi [Sat, 4 Oct 2008 18:41:29 +0000 (18:41 +0000)] 
fix usage of MacRegisterDefaultTypeAndCreator

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

15 years agowxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don...
Francesco Montorsi [Sat, 4 Oct 2008 18:41:08 +0000 (18:41 +0000)] 
wxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don't even remember why\!); fix wxScrolledT_Helper AD-HOC FIX

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

15 years agofix many doxygen warnings about undocumented parameters
Francesco Montorsi [Sat, 4 Oct 2008 14:52:38 +0000 (14:52 +0000)] 
fix many doxygen warnings about undocumented parameters

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

15 years agosome s*h interface headers reviews
Francesco Montorsi [Sat, 4 Oct 2008 14:30:56 +0000 (14:30 +0000)] 
some s*h interface headers reviews

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

15 years agoFixed use of erase() in wxPGChoices::RemoveAt()
Jaakko Salli [Sat, 4 Oct 2008 13:22:13 +0000 (13:22 +0000)] 
Fixed use of erase() in wxPGChoices::RemoveAt()

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

15 years agoremaining t*h interface revisions
Francesco Montorsi [Sat, 4 Oct 2008 11:55:28 +0000 (11:55 +0000)] 
remaining t*h interface revisions

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

15 years agointerface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums...
Francesco Montorsi [Sat, 4 Oct 2008 11:01:50 +0000 (11:01 +0000)] 
interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them

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

15 years agoAdded Description Box Height to saveable/restoreable editable state
Jaakko Salli [Sat, 4 Oct 2008 10:59:06 +0000 (10:59 +0000)] 
Added Description Box Height to saveable/restoreable editable state

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

15 years agoRemoved wxNavigationKey code, new keyboard navigation
Robert Roebling [Sat, 4 Oct 2008 09:28:31 +0000 (09:28 +0000)] 
Removed wxNavigationKey code, new keyboard navigation

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

15 years agoAlso use F4 as short-cut for opening pop-up
Robert Roebling [Sat, 4 Oct 2008 09:14:14 +0000 (09:14 +0000)] 
Also use F4 as short-cut for opening pop-up

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

15 years agodon't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this...
Vadim Zeitlin [Fri, 3 Oct 2008 22:15:40 +0000 (22:15 +0000)] 
don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this is not only unnecessary but also doesn't allow using GetAcceleratorTable() to retrieve the menu bar accelerators (#9654)

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

15 years agofix VC6 compilation problems due to its for variables scope brokenness (closes #10035)
Vadim Zeitlin [Fri, 3 Oct 2008 21:52:59 +0000 (21:52 +0000)] 
fix VC6 compilation problems due to its for variables scope brokenness (closes #10035)

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

15 years agoExplicitly call wxObject ctor in wxColourPropertyValue ctors
Jaakko Salli [Fri, 3 Oct 2008 17:46:01 +0000 (17:46 +0000)] 
Explicitly call wxObject ctor in wxColourPropertyValue ctors

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

15 years agoFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basically always on
Jaakko Salli [Fri, 3 Oct 2008 17:39:17 +0000 (17:39 +0000)] 
Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basically always on

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

15 years agoIncrease properties' tolerance for wxNullVariant as old value
Jaakko Salli [Fri, 3 Oct 2008 17:30:10 +0000 (17:30 +0000)] 
Increase properties' tolerance for wxNullVariant as old value

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

15 years agoTweaked wxPGProperty::StringToValue() and IntToValue() docs
Jaakko Salli [Fri, 3 Oct 2008 17:11:00 +0000 (17:11 +0000)] 
Tweaked wxPGProperty::StringToValue() and IntToValue() docs

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

15 years agoMust still delete m_cells items by explicit type (since, after all, it was not yet...
Jaakko Salli [Fri, 3 Oct 2008 16:29:34 +0000 (16:29 +0000)] 
Must still delete m_cells items by explicit type (since, after all, it was not yet converted to wxVector from wxArrayPtrVoid)

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

15 years agoreturn false if the file passed to Load() doesn't exist or is an archive without...
Vadim Zeitlin [Fri, 3 Oct 2008 15:51:25 +0000 (15:51 +0000)] 
return false if the file passed to Load() doesn't exist or is an archive without XRC files inside

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

15 years agoMinor additional clipper window related code and comment tweak
Jaakko Salli [Fri, 3 Oct 2008 15:31:23 +0000 (15:31 +0000)] 
Minor additional clipper window related code and comment tweak

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

15 years agofix off by one byg in ReserveId() (closes #10020)
Vadim Zeitlin [Fri, 3 Oct 2008 15:30:41 +0000 (15:30 +0000)] 
fix off by one byg in ReserveId() (closes #10020)

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

15 years agodon't build memcheck (fails in release) and MFC (fails if MFC is not available) sampl...
Vadim Zeitlin [Fri, 3 Oct 2008 15:29:00 +0000 (15:29 +0000)] 
don't build memcheck (fails in release) and MFC (fails if MFC is not available) samples by default (#10031)

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

15 years agoRemove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER
Jaakko Salli [Fri, 3 Oct 2008 15:23:00 +0000 (15:23 +0000)] 
Remove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER

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

15 years agomerged docvwmdi sample into docview one to avoid having 2 almost identical samples...
Vadim Zeitlin [Fri, 3 Oct 2008 15:17:15 +0000 (15:17 +0000)] 
merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process (and now with forgotten configure changes)

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

15 years agomerged docvwmdi sample into docview one to avoid having 2 almost identical samples...
Vadim Zeitlin [Fri, 3 Oct 2008 15:16:01 +0000 (15:16 +0000)] 
merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process

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

15 years agocorrected samples.h location
Vadim Zeitlin [Fri, 3 Oct 2008 15:13:29 +0000 (15:13 +0000)] 
corrected samples.h location

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

15 years agoupdate samples page location after switch to Doxygen
Vadim Zeitlin [Fri, 3 Oct 2008 15:10:44 +0000 (15:10 +0000)] 
update samples page location after switch to Doxygen

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

15 years agoFurther fix m_children use with wxUSE_STL=1
Jaakko Salli [Fri, 3 Oct 2008 15:08:48 +0000 (15:08 +0000)] 
Further fix m_children use with wxUSE_STL=1

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

15 years agono changes, just removed commented out code accidentally checked in as part of r37393
Vadim Zeitlin [Fri, 3 Oct 2008 12:13:21 +0000 (12:13 +0000)] 
no changes, just removed commented out code accidentally checked in as part of r37393

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

15 years agoadding variable initialization to 0
Jouk Jansen [Fri, 3 Oct 2008 11:42:02 +0000 (11:42 +0000)] 
adding variable initialization to 0

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

15 years agosolving missing definitions in include/wx/x11/cursor.h
Jouk Jansen [Fri, 3 Oct 2008 07:42:19 +0000 (07:42 +0000)] 
solving missing definitions in include/wx/x11/cursor.h

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

15 years agoUpdate from Laurent.
Michael Wetherell [Thu, 2 Oct 2008 23:47:06 +0000 (23:47 +0000)] 
Update from Laurent.

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

15 years agohonour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless windows; also always allow...
Vadim Zeitlin [Thu, 2 Oct 2008 23:44:51 +0000 (23:44 +0000)] 
honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless windows; also always allow moving the windows as we don't have a special style to enable/disable this (#10029)

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

15 years agoSetButtonShortcut() merged with action system
Jaakko Salli [Thu, 2 Oct 2008 16:02:20 +0000 (16:02 +0000)] 
SetButtonShortcut() merged with action system

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

15 years agoUpdated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatu...
Jaakko Salli [Thu, 2 Oct 2008 15:47:36 +0000 (15:47 +0000)] 
Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead)

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

15 years agoMoved ClearModifiedStatus() to wxPropertyGridInterface
Jaakko Salli [Thu, 2 Oct 2008 15:36:24 +0000 (15:36 +0000)] 
Moved ClearModifiedStatus() to wxPropertyGridInterface

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

15 years agoAdded missing propgrid related lines
Jaakko Salli [Thu, 2 Oct 2008 14:37:53 +0000 (14:37 +0000)] 
Added missing propgrid related lines

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

15 years agowxSpinButton was missing in XRC spec, added
Václav Slavík [Wed, 1 Oct 2008 19:57:40 +0000 (19:57 +0000)] 
wxSpinButton was missing in XRC spec, added

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

15 years agoget rid of public constants for various XRC defaults, there's no need for them outsid...
Václav Slavík [Wed, 1 Oct 2008 19:54:57 +0000 (19:54 +0000)] 
get rid of public constants for various XRC defaults, there's no need for them outside of XRC loader

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

15 years agoRecognize lack of wxTAB_TRAVERSAL style
Jaakko Salli [Wed, 1 Oct 2008 17:56:04 +0000 (17:56 +0000)] 
Recognize lack of wxTAB_TRAVERSAL style

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

15 years agoUse wxPendingDelete
Jaakko Salli [Wed, 1 Oct 2008 17:43:06 +0000 (17:43 +0000)] 
Use wxPendingDelete

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

15 years agoAdded useful comment
Jaakko Salli [Wed, 1 Oct 2008 17:20:11 +0000 (17:20 +0000)] 
Added useful comment

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

15 years agoFixed wxPG sourceforge tracker bug #2138858, applied other appropriate uses of GetEdi...
Jaakko Salli [Wed, 1 Oct 2008 17:11:10 +0000 (17:11 +0000)] 
Fixed wxPG sourceforge tracker bug #2138858, applied other appropriate uses of GetEditorControl() as well

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

15 years agoadd a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)
Vadim Zeitlin [Wed, 1 Oct 2008 17:04:43 +0000 (17:04 +0000)] 
add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)

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

15 years agoUnfocus text editor when enter is pressed
Jaakko Salli [Wed, 1 Oct 2008 16:24:21 +0000 (16:24 +0000)] 
Unfocus text editor when enter is pressed

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

15 years agoUse m_children as it were std::vector
Jaakko Salli [Wed, 1 Oct 2008 15:13:00 +0000 (15:13 +0000)] 
Use m_children as it were std::vector

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

15 years agoOnly ignore Alt down on Mac
Julian Smart [Wed, 1 Oct 2008 14:55:54 +0000 (14:55 +0000)] 
Only ignore Alt down on Mac

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

15 years agoNow accepts keys that are generated with Alt
Julian Smart [Wed, 1 Oct 2008 14:44:55 +0000 (14:44 +0000)] 
Now accepts keys that are generated with Alt

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

15 years agodon't distribute negative extra space among box sizer items, this isn't useful as...
Vadim Zeitlin [Wed, 1 Oct 2008 13:57:53 +0000 (13:57 +0000)] 
don't distribute negative extra space among box sizer items, this isn't useful as it results in overlapping windows (#10008)

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

15 years agocompilation fix
Václav Slavík [Wed, 1 Oct 2008 11:29:11 +0000 (11:29 +0000)] 
compilation fix

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

15 years agoapplied patch from ticket 10015; wxToolBar compatibility
Benjamin Williams [Wed, 1 Oct 2008 10:42:50 +0000 (10:42 +0000)] 
applied patch from ticket 10015; wxToolBar compatibility

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

15 years agofinished XRC format specification: added docs for all standard controls
Václav Slavík [Wed, 1 Oct 2008 10:25:45 +0000 (10:25 +0000)] 
finished XRC format specification: added docs for all standard controls

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

15 years agocopying sizes upon construction, HDC doesn't deliver these values reliably for things...
Stefan Csomor [Wed, 1 Oct 2008 09:38:33 +0000 (09:38 +0000)] 
copying sizes upon construction, HDC doesn't deliver these values reliably for things like memory dcs, fixes #10012

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

15 years agofixing release handling of dc
Stefan Csomor [Wed, 1 Oct 2008 08:09:45 +0000 (08:09 +0000)] 
fixing release handling of dc

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

15 years agowxMOTIF ?: wxcursor:wxcursor overload fix
Jouk Jansen [Wed, 1 Oct 2008 07:18:14 +0000 (07:18 +0000)] 
wxMOTIF ?: wxcursor:wxcursor overload fix

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

15 years agodon't cache tray protocol availability result in wxTaskBarIconAreaBase::IsProtocolSup...
Václav Slavík [Tue, 30 Sep 2008 20:55:52 +0000 (20:55 +0000)] 
don't cache tray protocol availability result in wxTaskBarIconAreaBase::IsProtocolSupported(), it may change at runtime

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

15 years agoadded wxTaskBarIcon::IsAvailable
Václav Slavík [Tue, 30 Sep 2008 20:54:02 +0000 (20:54 +0000)] 
added wxTaskBarIcon::IsAvailable

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

15 years agosupporting NO_BORDER for Cocoa as well
Stefan Csomor [Tue, 30 Sep 2008 19:28:06 +0000 (19:28 +0000)] 
supporting NO_BORDER for Cocoa as well

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

15 years agoConverted various wxArrayPtrVoids to wxVectors
Jaakko Salli [Tue, 30 Sep 2008 17:23:27 +0000 (17:23 +0000)] 
Converted various wxArrayPtrVoids to wxVectors

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

15 years agoFixed Connect() use sample case in CreateControls() docs
Jaakko Salli [Tue, 30 Sep 2008 16:50:31 +0000 (16:50 +0000)] 
Fixed Connect() use sample case in CreateControls() docs

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

15 years agoFix Connect() calls in SetupChildEventHandling()
Jaakko Salli [Tue, 30 Sep 2008 16:46:36 +0000 (16:46 +0000)] 
Fix Connect() calls in SetupChildEventHandling()

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

15 years agoTry to make SetupChildEventHandling() more foolproof
Jaakko Salli [Tue, 30 Sep 2008 16:33:43 +0000 (16:33 +0000)] 
Try to make SetupChildEventHandling() more foolproof

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

15 years agoUpdate from Brian.
Michael Wetherell [Tue, 30 Sep 2008 16:12:36 +0000 (16:12 +0000)] 
Update from Brian.

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

15 years agoAdded missing dllimpexp declaration, added missing GetFailureBehavior() implementation
Jaakko Salli [Tue, 30 Sep 2008 15:36:52 +0000 (15:36 +0000)] 
Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation

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

15 years agofixed incorrect separators markup in samples/xrc
Václav Slavík [Tue, 30 Sep 2008 15:04:32 +0000 (15:04 +0000)] 
fixed incorrect separators markup in samples/xrc

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

15 years agowxToolBar XRC handler should call SetupWindow() to handle standard window properties too
Václav Slavík [Tue, 30 Sep 2008 14:36:55 +0000 (14:36 +0000)] 
wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

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

15 years agoperformance fix by Tim Kosse
Stefan Csomor [Tue, 30 Sep 2008 11:59:06 +0000 (11:59 +0000)] 
performance fix by Tim Kosse

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

15 years agowxWizard XRC handler should call SetupWindow() to handle standard window properties
Václav Slavík [Tue, 30 Sep 2008 11:50:59 +0000 (11:50 +0000)] 
wxWizard XRC handler should call SetupWindow() to handle standard window properties

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

15 years agoMake wxPGCanvas accept focus even with child windows
Robert Roebling [Tue, 30 Sep 2008 11:34:19 +0000 (11:34 +0000)] 
Make wxPGCanvas accept focus even with child windows

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

15 years agoAdd wxPGCanvas RTTI for debugging purpose
Robert Roebling [Tue, 30 Sep 2008 11:25:54 +0000 (11:25 +0000)] 
Add wxPGCanvas RTTI for debugging purpose

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

15 years agowxGTK's wxTextCtrl's borders can be removed
Robert Roebling [Tue, 30 Sep 2008 11:12:11 +0000 (11:12 +0000)] 
wxGTK's wxTextCtrl's borders can be removed

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

15 years agoMove body of SetFocusOnCanvas to .cpp file
Robert Roebling [Tue, 30 Sep 2008 07:15:40 +0000 (07:15 +0000)] 
Move body of SetFocusOnCanvas to .cpp file

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

15 years agowxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here
Václav Slavík [Mon, 29 Sep 2008 19:51:59 +0000 (19:51 +0000)] 
wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

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

15 years agoApply Brian's own changes.
Michael Wetherell [Mon, 29 Sep 2008 19:21:39 +0000 (19:21 +0000)] 
Apply Brian's own changes.

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

15 years agoMake the names consistent between the two builds.
Michael Wetherell [Mon, 29 Sep 2008 19:13:50 +0000 (19:13 +0000)] 
Make the names consistent between the two builds.

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

15 years agoEnable vc++ 9 quick builds.
Michael Wetherell [Mon, 29 Sep 2008 18:47:55 +0000 (18:47 +0000)] 
Enable vc++ 9 quick builds.

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

15 years agoAdd a couple of missing close slashes.
Michael Wetherell [Mon, 29 Sep 2008 17:57:24 +0000 (17:57 +0000)] 
Add a couple of missing close slashes.

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

15 years agoRename to ravnsgaard.xml.
Michael Wetherell [Mon, 29 Sep 2008 17:41:08 +0000 (17:41 +0000)] 
Rename to ravnsgaard.xml.

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

15 years agoSetPropertyValue(prop, wxChar*) -> (prop, char*) and (prop, wxchar_t*)
Jaakko Salli [Mon, 29 Sep 2008 17:04:38 +0000 (17:04 +0000)] 
SetPropertyValue(prop, wxChar*) -> (prop, char*) and (prop, wxchar_t*)

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

15 years agoMoved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface
Jaakko Salli [Mon, 29 Sep 2008 17:01:04 +0000 (17:01 +0000)] 
Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface

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

15 years agoRemoved wxPG_EX_LEGACY_VALIDATORS
Jaakko Salli [Mon, 29 Sep 2008 16:52:57 +0000 (16:52 +0000)] 
Removed wxPG_EX_LEGACY_VALIDATORS

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

15 years agoRegisterAdditionalEditors() to work even if no wxPropertyGrids created, in sample...
Jaakko Salli [Mon, 29 Sep 2008 16:50:03 +0000 (16:50 +0000)] 
RegisterAdditionalEditors() to work even if no wxPropertyGrids created, in sample moved editor registration before first CreateGrid() call to prevent crash, removed wxPG_USE_WXMODULE support

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

15 years agoSwitch to release builds.
Michael Wetherell [Mon, 29 Sep 2008 16:36:31 +0000 (16:36 +0000)] 
Switch to release builds.

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