]> git.saurik.com Git - wxWidgets.git/history - src/generic
another GetInt/GetId bug fix
[wxWidgets.git] / src / generic /
2000-10-10  Julian SmartRemoved 'interface' pragma for gcc 2.96
2000-10-08  Vadim Zeitlincompilation fix
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-08  Václav Slavíkfixed EditLabel() for wxLC_REPORT mode
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Julian SmartMore fixes
2000-10-04  Julian SmartFixes to generic dir dialog
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-02  David WebsterOS/2 Statusbar fixes, and class interface updates
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Vadim Zeitlinadded event.Skip() to OnIdle() handler
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-24  Ron Leeremoved unneccesary (and unwanted) asserts
2000-09-22  Vadim ZeitlinwxCaret now uses backing store instead of forcing windo...
2000-09-18  Vadim Zeitlinattempts to implement non blinking caret - failed so far
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-14  Robert Roebling More theme goodies.
2000-09-13  Robert Roebling wxListCtrl::InsertItem() returned wrong index.
2000-09-13  Robert Roebling Themed headers for wxListCtrl.
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Julian SmartwxListMainWindow::HitTest no longer tests 'flags' which...
2000-09-12  Vadim Zeitlinattempt to fix crash in tree ctrl
2000-09-12  Jouk Jansen Committing in .
2000-09-12  Vadim Zeitlinfixed bug in mouse handling
2000-09-11  Robert Roebling Tiny patch for wxListCtrl::HitTest(). I didn't
2000-09-11  Julian SmartCorrected typo
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-06  Robert Roebling Applied PS patch.
2000-09-05  Julian SmartGeneric wxListCtrl now supports wxLC_HRULES, wxLC_VRULES
2000-09-01  Robin Dunn1. Setting the listctrl as the event object before...
2000-09-01  Julian SmartSmall mods
2000-09-01  Julian SmartIgnored palettes for wxGTK
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-29  Julian SmartSash window layout algorithm now fails if not enough...
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-25  Julian SmartAdded some casts in hopes of fixing HP compilation...
2000-08-25  Julian SmartFixed sample; enhanced wxLayoutAlgorithm to give remain...
2000-08-25  Julian SmartTypo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG
2000-08-25  Jouk Jansen Committing in .
2000-08-24  Jouk Jansen Committing in .
2000-08-19  Robert RoeblingThe mac text ctrl wants '/r' from the log system for...
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-15  Jouk Jansen Committing in .
2000-08-10  Jouk Jansen Committing in .
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Jouk Jansen Committing in .
2000-08-08  Michael BedwardAdded Paul Gamman's patch for 0 as FALSE in bool editor...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-07  Julian SmartAdded first stab at GetBoundingRect for generic tree...
2000-08-06  Julian SmartMingw32 fixes
2000-08-06  Michael BedwardMinor compilation fixes for Borland.
2000-08-04  Julian SmartGeneric tree control text editor now has simple boder...
2000-08-04  Julian SmartGeneric tree control fixes
2000-08-04  Julian SmartRenamed generic tree control.
2000-08-04  Michael BedwardRemoved redundant m_left etc. variables
2000-08-03  Václav Slavíkfixed low resolution problem with wxPostScriptDC
2000-08-02  Julian SmartCorrected resource type
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-07-28  Michael BedwardRenamed existing wxGrid::SelectBlock to HighlightBlock.
2000-07-27  Julian SmartGeneric dirctrl corrections
2000-07-27  Michael BedwardFix for bug where the cell highlight was not cleared...
2000-07-27  Michael BedwardAdded another hack to the collection of hacks in
2000-07-27  Michael BedwardChanged cell and label alignment functions to use wxALI...
2000-07-26  Julian SmartBetter behaviour on NT (no dialogs when searching drives)
2000-07-25  Václav SlavíkwxGTK compilation fixes
2000-07-24  Michael BedwardChanges as per patch from Paul Gammans to fix bug with...
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...
2000-07-21  Michael BedwardAdded ForceRefresh() to request immediate repainting...
2000-07-19  Ove KaavenIf, in a single-selection listctrl, a focused item...
2000-07-19  Ove KaavenAnother case of fn_str() in wxFopen() ?
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Julian SmartFixed wrong cursor problem in wxGTK
2000-03-19  Julian SmartMisc small changes
2000-03-19  Robert Roebling Small speed-up.
2000-03-19  Unknown (NI)fixed wxListMainWindow::HitTest
2000-03-18  Robert Roebling I don't think the last person to edit splitter.cpp did
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-16  Jouk Jansen Committing in .
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Julian SmartAdded missing includes
2000-03-14  Vadim Zeitlinfixed crash in OnChar() after m_key_current was deleted
2000-03-14  Vadim Zeitlinfixed infinite recursion in TAB handling with panels...
2000-03-14  Robert Roebling Even more printfs in GSocket,
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-13  Stefan NeisImproved selection mode handling in wxGrid::SelectBlock
2000-03-13  Robert Roebling Found bug that skrewed up display wrt horizontal
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-13  Stefan NeisMore compilation fixes.
2000-03-13  Unknown (NI)someone forgot to clear the m_needUpdating flag, so...
2000-03-13  Unknown (NI)someone forgot to clear the m_needUpdating flag, so...
2000-03-12  Robert Roebling Corrected scrollwin thumb release event,
next