]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agoremoved obsolete wxUSE_WX_RESOURCES check
Vadim Zeitlin [Thu, 19 Apr 2007 01:05:41 +0000 (01:05 +0000)] 
removed obsolete wxUSE_WX_RESOURCES check

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

17 years agonon-pch build fix
Paul Cornett [Wed, 18 Apr 2007 17:15:56 +0000 (17:15 +0000)] 
non-pch build fix

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

17 years ago Corrected/implemented sorting (by way of clicking on
Robert Roebling [Wed, 18 Apr 2007 12:31:35 +0000 (12:31 +0000)] 
  Corrected/implemented sorting (by way of clicking on
   on the header button) for the generic code.

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

17 years agofixed DLL linking of wxMessageOutput class
Václav Slavík [Wed, 18 Apr 2007 09:34:35 +0000 (09:34 +0000)] 
fixed DLL linking of wxMessageOutput class

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

17 years ago Escape slashes.
Robert Roebling [Wed, 18 Apr 2007 08:44:18 +0000 (08:44 +0000)] 
  Escape slashes.

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

17 years ago Doc correction.
Robert Roebling [Wed, 18 Apr 2007 08:37:18 +0000 (08:37 +0000)] 
 Doc correction.

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

17 years agocompilation fix
Václav Slavík [Wed, 18 Apr 2007 08:32:19 +0000 (08:32 +0000)] 
compilation fix

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

17 years ago Updated wxDataViewCtrl docs.
Robert Roebling [Tue, 17 Apr 2007 20:36:00 +0000 (20:36 +0000)] 
  Updated wxDataViewCtrl docs.

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

17 years agowx.lib.flatnotebook: Patch from Andrea that implements the following:
Robin Dunn [Tue, 17 Apr 2007 16:40:05 +0000 (16:40 +0000)] 
wx.lib.flatnotebook: Patch from Andrea that implements the following:

 * A new style FNB_FF2: my intentions were to make it like Firefox 2,
   however it turned out to be an hybrid between wxAUI notebook glose
   style & FF2 ...I still think it looks OK. The main purpose for
   making it more like wxAUI is to allow applications that uses both
   to have same look and feel (or as close as it can get...);

 * Changed the behavior of the left/right rotation arrows to rotate
   single tab at a time and not bulk of tabs;

 * Updated the demo module.

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

17 years agoPatch from Andrea that fixes the following problems/issues:
Robin Dunn [Tue, 17 Apr 2007 16:26:28 +0000 (16:26 +0000)] 
Patch from Andrea that fixes the following problems/issues:

a) ZeroDivisionError when using the Vista selection style and calling
SelectItem; for some strange reason, sometimes the item rect is not
initialized and that generates the ZeroDivisionError when painting the
selection rectangle;
b) Added a DeleteWindow method to GenericTreeItem class, for items
that hold a widget next to them;
c) Renamed CustomTreeCtrl method IsEnabled to IsItemEnabled, otherwise
it conflicts with wx.Window.IsEnabled;
d) Now CustomTreeCtrl behaves correctly when the widget attached to an
item is narrower (in height) than the item text;

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

17 years agoadded conversion to and from std::string and std::wstring (if wxUSE_STD_STRING)
Václav Slavík [Tue, 17 Apr 2007 15:32:05 +0000 (15:32 +0000)] 
added conversion to and from std::string and std::wstring (if wxUSE_STD_STRING)

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

17 years ago Implemented the same simple API for creating customized
Robert Roebling [Tue, 17 Apr 2007 12:08:10 +0000 (12:08 +0000)] 
  Implemented the same simple API for creating customized
   in-place editing controls for GTK+ and the generic
   version and demonstrate its use in the sample using
   a wxSpinCtrl.

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

17 years agoadd wxUSE_STC wrappers
Paul Cornett [Tue, 17 Apr 2007 05:48:09 +0000 (05:48 +0000)] 
add wxUSE_STC wrappers

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

17 years agocompilation fix for PCH-less compilation
Vadim Zeitlin [Tue, 17 Apr 2007 01:22:03 +0000 (01:22 +0000)] 
compilation fix for PCH-less compilation

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

