]> git.saurik.com Git - wxWidgets.git/history - contrib
Removed old grid code
[wxWidgets.git] / contrib /
2003-03-23  Julian SmartKlaas Holwerda <kholwerd@xs4all.nl> contrib/src/canvasO...
2003-03-23  Julian SmartRemoved obsolete library.
2003-03-22  Václav SlavíkXRCID lookup now handles standard IDs correctly
2003-03-21  Václav Slavíkno need to check for 2.3.0 anymore
2003-03-16  Václav Slavíkfix wxrc-generated c++ code to work in Unicode mode...
2003-02-28  Mattia Barbon Change wxCLOSE to wxCLOSE_BOX.
2003-02-27  Robin DunnPatch from David Falkinder to help building a STC dll.
2003-02-26  Václav Slavíkadded wxCLOSE
2003-02-22  Chris Elliottupdate watcom makefile
2003-02-21  Julian SmartApplied FL patch from Stefan Kowski
2003-02-13  Chris Elliottfix for watcom open compiler
2003-02-12  Chris Elliottfirst watcom makefile
2003-02-12  Chris Elliottfix watcom makefile
2003-02-12  Chris Elliottfix watcom makefile
2003-02-12  Chris Elliottimprove watcom makefile
2003-02-12  Chris Elliottfix unused vars for watcom
2003-02-10  Chris Elliottfix contrib makefile for watcom
2003-02-05  Robin DunnScintilla uses a -1 index to unselect, we need to catch...
2003-02-01  Chris Elliottborland 5.5 on XP dislikes -WE line and dies; earlier...
2003-01-26  Václav Slavíkadded wxSplitterWindow to XRC
2003-01-19  Chris Elliottcommit missing .rc file
2003-01-19  Mattia Barbon Patch [665886]: Fix smapi.cpp to support new for...
2003-01-18  Václav Slavíkupdated wxToolBar handler to support new wxToolBar...
2003-01-18  Václav Slavíkuse wxFileName::MakeAbsolute istead of Normalize
2003-01-17  Robin DunnwxMac (and maybe others?) get PAGEUP/PAGEDOWN instead...
2003-01-17  Stefan Csomormake sure wxMac fonts are never AntiAliased (measuring...
2003-01-15  Václav Slavíkfix object_ref handling in XRC
2003-01-15  Václav Slavík1. made XRC immune against changing CWD
2003-01-15  Vadim Zeitlinadded checks to prevent running sub configure scripts...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-03  Robin DunnDisable putting selected text in the Primary Selection...
2002-12-30  Robin DunnFixed problem of FormatText causing both the formatted...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-28  Julian SmartFixed compilation by removing stream inclusion
2002-12-27  Robin DunnFix for potential divide by zero error
2002-12-26  Václav Slavíkfixed XRCID() lookup of numeric control IDs
2002-12-25  Václav Slavík1) fixed compilation of wxBitmap, wxIcon toplevel nodes
2002-12-22  Julian SmartFL event fix from Hans
2002-12-22  Julian SmartApplied patch [ 657445 ] Contrib FL lib doesn't build...
2002-12-21  Václav Slavíkfixed 2 encoding handling bugs in XRC/wxrcedit
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-21  Václav Slavík1) added wxFrame support to wxrcedit
2002-12-19  Julian SmartAdded missing fldef.h to makefile
2002-12-18  Robin DunnMore unicode fixes
2002-12-17  Julian SmartPartially applied [ 632321 ] XRC object_ref fix
2002-12-17  Robin DunnFixed possibility of releasing mouse if the window...
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-16  Julian SmartApplied patch [ 651713 ] changes to convertrc
2002-12-14  Václav Slavíkfixed typo
2002-12-13  Václav Slavíkremoved a forgotten relict of past: xmlbin format exten...
2002-12-09  Julian SmartApplied [ 639060 ] Individual bar floating in contrib/fl
2002-12-08  Václav SlavíkXRC assigns ID to wxStaticBox created by including...
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-15  Václav Slavíkupdated wxTreeCtrl styles in XRC
2002-09-14  Gilles Depeyrotdon't override INSTALL as install path is made absolute...
2002-09-13  Václav Slavíkadded some missing styles to XRC
2002-09-11  Robin DunnUpdate to Scintilla 1.48
2002-09-09  Gilles Depeyrotuse RemoveAt instead of Remove
2002-09-08  Robin DunnA refinement of my patch from Neil Hodgson
2002-09-07  Robin DunnBetter placement of the AutoComplete listbox
2002-09-07  Robin DunnFix off-by-one in vertical scrolling
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-05  Robin Dunnsome tweaks for LINK_LEXERS
2002-09-01  Václav Slavíkfixes to newly added i18n code in XRC - don't use it...
2002-08-31  Václav Slavík- applied patch that adds more i18n support to XRC...
2002-08-31  Václav Slavíkapplied patch that adds more i18n support to XRC handlers
2002-08-27  Robin DunnDon't use a wxPopupWindow on wxGTK
2002-08-26  Robin DunnFixup clipboard usage a bit more.
2002-08-25  Václav Slavíkadded wxFrame* wxXmlResource::LoadFrame(parent,name)
2002-08-25  Robin DunnYou can't paste if someone else already has the clipboa...
2002-08-25  Robin DunnComment out a debug printf
2002-08-24  Robin DunnEnsure that the mouse is not captured in the calltip...
2002-08-24  Robin DunnAdded generic LoadObject methods that can load any...
2002-08-23  Václav Slavíkapplied patch #599264 (fixes to wxrc -g)
2002-08-22  Robin DunnOnly catch exact menu range
2002-08-22  Julian SmartCreate STC lib in standard lib dir as per other project
2002-08-20  Václav Slavík1. minor rewrite of XRC's stock_id/stock_client handlin...
2002-08-20  Václav Slavíkminor rewrite of XRC's stock_id/stock_client handling...
2002-08-18  Julian SmartCorrected HTML index, other distro-related tweaks
2002-08-16  Julian SmartCorrected SVG makefile
2002-08-16  Julian SmartApplied [ 594925 ] Implement wxArtProvider and XRC...
2002-08-16  Julian SmartApplied patch [ 594623 ] FL: No Taskbar entry for tool...
2002-08-14  Václav SlavíkPython support in wxrc
2002-08-08  Robin DunnFixes for Bug #592758
2002-08-04  Václav Slavíkno more hacks needed in wxrc now that wxMessageOutput...
2002-07-26  Václav Slavíkadded wxADJUST_MINSIZE to XRC
2002-07-21  Gilles Depeyrotcorrected assertion with message
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-16  Václav Slavíkpatch 580632 - fixes incorrect path problem in wxrc
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-07-09  Robin DunnCompilation fix
2002-07-08  Robin Dunnbug fix. The wxCharBuffer was being destroyed before...
2002-07-06  Robin DunnAdded name to wxShapeCanvas ctor for consistency
2002-07-06  Robin DunnActually check if the menu should be shown before poppi...
2002-07-03  Václav Slavíkfixed a Really Stupid Bug
2002-07-02  Václav Slavíkfixed cmd line args parsing in wxrc (contributed patch)
2002-06-28  Chris ElliottSTC and Motif patch
2002-06-28  Chris Elliottremove temportay fix to Makefile.in, now configure...
next