]> git.saurik.com Git - wxWidgets.git/history - contrib/include
Use the same error message for wxMSW and wxMac.
[wxWidgets.git] / contrib / include /
2005-02-27  Vadim Zeitlincompilation fix (missing header) (patch 1151763)
2005-02-25  Włodzimierz SkibaVarious warning fixes and minor source cleaning.
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-02-10  Julian SmartApplied patch [ 1096612 ] FL: fix close button on wxGTK
2005-02-09  Włodzimierz SkibaSemicolon removed for Borland
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
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-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-11-22  Julian SmartAdded accidentally omitted license to match source...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-24  Václav Slavíkremoved XRC library from contrib
2004-09-01  Julian SmartAdded toggle button handler header
2004-08-31  Julian SmartAdded wxToggleButton handler
2004-08-12  Włodzimierz SkibaOther fixes to shared build.
2004-08-11  Włodzimierz SkibaShared build fix.
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-08-05  Włodzimierz SkibaGCC fixes: order of initializations, type casting,...
2004-08-04  Włodzimierz SkibaArray has pointers.
2004-08-03  Włodzimierz SkibaWarning fix.
2004-08-03  Włodzimierz SkibaFull headers, Unicode markup, whitespaces, wxID_ANY...
2004-08-03  Vadim Zeitlinadded foldbar contrib
2004-07-30  Włodzimierz SkibawxUSE_STL fixes and suggested coding of -1/TRUE/FALSE
2004-07-25  Vadim Zeitlinremoved #pragma interface without matching #pragma...
2004-07-22  Włodzimierz SkibawxUSE_STL fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-06-16  Włodzimierz Skiba-1, TRUE/true, FALSE/false and tabs replacements.
2004-06-11  Włodzimierz SkibawxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND...
2004-06-09  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false and tabs replace...
2004-06-08  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false and tabs replace...
2004-06-07  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false and tabs replace...
2004-06-02  Robin DunnDefault arg for Id
2004-06-01  Robin Dunnremove EVT_STC_POSCHANGED as it's been deprecated in...
2004-05-25  Julian SmartMore name changes
2004-05-25  Robin DunnRemove treelistctrl from gizmos. The one from the...
2004-05-19  Dimitri Schoolwerthapplied patch #940914 "Minor cleaning of warnings in...
2004-03-23  Julian SmartApplied patch [ 905577 ] Removed copystring from OGL...
2004-03-06  Robin DunnDecided that not doing methods for keyboard commands...
2004-02-28  Václav Slavíkanother cleanup of constraints code in samples (patch...
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-08  Julian SmartNew versions
2004-02-08  Julian SmartAdded wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr
2004-02-08  Julian SmartApplied patch [ 879998 ] Warning free animate contrib
2004-02-08  Julian SmartApplied patch [ 875663 ] Warning free mmedia contrib
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-29  Dimitri SchoolwerthApplied patch #880008: "Unused parameters in FL contrib...
2004-01-26  Julian SmartAdded RTTI
2004-01-23  Robin DunnFixed compile error
2004-01-23  Julian SmartApplied patch [ 882493 ] Added XRC support for wxStatusBar
2004-01-11  Julian SmartApplied patch [ 791573 ] New feature for FL toorbar...
2004-01-08  Julian SmartApplied patch [ 868061 ] Warning free OGL
2004-01-08  Julian SmartApplied patch [ 867158 ] Warning free gizmos
2004-01-02  Julian SmartwxShapeRegion::SetText shouldn't append to formatted...
2003-11-09  Mattia Barbon Fix after last commit.
2003-11-09  Mattia Barbon Warning fixes and deprecated method elimination from...
2003-11-07  Robin DunnRefactored wxSizerXmlHandler and added support for...
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-10-25  Mattia Barbon More NO_PTR -> PTR compilation fixes.
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-09-11  Julian SmartApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
2003-09-11  Julian SmartApplied patch [ 795423 ] Unicode and warning fixes...
2003-09-01  Robin DunnCheck wxUSE_DEPRECATED before including its headers
2003-08-28  Václav SlavíkwxCheckList -> wxCheckListBox
2003-08-22  Mattia Barbon Fix building wxSTC as a DLL using MinGW GCC 3.x.
2003-08-20  Václav SlavíkwxMotif compilation fix
2003-08-17  Julian SmartFixed compilation of OGL samples
2003-08-17  Julian SmartMoved wxToolBarSimple to deprecated library
2003-08-15  Julian SmartApplied patch [ 787350 ] removes warnings in FL under...
2003-08-14  Julian SmartMisc warning fixes by ABX
2003-08-08  Václav Slavíkcompilation fix
2003-08-03  Václav Slavíkported rest of contrib to bakefile
2003-07-28  Václav Slavíkported wxSVG contrib to bakefile (patch #778614)
2003-07-26  Vadim ZeitlinUnicode compilation fixes (patch 747793)
2003-07-26  Robin DunnMOre fixes for DLL builds
2003-07-25  Robin DunnFixes to allow STC to be built as a DLL
2003-07-25  Robin DunnFixes to allow OGL building as a DLL
2003-07-22  Robin DunnCompile fixes
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-20  Václav Slavíkmoved XML classes to the core
2003-07-19  Václav Slavíkgizmos fixes
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-07-18  Robin DunnAdded bakefile for the OGL contrib
2003-07-08  Václav Slavíkstandardized WXMAKINGDLL approach
2003-07-08  Václav Slavíkfixed animate in Unicode mode and removed use of deprec...
2003-07-04  Václav Slavíkfixes for MSW/DLL build
next