17 years agocompilation fix for PCH-less compilation after last commit
Vadim Zeitlin [Tue, 17 Apr 2007 01:19:43 +0000 (01:19 +0000)] 
compilation fix for PCH-less compilation after last commit

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

17 years agoMore fixes needed for allowing classes to be derived from PyAuiDockArt
Robin Dunn [Mon, 16 Apr 2007 23:28:30 +0000 (23:28 +0000)] 
More fixes needed for allowing classes to be derived from PyAuiDockArt
and PyAuiTabArt.

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

17 years agoreverted last change as using pango_version_check() (unavailable in the old Pango...
Vadim Zeitlin [Mon, 16 Apr 2007 21:46:59 +0000 (21:46 +0000)] 
reverted last change as using pango_version_check() (unavailable in the old Pango versions) makes wx applications impossible to run on older systems

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

17 years agoreSWIGged
Robin Dunn [Mon, 16 Apr 2007 19:43:08 +0000 (19:43 +0000)] 
reSWIGged

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

17 years agowxMac has wxGLContext.SetCurrent now
Robin Dunn [Mon, 16 Apr 2007 19:27:28 +0000 (19:27 +0000)] 
wxMac has wxGLContext.SetCurrent now

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

17 years agoAdd wxCONTROL_FLAT
Robin Dunn [Mon, 16 Apr 2007 19:26:44 +0000 (19:26 +0000)] 
Add wxCONTROL_FLAT

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

17 years agoAdd wxAPPLY, wxCLOSE
Robin Dunn [Mon, 16 Apr 2007 19:25:45 +0000 (19:25 +0000)] 
Add wxAPPLY, wxCLOSE

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

17 years agoAdd wxSVGFileDC
Robin Dunn [Mon, 16 Apr 2007 19:23:35 +0000 (19:23 +0000)] 
Add wxSVGFileDC

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

17 years agoUser lower case property names in wx.DateSpan and wx.TimeSpan in order
Robin Dunn [Mon, 16 Apr 2007 19:16:57 +0000 (19:16 +0000)] 
User lower case property names in wx.DateSpan and wx.TimeSpan in order
to not conflict with static methods with same names.

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

17 years agoDon't use m_popupInterface pointer if it is still NULL
Robin Dunn [Mon, 16 Apr 2007 19:05:47 +0000 (19:05 +0000)] 
Don't use m_popupInterface pointer if it is still NULL

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

17 years agoFix DLL compilation
Robin Dunn [Mon, 16 Apr 2007 19:04:56 +0000 (19:04 +0000)] 
Fix DLL compilation

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

17 years agoPatch from FN that fixes bug in RefreshItem on an item that has no
Robin Dunn [Mon, 16 Apr 2007 18:59:00 +0000 (18:59 +0000)] 
Patch from FN that fixes bug in RefreshItem on an item that has no
corresponding node in the tree yet (because its parent isn't expanded
yet) triggered an exception.

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

17 years agocall gtk_file_chooser_set_current_folder even if the default file name is empty ...
Vadim Zeitlin [Mon, 16 Apr 2007 18:21:46 +0000 (18:21 +0000)] 
call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682)

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

17 years agocorrected the direction of comparisons between wxString and char/wxChar strings
Vadim Zeitlin [Mon, 16 Apr 2007 14:56:51 +0000 (14:56 +0000)] 
corrected the direction of comparisons between wxString and char/wxChar strings

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

17 years agoremoved superfluos semicolon
Vadim Zeitlin [Mon, 16 Apr 2007 14:20:42 +0000 (14:20 +0000)] 
removed superfluos semicolon

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

17 years ago Rewritten in-place editing for generic wxDataViewCtrl
Robert Roebling [Mon, 16 Apr 2007 12:45:25 +0000 (12:45 +0000)] 
  Rewritten in-place editing for generic wxDataViewCtrl
    moving the code (partly) to the renderer and away
    from the wxDataViewCtrl class. Adding new in-plae
    editors (wxChoice) should be much simpler now.
  Also implemented using Validate() before committing
    a change to the data model.

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

