]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-05-27  Julian SmartRemoved ugly separators toolbars again
2005-05-27  Robin DunnInstaller updates
2005-05-27  Robin DunnreSWIGged
2005-05-27  Robin Dunnuse wx.ART_NEW
2005-05-27  Robin Dunncleanup and some docstring fixes
2005-05-26  Robin Dunnupdates
2005-05-26  Robin DunnreSWIGged
2005-05-26  Robin Dunnadd wxART_NEW, and fixed wxART_FIND_AND_REPLACE
2005-05-26  Robin DunnDon't change the fg/bg colours so that the native colou...
2005-05-26  Robin Dunnadded wxART_NEW
2005-05-26  Robin Dunnthere aren't any suitable images in images.py any more...
2005-05-26  Robin Dunnuse wx.ART_NEW
2005-05-26  Robin Dunndocstring update
2005-05-26  Robin DunnDo a little less anti-alias so it looks better on dark...
2005-05-26  Robin Dunnremove the delete button and add another example of...
2005-05-26  Robin DunnSome tweaks to the temporary art images, added wxART_NEW
2005-05-26  Robin DunnDon't force the art provider to resize the toolbar...
2005-05-26  Robin DunnSince Scintilla uses XMP internally which doesn't suppo...
2005-05-26  Robin DunnDon't add extra size to the height, it makes the combo...
2005-05-26  Robin DunnPatch from Ricardo Pedroso that fixes a segfault when the
2005-05-26  Michael WetherellFix for a wxLogDebug call
2005-05-26  Michael WetherellNo install_name_tool on OS X 10.1
2005-05-26  Roman Rolinskysmall fix
2005-05-26  Roman Rolinskyencoding should not be specified
2005-05-26  Roman Rolinsky0.1.5-2
2005-05-25  Vadim Zeitlinapparently the check for too small rect is needed not...
2005-05-25  Michael WetherellUncomment LVN_ODFINDITEM handler for systems that have...
2005-05-25  Robin Dunndelete_ --> delete
2005-05-25  Robin DunnWhen converting a wxIcon to a bitmap check if the icon...
2005-05-25  Julian SmartSome change logs
2005-05-25  Michael WetherellNo wxGetOSFHandle for Wine
2005-05-25  Julian SmartwxTR_TWIST_BUTTONS style no longer used in wxTreeCtrl
2005-05-25  Robin DunnReapplied Patch #1106564
2005-05-25  Julian SmartManual speak with forked tongue
2005-05-25  Włodzimierz... Simpler fix for Borland.
2005-05-25  Włodzimierz... Multicharacter fix for MinGW and OW, semicolon fix...
2005-05-25  Włodzimierz... Fixes for Borland access to members in MSWUniv.
2005-05-25  Vadim Zeitlinif we return GetSize() from DoGetBestSize(), remember...
2005-05-25  Robin DunnreSWIGged
2005-05-25  Robin DunnDon't set mac.textcontrol-use-mlte any longer
2005-05-25  Robin DunnDocstring updates
2005-05-24  Michael WetherellHave the calendar control handle events from it's combo...
2005-05-24  Robin DunnRemoved unnecessary files, removed or replaced images...
2005-05-24  Robin DunnSome placeholder images to use until we get those that...
2005-05-24  Vadim Zeitlinsubclass all updown controls in notebooks, not just...
2005-05-24  Włodzimierz... MinGW, Watcom and Borland warning fixes.
2005-05-24  Michael WetherellSet wxUSE_ON_FATAL_EXCEPTION to no for non-unix
2005-05-24  Vadim Zeitlindon't use dangling HBRUSH
2005-05-24  Włodzimierz... Warning fix.
2005-05-24  Włodzimierz... Formating warning fix for FC2 build.
2005-05-24  Włodzimierz... More fixes and wxWidgets coding standards.
2005-05-24  Chris Elliottpossible fix for SF bug #1186144 (only VC tested)
2005-05-24  Włodzimierz... Build fix.
2005-05-24  Włodzimierz... wxCocoa build fix. Use XPM everywhere.
2005-05-24  Włodzimierz... [ 1207289 ] minor dll mediactrl fix.
2005-05-24  Włodzimierz... Build fix.
2005-05-23  Robin DunnAvoid an assert on wxMSW and ensure we don't use a...
2005-05-23  Włodzimierz... Unicode fix.
2005-05-23  Włodzimierz... wxCocoa build fix.
2005-05-23  Julian SmartReverted namespace patch
2005-05-23  Włodzimierz... Initial HelpGen source cleaning.
2005-05-23  Włodzimierz... Cast warning fixes.
2005-05-23  Włodzimierz... wxMGL build fix.
2005-05-23  Włodzimierz... Required #include addition.
2005-05-23  Włodzimierz... Undefined reference found in Tinderbox logs.
2005-05-23  Julian SmartApplied patch [ 1194316 ] wxMediaCtrl MSW config and...
2005-05-23  Julian SmartUse wxCLIP_CHILDREN in case we've disabled clipping...
2005-05-23  Włodzimierz... Clipboard usage fixes inspired by Tinderbox logs.
2005-05-23  Włodzimierz... Small wxString usage fix.
2005-05-23  Włodzimierz... Use treebase.h for enum duplicated in port/treectrl.h.
2005-05-23  Włodzimierz... Export fix found through Tinderbox.
2005-05-23  Włodzimierz... Use our own math.h wrapper.
2005-05-23  Julian SmartRemoved .def references
2005-05-23  Włodzimierz... Temporary fix, requires missing NMLVFINDITEM on some...
2005-05-23  Włodzimierz... Include fix.
2005-05-23  David ElliottForce size to integer coordinates in all cases.
2005-05-23  David ElliottImplemented SetLabel
2005-05-23  David ElliottApplied patch 1206278 from Mike Wetherell.
2005-05-22  David ElliottMake bitmaps work when compiling on Tiger and add some...
2005-05-22  Vadim Zeitlinallow SQLDriverConnect() to open the dialog asking...
2005-05-22  Vadim Zeitlinfixed drawing of owner drawn buttons with multiline...
2005-05-22  Vadim Zeitlinfix assert when leaving control with wxDP_ALLOWNONE...
2005-05-22  Vadim Zeitlindefine LONG_PTR for consistency too
2005-05-22  Vadim Zeitlinadded support for incremental search in virtual list...
2005-05-22  Vadim Zeitlinadded virtual view mode with small number of items...
2005-05-22  Vadim Zeitlinmoved WM_PRINTCLIENT from wxRadioBox to wxStaticBox...
2005-05-22  Vadim Zeitlinfix wxLongLongFmtSpec for mingw32, Borland and Watcom...
2005-05-22  Vadim Zeitlinfixed remains of notebook flickering (improved patch...
2005-05-22  Vadim Zeitlincompilation fix: last commit broke non-Win64 compilation
2005-05-22  Vadim Zeitlinjust some code cleanup: removed m_hwnd macro
2005-05-22  Vadim Zeitlindocument Cmp[NoCase]() overloads taking wxString too...
2005-05-22  Vadim Zeitlindon't use -ggdb when not using cc (part of bug 1202893)
2005-05-22  Julian SmartApplied patch [ 1197471 ] Scrolling of Widgets within...
2005-05-22  Julian SmartApplied patch 1190445: CalCtrl sizing issues
2005-05-22  Julian SmartApplied patch [ 1185219 ] maxlength property for xrc...
2005-05-22  Julian SmartApplied patch [ 1183803 ] PNM: support for ascii grey...
2005-05-22  Julian SmartApplied patch [ 1192914 ] Null pointers in wxSocketBase...
2005-05-22  Julian SmartRemoved def files
2005-05-22  Julian SmartApplied patch [ 1185150 ] Socket sample: writing to...
2005-05-22  Julian SmartApplied patch [ 1196679 ] wxIMPLEMENT_CLASS_COMMON2...
next