fixed for w/o expat
[wxWidgets.git] / contrib /
2005-04-16  Robin DunnAdd docstrings for wxSTC methods
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-14  Robin DunnRemoved rules for copying the Mac resource file since...
2005-04-14  Mattia Barbon Fix previous change in case somebody is still using
2005-04-14  Mattia Barbon Fix building Plot contrib as DLL.
2005-04-13  Mattia Barbon Fix Gizmos-XRC DLL linking.
2005-04-12  Julian Smart2.6
2005-04-11  Julian SmartChanged version number
2005-04-11  Włodzimierz SkibaBuild fixes after gizmos_xrc additions.
2005-04-10  Václav Slavíksplitted gizmos library into gizmos and gizmos_xrc...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-04  Robin DunnIf the filename is given in the ctor then call LoadFile
2005-04-03  Robin DunnDon't include the nul byte when copying to the clipboard
2005-04-02  David ElliottAdded autoconf makefiles for FoldBar extended samples
2005-03-31  Włodzimierz SkibaOGL samples again buildable after deprecated/setup...
2005-03-31  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2005-03-31  Włodzimierz Skibaif(){} and while(){} sometimes is not allowed for inlin...
2005-03-30  Robin DunnMore WXDLLIMPEXP_GIZMOS fixes
2005-03-30  Robin DunnMore WXDLLIMPEXP_GIZMOS fixes
2005-03-30  Robin DunnMore WXDLLIMPEXP_GIZMOS fixes
2005-03-30  Robin DunnWXDLLIMPEXP_GIZMOS
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-03-30  Julian SmartApplied patch [ 1164975 ] xml handler for wxStaticPicture
2005-03-29  Julian SmartReduce flicker in some circumstances by setting custom...
2005-03-29  Włodzimierz SkibaUnicode fixes, wxWidgets coding standards, source clean...
2005-03-29  Włodzimierz SkibaCompile Int<->Hex functions only when necessary (warnin...
2005-03-26  Julian SmartAdded bakefile/makefiles for FoldBar extended samples
2005-03-25  Vadim Zeitlinfixed child window resizing
2005-03-25  Vadim Zeitlinmore cosmetic changes: type-safe Connect()s, removed...
2005-03-24  Vadim Zeitlindon't call SetSize() twice in ResizeChild(), this is...
2005-03-24  Vadim Zeitlincleanup/reformatting
2005-03-24  Julian Smartversion.rc fix regeneration
2005-03-24  Vadim Zeitlincleanup: define events correctly, define type-safe...
2005-03-23  Julian SmartFurther srcdir -> top_srcdir corrections
2005-03-23  Julian SmartUse top_srcdir for finding version.rc
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-23  Julian SmartElliptic arc fix for getting bounds
2005-03-23  Julian SmartAssert fix
2005-03-23  Julian SmartwxUSE_DEPRECATED set to 0 by default
2005-03-21  Vadim Zeitlinuse WXDLLIMPEXP_FL with event types declarations (patch...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-08  Włodzimierz SkibaMore cleaning and wxFileOffset usage.
2005-03-07  Włodzimierz SkibaMore wxFileOffset usage and making layout of the code...
2005-03-04  Włodzimierz SkibaBetter wxFile support, warning fixes and minor source...
2005-03-04  Włodzimierz SkibaUnicode markup.
2005-03-03  Włodzimierz SkibaSource cleaning.
2005-03-03  Włodzimierz SkibaUsage of common default colours in OGL + minor warning...
2005-03-03  Włodzimierz SkibaSource cleaning.
2005-03-03  Włodzimierz SkibaWarning fixes.
2005-03-03  Włodzimierz SkibaFollow api of wxInputStream (warning fixes).
2005-03-02  Robin DunnReduce the value of the fkey guard for unicode characters
2005-03-01  Włodzimierz SkibaMissing header.
2005-02-27  Václav SlavíkGTK+ headers aren't needed anymore
2005-02-27  Vadim Zeitlincompilation fix (missing header) (patch 1151763)
2005-02-25  Włodzimierz SkibaVarious warning fixes and minor source cleaning.
2005-02-25  Włodzimierz SkibaMore wxFile fixes.
2005-02-21  Robin DunnTreat the numpad enter key the same as the main enter key
2005-02-19  Robin DunnOn wxMac don't call Refresh from FullPaint as that...
2005-02-19  David ElliottRebaked with Bakefile 0.1.7.
2005-02-13  Julian SmartwxFopen arg fixes
2005-02-13  Julian SmartFix for arg to wxFopen
2005-02-12  Julian SmartRegenerated makefiles
2005-02-11  Robin DunnInitialize the new data memebers
2005-02-11  Robin DunnOn wxMSW Move an invisible system caret around with...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-02-10  Włodzimierz SkibaWarning fixes.
2005-02-10  Julian SmartApplied patch [ 1096612 ] FL: fix close button on wxGTK
2005-02-10  Julian SmartApplied [ 1110257 ] wxFoldPanelBar does not display...
2005-02-09  Julian SmartFixed delete
2005-02-09  Włodzimierz SkibaSemicolon removed for Borland
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-02-04  Robin DunnUse the unicode character, if available in the event
2005-01-31  Vadim Zeitlinfixes for animated GIFs playing (patch 1097003)
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-14  Włodzimierz SkibaCommon wxListCtrl control name.
2005-01-06  Kevin Hockwhilst -> while
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2005-01-04  Vadim Zeitlinfixed parameters to Blit()
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-21  Włodzimierz SkibawxURI is enough for the basic url operations.
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-17  Włodzimierz SkibaUnicode markup.
2004-12-17  Włodzimierz SkibaFollow wxTreeCtrl API.
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-16  Włodzimierz SkibaSend full url to wxHtmlWindow::OnOpeningURL validation...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-13  Włodzimierz SkibaAvoid conflict with INFINITY of math.h.
2004-12-10  Włodzimierz SkibawxFoldBar now also horizontal (with API methods renamed...
2004-12-08  Włodzimierz SkibaFixed bug with lack of return default style if Ok(...
2004-12-08  Włodzimierz SkibaWarning fixes.
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-07  Włodzimierz SkibaCorrect way of modyfing stc.cpp. Thanks Robin for quick...
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-11-23  Chris ElliottSF patch 1067466
next