17 years agoadded wxMBConv argument to char_str()
Václav Slavík [Mon, 16 Apr 2007 11:04:35 +0000 (11:04 +0000)] 
added wxMBConv argument to char_str()

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

17 years agoadded wxCStrData::As[W]CharBuf() that doesn't keep converted string in memory for...
Václav Slavík [Mon, 16 Apr 2007 06:59:04 +0000 (06:59 +0000)] 
added wxCStrData::As[W]CharBuf() that doesn't keep converted string in memory for longer than needed

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

17 years agomore native look for wxCheckListBox (especially under XP) (modified patch 1690068)
Vadim Zeitlin [Mon, 16 Apr 2007 01:26:13 +0000 (01:26 +0000)] 
more native look for wxCheckListBox (especially under XP) (modified patch 1690068)

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

17 years agoadded new wxCONTROL_FLAT bit (see discussion of patch 1691478)
Vadim Zeitlin [Mon, 16 Apr 2007 01:22:46 +0000 (01:22 +0000)] 
added new wxCONTROL_FLAT bit (see discussion of patch 1691478)

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

17 years agouse wxRenderer::DrawCheckBox() instead of doing it manually
Vadim Zeitlin [Mon, 16 Apr 2007 00:53:05 +0000 (00:53 +0000)] 
use wxRenderer::DrawCheckBox() instead of doing it manually

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

17 years agoimplement DrawCheckBox() in class Win32 renderer (modified patch 1691478)
Vadim Zeitlin [Mon, 16 Apr 2007 00:51:31 +0000 (00:51 +0000)] 
implement DrawCheckBox() in class Win32 renderer (modified patch 1691478)

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

17 years agodon't erase background in GL canvases to reduce flicker
Vadim Zeitlin [Sun, 15 Apr 2007 23:29:45 +0000 (23:29 +0000)] 
don't erase background in GL canvases to reduce flicker

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

17 years agoadded #ifdef __X__ forgotten in last commit
Vadim Zeitlin [Sun, 15 Apr 2007 23:21:56 +0000 (23:21 +0000)] 
added #ifdef __X__ forgotten in last commit

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

