don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
[wxWidgets.git] / wxPython /
2007-05-16  Robin DunnForward port recent changes on the 2.8 branch to HEAD
2007-05-14  Roman Rolinsky- undo/redo fixes for moving and cut/paste;
2007-05-14  Roman Rolinskytypo fix
2007-05-09  Roman Rolinskyfinal touch for icons - transparency handled by ArtProvider
2007-05-09  Roman Rolinskyuse Tango icons on MAC & MSW;
2007-05-09  Roman Rolinskytango-compliant icons (first try)
2007-05-08  Roman Rolinskyusing Tango icons on Mac
2007-05-08  Roman Rolinskytango icons
2007-05-07  Roman Rolinsky* bugfixes for tree move operations and undo/redo
2007-05-07  Roman Rolinskyiconization of the properties window together with...
2007-05-07  Roman RolinskyYield causes premature redrawing of the test window
2007-05-04  Roman Rolinskytest needed for wxGTK
2007-05-03  Roman RolinskyVarious fixes and improvements to get look-and-feel...
2007-05-03  Roman Rolinskyfix for testing if a property is in allParams - it...
2007-05-02  Roman Rolinskystyle required on wxGTK
2007-05-02  Roman Rolinskyoptimized highlighting to reduce flicker
2007-04-30  Roman Rolinskyset drop target on panel if present
2007-04-30  Roman Rolinskydrag-and-drop with left button
2007-04-30  Roman Rolinskymoved setting itemColour to XML_Tree.Clean where it...
2007-04-29  Robin DunnAnother fix for: AttributeError: 'XML_Tree' object...
2007-04-27  Robin DunnEnsure there is a g.testWin before trying to use it
2007-04-27  Roman Rolinskydrop highlight color fix
2007-04-27  Roman Rolinskyfixes to move-around methods related to current selecti...
2007-04-27  Roman Rolinskycursor image type fix
2007-04-26  Roman Rolinskytest prevented to update encoding
2007-04-26  Roman Rolinskyfinal revision
2007-04-26  Roman Rolinskysome sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop highlighting
2007-04-26  Roman Rolinskymore param renaming, some sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop adding of controls to test window
2007-04-26  Roman Rolinskyset labels for new controls
2007-04-26  Roman Rolinskyspecify order of radios in prefs dlg
2007-04-26  Roman Rolinskymade main toolbar bitmaps 24x24
2007-04-24  Robin DunnUse wx.FileHistory for the recent files menu
2007-04-23  Robin DunnreSWIGged
2007-04-23  Robin DunnTweaks needed to update to current CVS
2007-04-17  Robin Dunnwx.lib.flatnotebook: Patch from Andrea that implements...
2007-04-17  Robin DunnPatch from Andrea that fixes the following problems...
2007-04-16  Robin DunnMore fixes needed for allowing classes to be derived...
2007-04-16  Robin DunnreSWIGged
2007-04-16  Robin DunnwxMac has wxGLContext.SetCurrent now
2007-04-16  Robin DunnAdd wxCONTROL_FLAT
2007-04-16  Robin DunnAdd wxAPPLY, wxCLOSE
2007-04-16  Robin DunnAdd wxSVGFileDC
2007-04-16  Robin DunnUser lower case property names in wx.DateSpan and wx...
2007-04-16  Robin DunnPatch from FN that fixes bug in RefreshItem on an item...
2007-04-12  Robin DunnForward declare new wxPy classes
2007-04-12  Robin DunnreSWIGged
2007-04-12  Robin Dunnwx.VScrolledWindow has been refactored, and new wx...
2007-04-12  Robin DunnSetCanFocus
2007-04-12  Robin Dunnwizard classes don't take resource parameter anymore
2007-04-12  Robin DunnwxNullIconBundle
2007-04-12  Robin DunnAdd wxEXEC_NOEVENTS
2007-04-12  Robin Dunnupdate wx.IconBundle methods and docstrings
2007-04-12  Robin DunnSetDefault returns the former default widget
2007-04-12  Robin Dunnwx.IconBundle support
2007-04-12  Robin DunnwxMac: The get-url apple event is now supported, simply...
2007-04-12  Robin DunnAdd wx.Position
2007-04-12  Robin DunnSTC is not a separate library anymore
2007-04-12  Robin Dunntweaks needed for new GLCanvas API
2007-04-12  Robin Dunntrim whitespace
2007-04-12  Robin DunnTest EVT_TREE_ITEM_ACTIVATED
2007-04-12  Robin DunnAll platforms have the same GLCanvas API now
2007-04-12  Robin DunnUse the wxWANTS_CHARS style
2007-04-12  Robin DunnDon't use stc lib if building monolithic
2007-04-03  Robin DunnUse our own getters and properties for wxVisualAttributes
2007-04-02  Robin DunnreSWIGged
2007-04-02  Robin DunnElippsis and markup support for wxStaticText
2007-04-02  Robin DunnAdd wx.SizerItem.Assign* methods, deprecate corespondin...
2007-04-02  Robin Dunnremove some problem commas
2007-04-02  Robin DunnPrimary selection stuff
2007-04-02  Robin Dunnfix test code
2007-04-02  Robin Dunnpatch from Andrea fixing sending of events and drawing...
2007-04-02  Robin DunnGizmos has been moved to wxCode.
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-03-16  Roman Rolinskydefault setting fix
2007-03-16  Roman Rolinskywarning about %comments, CHANGES.txt updated
2007-03-16  Roman RolinskyAdded Preferences dialog (and defaults for some parameters)
2007-03-16  Roman Rolinskycollapsing tool panels
2007-03-16  Roman Rolinskydefault values for option and flag (TODO: preferences...
2007-03-15  Roman Rolinskyanother fix for undo/redo
2007-03-15  Roman Rolinsky- undo/redo fix for nonchecked items
2007-03-15  Roman Rolinskysearching for plugins in XRCEDPATH
2007-03-14  Roman Rolinskycleanup of modules loaded from comment directives
2007-03-14  Roman Rolinskymoved custom menu up
2007-03-14  Roman Rolinskymore custom classes support
2007-03-14  Vadim Zeitlinreplace (deprecated) Get/UngetWriteBuf() with wxStringB...
2007-03-14  Vadim Zeitlinremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to...
2007-03-13  Roman RolinskySupport for custom controls, first attempt
2007-03-11  Roman Rolinskyediting comments by editing tree label
2007-03-11  Roman RolinskyImplemented xxxComment. Due to different minidom XML...
2007-03-11  Roman RolinskyComment icon
2007-03-11  Roman RolinskyTree-Comment.png
2007-03-11  Roman Rolinskymade test window for Dialog and Wizard a child of g...
2007-03-11  Roman RolinskyCtrl-H must not be used on Mac...
2007-03-10  Roman Rolinsky0.1.8-4
2007-03-08  Roman Rolinsky0.1.8-3
2007-03-07  Roman Rolinsky0.1.8-2
2007-02-23  Roman Rolinsky1.8-1
2007-02-23  Roman RolinskyFixed SetItemBold and editing 'growable' properties of
next