]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2005-05-22  Julian SmartApplied patch [ 1196827 ] Fixes Assert with wxTreeCtrl...
2005-05-22  Julian SmartApplied [ 1205187 ] fix may not return warning on vc6...
2005-05-22  Julian SmartApplied patch [ 1204497 ] fixes for wxwin.m4
2005-05-22  Julian SmartApplied patch [ 1191456 ] -Fix- bakefile - missing...
2005-05-22  Julian SmartApplied patch [ 1192917 ] Grids with no row or col...
2005-05-22  Julian SmartTest for x, y in GetPosition
2005-05-22  Julian SmartApplied [ 1188707 ] -Fix- bakefiles for broken "make...
2005-05-22  Julian SmartApplied patch [ 1190194 ] Define some string macros...
2005-05-22  Julian SmartWinCE fixes
2005-05-22  Vadim Zeitlininclude wx/defs.h before doing anything else (fixes...
2005-05-22  Vadim Zeitlinuse correct background colour for items drawing (closes...
2005-05-22  Vadim Zeitlinadded AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored...
2005-05-22  Julian SmartRemoved reference to module file
2005-05-22  Julian SmartApplied patch [ 1204217 ] [wxMSW] winXP: wxToolbar...
2005-05-22  Julian SmartApplied patch [ 1204244 ] [wxMSW] Use Win2K look (MS...
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-05-22  Julian SmartFix to preserve alpha channel in Rotate90
2005-05-22  Vadim ZeitlinwxCloseEvent::GetLoggingOff() is for [query] end sessio...
2005-05-22  Julian SmartApplied [ 1202378 ] Fix display of MSW mediactrl when...
2005-05-22  Julian SmartFixed cast
2005-05-22  Julian SmartApplied patch [ 1202417 ] Make wxLaunchDefaultBrowser...
2005-05-22  Julian SmartFixed DDE in Unicode: bug [ 1206299 ] wxDDE 'segfaults'
2005-05-22  Julian SmartRemove debugging code accidentally left in
2005-05-22  Dimitri Schoolwerthremoved redundant preprocessor check
2005-05-22  Michael WetherellwxCheckListBox doesn't require wxUSE_OWNER_DRAWN when...
2005-05-21  Michael WetherellAllow -Wl,* options to shared-ld-sh
2005-05-21  Julian SmartFix memory leak (closes bug 1191328)
2005-05-21  Julian SmartFixed [ 1195584 ] Missing wxUSE_RICHEDIT2 in setup...
2005-05-21  Julian SmartApplied modified version of patch in bug report [ 11959...
2005-05-21  Julian SmartApplied patch for bug [ 1205691 ] Modified Fn keys...
2005-05-21  Julian SmartApplied patch for bug [ 1206181 ] Option-key decodes...
2005-05-21  Julian SmartApplied patch [ 1204548 ] Add Get and SetVolume to...
2005-05-21  Julian SmartAdded missing file copying (patch 1204618)
2005-05-21  Julian SmartSuppressed error when loading colour bitmap since there...
2005-05-21  Kevin HockMay as well add the GTK version runtime checks for...
2005-05-21  Robert Roebling Add runtime 2.4.0 check.
2005-05-21  Robert Roebling Add conversion to and from menu hotkeys and
2005-05-21  Julian SmartAdded more paper sizes and code that falls back to...
2005-05-21  Robert Roebling We don't have datetime.inl anymore, I think.
2005-05-21  Robert Roebling Restored wxGTK.spec again.
2005-05-21  Robert Roebling Apply minimal DC patch.
2005-05-21  Robert Roebling Use dmallocthcxx, not the plain C version.
2005-05-21  Robert Roebling Don't check for wildcards if wxSAVE is given.
2005-05-21  Robert Roebling Add test for new SetBackgroundColour() logic
2005-05-21  Robert Roebling Setting the background colour of a wxWindow or
2005-05-21  Robert Roebling Make PaintBackground virtual, too. Now that we have
2005-05-21  Kevin HockwxSTAY_ON_TOP is available on all 3 major platforms...
2005-05-21  Kevin HockAdd wxSTAY_ON_TOP for wxGTK
next