]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-08-25  Vadim Zeitlincompilation fix
2001-08-25  Stefan Csomoradded quantize
2001-08-25  Stefan Csomoradded disk space
2001-08-25  Vadim Zeitlindon't try compile wxClipboard without OLE support
2001-08-25  Vadim Zeitlinwarning fixes
2001-08-25  Vadim Zeitlinare there still versions of gcc around which require...
2001-08-25  Vadim Zeitlinno changes
2001-08-25  Václav Slavíkfixed a canonical example of Stupid Bug(tm)
2001-08-25  Vadim Zeitlinfixed return value of HandleEndSession to return true...
2001-08-25  Vadim Zeitlinstatfs() detection for wxGetDiskSpace
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-25  Vadim Zeitlinadded test for HitTest(m_dragPoint) bug to the sample
2001-08-25  Vadim Zeitlinuse raw (physical) coords in LIST_(R)DRAG events (patch...
2001-08-25  Stefan Csomorcorrected OWNER_DRAWN Remove to RemoveAt in Delete
2001-08-25  Vadim Zeitlinfixed crash in HitTest() with y position below the...
2001-08-25  Vadim Zeitlinapplied patch 432814: saving BMP in 1, 4 and 8 bpp
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-25  Vadim Zeitlinadded \#if wxUSE_GRID around the whole file (patch...
2001-08-25  Vadim Zeitlintypo fix
2001-08-25  Vadim Zeitlinrefresh the tree ctrl when its back/foreground colour...
2001-08-24  Vadim Zeitlinfix for calling GetWindowLong(NULL hwnd)
2001-08-24  Stefan Csomoradded new calling conventions for mac
2001-08-24  Robert RoeblingPatch (partially back) so that images work in wxHTML.
2001-08-24  Stefan Csomordecremented timeout, we have to find a better algorithm...
2001-08-24  Robert RoeblingFixed apparent typo.
2001-08-24  Stefan Csomoradded connect sequence for mac
2001-08-24  Stefan Csomoradded late init and setup timeout
2001-08-24  Vadim Zeitlinfix for the short locale name construction
2001-08-24  Vadim Zeitlinno changes
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-24  Vadim Zeitlindeclared private wxString::operator=(int) to prevent...
2001-08-24  David WebsterNew module definition file for the ever chaning treectr...
2001-08-24  Vadim Zeitlinremoved extra wxSTD
2001-08-24  Vadim Zeitlinadded missing wxSTDs
2001-08-24  Vadim Zeitlinadded missing wxSTD
2001-08-24  Julian SmartSmall correction
2001-08-23  Vadim Zeitlinalways pass WM_DESTROY to DefWindowProc() - this fixes...
2001-08-23  Vadim Zeitlinfixes for rotated text drawing
2001-08-23  Vadim Zeitlinadded possibility to filter out some messages - there...
2001-08-23  Václav SlavíkProcessPlatformProperty should not be a member of wxXml...
2001-08-23  Václav SlavíkwxHtmlEasyPrinting indentation changes + CreatePrintout...
2001-08-23  Stefan Csomoradded conversion to mac native filenames from local...
2001-08-22  Václav Slavíkfixed yet another bug in wxStream classes
2001-08-22  Václav Slavíkcompilation fix for genericTreeCtrl-only stuff
2001-08-22  Vadim Zeitlinadded wxDynamicSashWindow (patch 441518)
2001-08-22  Vadim Zeitlinadded UnregisterWindowClasses() (patch 447443)
2001-08-22  Vadim Zeitlinminor clean up
2001-08-21  Vadim Zeitlindouble click handling is finally correct in the treectrl
2001-08-21  Vadim Zeitlinremoved assert from wxColour::InitFromName() as there...
2001-08-21  Robert Roebling Fixed focus event problems with control derived
2001-08-21  Julian SmartAdded Net library to contrib
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-08-20  Vadim Zeitlinmoved button handler into the modeless dialog itself...
2001-08-20  Vadim Zeitlinallow user code to override key handling in wxTreeCtrl
2001-08-20  Stefan Csomorno message
2001-08-20  Vadim Zeitlinfixed refresh problem after adding some items and calli...
2001-08-20  Vadim Zeitlinfix for refreshing the current item in the list ctrl...
2001-08-20  Vadim Zeitlinfixed text fg colour for selected but unfocused items
2001-08-20  Vadim Zeitlinmade GetColourFromGTKWidget() more general, it is now...
2001-08-20  Vadim Zeitlinfix for wxSYS_COLOUR_LISTBOX colour detection
2001-08-20  Vadim Zeitlindraw the selected items in another colour when the...
2001-08-20  Vadim Zeitlinextracted 4 copies of identical code into a function
2001-08-20  Vadim Zeitlinfixed the wrong examples of CalcScrolled/UnscrolledPosi...
2001-08-20  Vadim Zeitlinfixed bug with calling Destroy() on the NULL wxSocket
2001-08-20  Vadim Zeitlinfixed clipping of items with icons text in report mode
2001-08-20  Julian SmartFixed GetLongPath bug -- should use GetFullName and...
2001-08-19  Václav Slavíknicer version compilation fix for wxUSE_WCHAR_T=0 ...
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-19  Stefan NeisFix for wxUSE_WCHAR_T == 0
2001-08-19  Stefan Csomoradded carbonaccessors.o
2001-08-19  Robert RoeblingWe use native paths now in wxWindows. On the Mac, too.
2001-08-19  Václav Slavíkfix for bug in wxEditableListBox in connection with...
2001-08-19  Václav Slavíkcompilation fix
2001-08-19  Stefan Csomoradded a few encoding convenience methods for pc-mac...
2001-08-18  Václav Slavíkbetter focus handling (blind fix)
2001-08-18  Robert Roebling The Scale() code in the 2.3 tree turned out to
2001-08-18  Robert RoeblingCompile fix.
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-17  Vadim Zeitlinwarning fix
2001-08-17  David WebsterNew module definition file to keep .dll build compilable.
2001-08-17  Julian SmartAdded doc for 2-step initialisation and wxWIZARD_EX_HEL...
2001-08-17  Julian SmartAdded possibility of 2-step initialisation, and wxWIZAR...
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-08-16  Václav Slavíkfinished wxWindow for MGL
2001-08-16  Robin Dunnnew version of PyCrust
2001-08-16  Vadim Zeitlinfixed bug/assert failure when refreshing items in non...
2001-08-16  Vadim Zeitlindocumented SetMaxLength(0)
2001-08-16  Vadim Zeitlinadded new text event macros description
2001-08-16  Vadim Zeitlinadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed...
2001-08-16  Vadim Zeitlincompilation fix
2001-08-15  Václav Slavíkbugfixes, bugfixes, bugfixes...
2001-08-15  Vadim Zeitlincompilation fix
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-15  Vadim Zeitlinfixed bug with loading standard icons
2001-08-15  Vadim Zeitlintraces of my debugging session, no real changes
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-15  Vadim Zeitlincompilation warning fix
2001-08-14  Robin Dunnupdates for swig generated code
next