]> git.saurik.com Git - wxWidgets.git/history - src/generic
1. use tar.bz2 as sources, not tar.gz
[wxWidgets.git] / src / generic /
2001-06-10  George TaskerFixed compilation if wxUSE_NEW_GRID and wxUSE_GRID...
2001-06-10  George TaskerInitialized m_startint in the constructor to avoid...
2001-06-09  Julian SmartUpdates for 2.3.1; fixed syntax error in makefile.b32...
2001-06-09  Vadim Zeitlinfixed bug 418766 (elapsed time not initialized in wxPro...
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2001-06-06  Vadim Zeitlinapplied patch 429317 (PCH fix for BC++)
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-30  Robert RoeblingForgot ! in wxTreeCtrl flag test.
2001-05-29  Stefan Csomoradapted background color for mac
2001-05-28  Vadim Zeitlinlink preventing typo fixed
2001-05-28  Vadim Zeitlincompilation fixes
2001-05-27  Robert RoeblingwxTreeCtrl Mac look
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-27  Robert Roebling Tried to make wxTreeCtrl on Mac look more Maccy....
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2001-05-25  Gilles Depeyrotcorrections to directory management for Mac OS X
2001-05-25  Vadim Zeitlinfixed calendar control height calculation
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-22  Václav Slavíkimplemented wxGetSingleChoiceIndex version that takes...
2001-05-21  Vadim Zeitlinremoved extra newlines from wxLogDebugs
2001-05-19  Václav SlavíkUnicode compilation fixes
2001-05-16  Vadim Zeitlinapplied patch 415912 (fixing problems with wxGrid attrs)
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-10  Julian SmartNow sorts the files case-insensitively
2001-05-09  Robin DunnAdded accessors for the sub-windows in the wxGrid.
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-04  Robin DunnRedirected mouse wheel events from the child grid windo...
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-03  David WebsterOS/2 fix in setdrive.
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-05-01  Julian SmartRemvoed a yield in HitTest because of undesirable conse...
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-05-01  Jouk Jansen Committing in .
2001-05-01  Julian SmartAdded required #include
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
2001-04-27  Robin DunnMade wxSplitterWindow conform to the docs with respect...
2001-04-26  Julian SmartFixed Simple Toolbar bug; removed 2 pixel kludge in...
2001-04-24  Julian SmartCorrected include/wx/palette.h; added wxGenericTreeCtrl...
2001-04-23  David WebsterMoving y pos transofrmation code to wxOS2::wxDC elimian...
2001-04-22  Václav Slavíkmoved gtk/palette.cpp to generic/paletteg.cpp
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-20  Stefan NeisHopefully fixed bug #233492 (SelectAll crashed on empty...
2001-04-18  David WebsterFix to excule OnPaint from WXPM
2001-04-18  Julian SmartNo longer paint the selection background under the...
2001-04-17  George TaskerFixed a compiler performance warning
2001-04-16  Stefan NeisAdded patch #412132 (Fix for bug #215410) (Mainly in...
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2001-04-10  Julian SmartFixed some wxDragImage bugs
2001-04-02  Vadim Zeitlinargh! patch misapplied the patch in another place as...
2001-04-02  Vadim Zeitlinoops... wrong patch, second try
2001-04-02  Vadim Zeitlinfix for clicking on the button from 2.2 branch
2001-03-22  Julian SmartFix for tip disappearing immediately under MSW
2001-03-12  Vadim Zeitlinpatch initializing the multi choice dialog with the...
2001-03-06  Vadim Zeitlinmerged fix from the 2.2 branch but the test I changed...
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-02-22  Julian SmartAttempted to improve tip window behaviour, but kill...
2001-02-22  Julian SmartwxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetIte...
2001-02-22  Julian SmartChanged wxYield calls to wxYieldIfNeeded
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-13  Vadim Zeitlinfixed bug in wxCalendarCtrl (132199) and bug in wxDateT...
2001-02-06  Julian SmartFixed sashwin events
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2001-02-02  Vadim Zeitlinadded missing GetEventHandler() (patch #103561)
2001-02-01  George TaskerChanged declaration of TREE events from being in both...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-29  David WebsterOS/2 updates (mostly executing MSW code)
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-25  Robert Roebling Prepare wxToolBarSimple for event type change.
2001-01-23  Robert Roebling Change required for new event types.
2001-01-17  Jouk Jansen Committing in .
2001-01-16  Robert Roebling Removed plot.cpp.
2001-01-11  Julian SmartUse wxClientDC in header window so we don't clip (becau...
2001-01-05  George TaskerFixed a problem in ConvertWXArrayToC() that would assig...
2001-01-02  Vadim Zeitlinpatch adding DeselectXXX() functions from Roland Scholz...
2000-12-24  Václav Slavíkfixed PS bounding box computation
2000-12-21  Julian SmartModified treectrlg.cpp not to crash in HitTest if there...
2000-12-20  Vadim Zeitlinremoved SetFont() from DoDrawText
2000-12-18  David WebsterOS2 Statusbar fix
2000-12-10  Vadim Zeitlinmerged in the fix for printing \% on PS DC
2000-11-27  David WebsterSome OS/2 customization to make a more presentable...
2000-11-25  Vadim Zeitlintypo in AutosizeRowOrCol fixed (bug 115437)
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-11-24  Václav Slavíkfixed bug in wxFileDialog: it tested wxCHANGE_DIR again...
2000-11-24  Robert Roebling matrix compile fix
2000-11-23  Robert Roebling Don't call busy cursor when creating a message
2000-11-23  Robert Roebling Ported DrawPolygone fix and new PS font name
2000-11-16  Vadim Zeitlinpatch from Mike Oliver <oliver@math.ucla.edu> to have...
2000-11-15  David WebsterNeed to define wxArrayGenericTreeItems as WX_DEFINE_WXP...
2000-11-12  Robin DunnChanged wxGridCellEditor::IsAcceptedKey to only check...
2000-11-11  Robin DunnAllow a NULL editor and/or renderer to be passed to...
2000-11-11  Vadim Zeitlinadded missing function
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-11-06  Vadim Zeitlincompilation/warning fixes for HP-UX
2000-11-06  Vadim Zeitlinugly compilation fix for wxMotif
2000-11-05  Václav Slavíkfixed typo (IsOK instead of IsOk)
2000-11-03  Vadim Zeitlinok, it does work - it's just that wxGTK doesn't
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-11-03  Julian SmartReplaced comparisons with zero, with IsOk()
next