17 years agouse IsShownOnScreen() in OnSize() to ensure that the window is realized (important...
Vadim Zeitlin [Sun, 15 Apr 2007 23:09:46 +0000 (23:09 +0000)] 
use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context

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

17 years agofix handling of stock menu items (creating a stock item without label left its label...
Vadim Zeitlin [Sun, 15 Apr 2007 23:08:19 +0000 (23:08 +0000)] 
fix handling of stock menu items (creating a stock item without label left its label empty)

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

17 years agoRefactor all code common to X11 OpenGL implementations into glx11.h/.cpp
Vadim Zeitlin [Sun, 15 Apr 2007 23:06:45 +0000 (23:06 +0000)] 
Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp

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

17 years agoadded wxGetX11Display() returning the pointer of the correct type, unlike the old...
Vadim Zeitlin [Sun, 15 Apr 2007 22:54:36 +0000 (22:54 +0000)] 
added wxGetX11Display() returning the pointer of the correct type, unlike the old wxGetDisplay()

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

17 years agoremoved implicit conversion from wxString::iterator to wxStringImpl::iterator (fixes...
Václav Slavík [Sun, 15 Apr 2007 19:02:38 +0000 (19:02 +0000)] 
removed implicit conversion from wxString::iterator to wxStringImpl::iterator (fixes VC6 compilation)

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

17 years agocompilation fix for VC6 with wxUSE_STL=1
Václav Slavík [Sun, 15 Apr 2007 18:47:19 +0000 (18:47 +0000)] 
compilation fix for VC6 with wxUSE_STL=1

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

17 years agoremoved unnecessary return in a void function
Vadim Zeitlin [Sun, 15 Apr 2007 16:43:37 +0000 (16:43 +0000)] 
removed unnecessary return in a void function

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

17 years agoadded back SetCurrent() call accidentally removed in one of recent commits
Vadim Zeitlin [Sun, 15 Apr 2007 15:23:05 +0000 (15:23 +0000)] 
added back SetCurrent() call accidentally removed in one of recent commits

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

17 years agouse slightly more light
Vadim Zeitlin [Sun, 15 Apr 2007 15:21:25 +0000 (15:21 +0000)] 
use slightly more light

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

17 years agouse textures in the shared context to test how this works when using multiple windows...
Vadim Zeitlin [Sun, 15 Apr 2007 15:13:49 +0000 (15:13 +0000)] 
use textures in the shared context to test how this works when using multiple windows with the same context

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

17 years ago Make wxClassInfo attributes private. Replace
Mattia Barbon [Sun, 15 Apr 2007 11:43:37 +0000 (11:43 +0000)] 
  Make wxClassInfo attributes private.  Replace
direct access to sm_classTable with a (const) iterator
interface.

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

17 years agoimplement wxString:IsXXX() methods using iterators
Václav Slavík [Sun, 15 Apr 2007 10:07:40 +0000 (10:07 +0000)] 
implement wxString:IsXXX() methods using iterators

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

17 years agoreorganized the code to put the logic in wxGLContext-derived class but keep the state...
Vadim Zeitlin [Sun, 15 Apr 2007 00:54:32 +0000 (00:54 +0000)] 
reorganized the code to put the logic in wxGLContext-derived class but keep the state in the window

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

17 years agoadjust the window coordinates for parent client area origin when in Create() too...
Vadim Zeitlin [Sun, 15 Apr 2007 00:28:05 +0000 (00:28 +0000)] 
adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize()

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

17 years agoadded wxRTTI macros to stream classes (patch 1687073)
Vadim Zeitlin [Sat, 14 Apr 2007 23:35:13 +0000 (23:35 +0000)] 
added wxRTTI macros to stream classes (patch 1687073)

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

17 years agoadded overloads of ctor/insert/assign/append taking a pair of wxCStrData objects...
Vadim Zeitlin [Sat, 14 Apr 2007 23:15:57 +0000 (23:15 +0000)] 
added overloads of ctor/insert/assign/append taking a pair of wxCStrData objects to allow compilation of expression like wxString(s.c_str()+1, s.c_str()+2) (fixes wxUniv compilation)

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

17 years agodon't compile Scintilla sources with -Wall
Václav Slavík [Sat, 14 Apr 2007 19:05:45 +0000 (19:05 +0000)] 
don't compile Scintilla sources with -Wall

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

17 years agofixed the order of aboutdlg.h file
Václav Slavík [Sat, 14 Apr 2007 18:27:03 +0000 (18:27 +0000)] 
fixed the order of aboutdlg.h file

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

17 years ago Add test for Validate()
Robert Roebling [Sat, 14 Apr 2007 17:59:56 +0000 (17:59 +0000)] 
  Add test for Validate()

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

17 years ago Text alignment is for GTK 2.10 and above only.
Robert Roebling [Sat, 14 Apr 2007 17:58:49 +0000 (17:58 +0000)] 
  Text alignment is for GTK 2.10 and above only.

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

17 years agofix assert on gtk
Paul Cornett [Sat, 14 Apr 2007 17:39:48 +0000 (17:39 +0000)] 
fix assert on gtk

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

17 years agoadded ability to create 'non-owned' buffers that aren't freed by wxCharBuffer dtor
Václav Slavík [Sat, 14 Apr 2007 16:58:48 +0000 (16:58 +0000)] 
added ability to create 'non-owned' buffers that aren't freed by wxCharBuffer dtor

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

17 years agoVC6 compilation fix
Václav Slavík [Sat, 14 Apr 2007 16:06:50 +0000 (16:06 +0000)] 
VC6 compilation fix

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

17 years agoadd svg in new location
Chris Elliott [Sat, 14 Apr 2007 15:52:07 +0000 (15:52 +0000)] 
add svg in new location

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

17 years agoremove outdated makefiles and .cvsignore
Chris Elliott [Sat, 14 Apr 2007 14:31:09 +0000 (14:31 +0000)] 
remove outdated makefiles and .cvsignore

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

17 years agoadd back stc
Chris Elliott [Sat, 14 Apr 2007 14:26:29 +0000 (14:26 +0000)] 
add back stc

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

17 years agostc src and includes added back
Chris Elliott [Sat, 14 Apr 2007 14:24:38 +0000 (14:24 +0000)] 
stc src and includes added back

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

17 years agostc sample added back
Chris Elliott [Sat, 14 Apr 2007 14:20:44 +0000 (14:20 +0000)] 
stc sample added back

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

17 years agoadded wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)
Vadim Zeitlin [Sat, 14 Apr 2007 13:22:31 +0000 (13:22 +0000)] 
added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)

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

17 years agoadded wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)
Vadim Zeitlin [Sat, 14 Apr 2007 13:17:06 +0000 (13:17 +0000)] 
added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)

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

