]> git.saurik.com Git - wxWidgets.git/history - contrib/src
modification to wxSizer handler needed for wxWizard
[wxWidgets.git] / contrib / src /
2003-04-22  Václav Slavíkmodification to wxSizer handler needed for wxWizard
2003-04-22  Václav Slavíktooltips should be translated
2003-04-22  Václav Slavíkadded wxWizard handler to XRC
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-04-17  Chris Elliottfix build for watcom
2003-04-16  Václav Slavíkfixed memory leak
2003-04-12  Václav Slavíkbetter error message
2003-04-10  Václav Slavíkdon't use deprecated macros
2003-04-05  Julian SmartAdded a const for CW compilation
2003-04-05  Chris Elliottfix accidental overwrite of Makefile
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Julian SmartApplied [ 714756 ] Clean warnings on build
2003-04-03  Julian SmartApplied patch [ 708377 ] Make NET (smapi.cpp) UNICODE...
2003-04-02  Julian SmartCorrection to last patch
2003-04-02  Julian SmartApplied patch [ 700313 ] Allow wxUSE_OWNER_DRAWN = 0
2003-04-02  Julian SmartApplied [ 700293 ] FL Unicode patches
2003-04-02  Julian SmartApplied patch [ 694561 ] FL Release build DLL include...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Václav SlavíkXRC's unknown widget container handles removal of the...
2003-03-31  Julian SmartMore deprecated code updates
2003-03-31  Julian SmartMore deprecated class mods
2003-03-31  Julian SmartDeprecated lib tweaks
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-30  Julian SmartDeprecated library mods
2003-03-30  Julian SmartAdded project file
2003-03-30  Julian SmartNew location for some deprecated files
2003-03-30  Václav Slavíkattempt to fix platform property problem on MacOSX
2003-03-29  Julian SmartCopyright cleanup
2003-03-27  Václav Slavíkfixed loading of resource from ZIP files on MacOS
2003-03-26  Julian SmartCorrection to splittree; removed newgrid sample referen...
2003-03-25  Robin DunnRemoved deprecation warnings in OGL and Gizmos
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-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-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-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  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ík1. made XRC immune against changing CWD
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-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-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-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-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-13  Václav Slavíkadded some missing styles to XRC
2002-09-11  Robin DunnUpdate to Scintilla 1.48
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-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í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-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-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-08  Robin DunnFixes for Bug #592758
2002-07-26  Václav Slavíkadded wxADJUST_MINSIZE to XRC
2002-07-21  Gilles Depeyrotcorrected assertion with message
next