17 years agofixing non core graphcis build
Stefan Csomor [Sat, 14 Apr 2007 11:17:54 +0000 (11:17 +0000)] 
fixing non core graphcis build

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

17 years agofixing assert
Stefan Csomor [Sat, 14 Apr 2007 11:16:36 +0000 (11:16 +0000)] 
fixing assert

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

17 years agodon't use the VC6 workaround in wxList with newer versions of VC
Václav Slavík [Sat, 14 Apr 2007 11:04:30 +0000 (11:04 +0000)] 
don't use the VC6 workaround in wxList with newer versions of VC

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

17 years agofixed wxUniCharRef::IsAscii() definition
Václav Slavík [Sat, 14 Apr 2007 10:45:58 +0000 (10:45 +0000)] 
fixed wxUniCharRef::IsAscii() definition

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

17 years agofixing the shrinking embedded controls
Stefan Csomor [Sat, 14 Apr 2007 10:19:26 +0000 (10:19 +0000)] 
fixing the shrinking embedded controls

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

17 years agoremoved extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
Václav Slavík [Sat, 14 Apr 2007 09:58:37 +0000 (09:58 +0000)] 
removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic flag)

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

17 years agocleaning up problems after string changes
Stefan Csomor [Sat, 14 Apr 2007 09:33:10 +0000 (09:33 +0000)] 
cleaning up problems after string changes

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

17 years agocleaning up problems after string changes
Stefan Csomor [Sat, 14 Apr 2007 09:24:02 +0000 (09:24 +0000)] 
cleaning up problems after string changes

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

17 years agoeven controls with transparent background should draw it if they have an explicitly...
Vadim Zeitlin [Sat, 14 Apr 2007 01:15:53 +0000 (01:15 +0000)] 
even controls with transparent background should draw it if they have an explicitly set background colour, so handle this at wxWindowUniv level instead of adding hacks to individual controls, such as wxStaticText, to deal with this (replaces patch 1700004)

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

17 years agofix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000)
Vadim Zeitlin [Fri, 13 Apr 2007 23:36:42 +0000 (23:36 +0000)] 
fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (patch 1700000)

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

17 years agoimplement support for right-aligned/centered items owner-drawn items (patch 1699415)
Vadim Zeitlin [Fri, 13 Apr 2007 23:32:52 +0000 (23:32 +0000)] 
implement support for right-aligned/centered items owner-drawn items (patch 1699415)

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

17 years agoremoved documentation for wxStartTimer() and wxGetElapsedTime() which are only kept...
Vadim Zeitlin [Fri, 13 Apr 2007 23:26:47 +0000 (23:26 +0000)] 
removed documentation for wxStartTimer() and wxGetElapsedTime() which are only kept for backwards compatibility

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

17 years ago Correctly handle ENTER for cell activation.
Robert Roebling [Fri, 13 Apr 2007 16:27:08 +0000 (16:27 +0000)] 
 Correctly handle ENTER for cell activation.

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

17 years agorebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition
Vadim Zeitlin [Fri, 13 Apr 2007 12:06:21 +0000 (12:06 +0000)] 
rebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition

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

17 years agoremoved contrib files from the scripts
Vadim Zeitlin [Fri, 13 Apr 2007 02:13:41 +0000 (02:13 +0000)] 
removed contrib files from the scripts

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

17 years agoremoving unnecessary makefiles, there is nothing left here
Vadim Zeitlin [Fri, 13 Apr 2007 02:02:24 +0000 (02:02 +0000)] 
removing unnecessary makefiles, there is nothing left here

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

17 years agoremoving obsolete and not working tool
Vadim Zeitlin [Fri, 13 Apr 2007 02:00:14 +0000 (02:00 +0000)] 
removing obsolete and not working tool

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

17 years agoclarifications to the ctor documentation
Vadim Zeitlin [Fri, 13 Apr 2007 01:27:57 +0000 (01:27 +0000)] 
clarifications to the ctor documentation

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

17 years agoinitial version of UTF-8 strings representation (still converting to wchar_t* a lot...
Václav Slavík [Thu, 12 Apr 2007 21:15:07 +0000 (21:15 +0000)] 
initial version of UTF-8 strings representation (still converting to wchar_t* a lot); it has to be explicitly enabled with --enable-utf8 for now

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

17 years agomoved vararg handling code in wxMessageOutput to single method and added simple Outpu...
Václav Slavík [Thu, 12 Apr 2007 21:13:05 +0000 (21:13 +0000)] 
moved vararg handling code in wxMessageOutput to single method and added simple Output(wxString) virtual method instead of DoPrintf(format,...)

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

17 years agoForward declare new wxPy classes
Robin Dunn [Thu, 12 Apr 2007 19:51:09 +0000 (19:51 +0000)] 
Forward declare new wxPy classes

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

17 years agoremoved unneeded wxChar* cast, we already have wxString one
Václav Slavík [Thu, 12 Apr 2007 17:47:26 +0000 (17:47 +0000)] 
removed unneeded wxChar* cast, we already have wxString one

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

17 years agoremoved the code to manually send wxNavigationEvents, it's not needed any more
Vadim Zeitlin [Thu, 12 Apr 2007 15:00:56 +0000 (15:00 +0000)] 
removed the code to manually send wxNavigationEvents, it's not needed any more

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

17 years agoavoid code duplication by using helper functions
Vadim Zeitlin [Thu, 12 Apr 2007 14:57:41 +0000 (14:57 +0000)] 
avoid code duplication by using helper functions

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

17 years agomodify the listbox item in place instead of deleting and inserting it back in SetStri...
Vadim Zeitlin [Thu, 12 Apr 2007 14:28:36 +0000 (14:28 +0000)] 
modify the listbox item in place instead of deleting and inserting it back in SetString(), this gets rid of confusing listbox selection events for invalid item when SetString() is called

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

17 years agoreSWIGged
Robin Dunn [Thu, 12 Apr 2007 00:56:21 +0000 (00:56 +0000)] 
reSWIGged

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

17 years agowx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and
Robin Dunn [Thu, 12 Apr 2007 00:54:12 +0000 (00:54 +0000)] 
wx.VScrolledWindow has been refactored, and new wx.HScrolledWindow and
wx.HVScrolledWindow classes have been added.

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

17 years agoSetCanFocus
Robin Dunn [Thu, 12 Apr 2007 00:53:36 +0000 (00:53 +0000)] 
SetCanFocus

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

17 years agowizard classes don't take resource parameter anymore
Robin Dunn [Thu, 12 Apr 2007 00:52:43 +0000 (00:52 +0000)] 
wizard classes don't take resource parameter anymore

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

17 years agowxNullIconBundle
Robin Dunn [Thu, 12 Apr 2007 00:51:33 +0000 (00:51 +0000)] 
wxNullIconBundle

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

17 years agoAdd wxEXEC_NOEVENTS
Robin Dunn [Thu, 12 Apr 2007 00:50:48 +0000 (00:50 +0000)] 
Add wxEXEC_NOEVENTS

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

17 years agoupdate wx.IconBundle methods and docstrings
Robin Dunn [Thu, 12 Apr 2007 00:49:47 +0000 (00:49 +0000)] 
update wx.IconBundle methods and docstrings

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