]> git.saurik.com Git - wxWidgets.git/history - src/generic
second merge of the 2.2 branch (RL)
[wxWidgets.git] / src / generic /
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,
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-11  Stefan Neis*** empty log message ***
2000-03-11  Stefan NeisAdded WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF
2000-03-11  Stefan NeisAdded many WXUNUSED, untabified once again.
2000-03-11  Stefan NeisFixed remaining int vs. long warnings.
2000-03-11  Unknown (NI)small change to avoid floating point exception in wxScr...
2000-03-10  Stefan NeisRemoved unused parameter addToSelected.
2000-03-10  Stefan NeisChanged wxGridCellCoords from long to int (get rid...
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-10  Vadim Zeitlin1. fixed warning which was hiding a bug in wxGrid:...
2000-03-09  Julian SmartMmedia, OGL lib directory changes; omitted naughty...
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-09  Stefan NeisMake correct cell visible for cursor movement.
2000-03-09  Stefan NeisModified keyboard and mouse handling wrt selecting...
2000-03-09  Stefan NeisChanged Shift+Arrow handling
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-08  Ron Leefinal (touch wood) tidy after things went pearshaped...
2000-03-08  George TaskerFixed the fix of the fix so it will compile under VC6
2000-03-08  Ron Leefixed my own typo.. oops
2000-03-08  Ron Leefix for pageup 'blind spot'
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-03-07  Václav Slavíkfix of previous commit
2000-03-07  Václav Slavíkfixed bug: removed m_windowStyle = style
2000-03-07  Mark Johnson*** empty log message ***
2000-03-07  Michael BedwardModified <shift>+arrow key behaviour so that the starti...
2000-03-07  Vadim ZeitlinMark Johnoson's additions for variable-width weekday...
2000-03-07  Jouk Jansen Committing in .
2000-03-07  Michael BedwardMoved current cell initialization from wxGrid::OnPaint to
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-05  Václav Slavíkadded missing wxImageList::Add methods
2000-03-04  Stefan NeisCompilation fixes (true->TRUE, false->FALSE)
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-04  Stefan NeisAdded SetSelectionMode
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Julian SmartFixed non-standard C++ syntax errors
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Stefan NeisAdded class to handle selection inside wxGrid
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Robert Roebling typo in plot.cpp
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-03-01  Vadim Zeitlinasserts in wxGridStringTable corrected
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-03-01  Michael BedwardMinor compilation fix for Borland
2000-02-29  Vadim Zeitlinsetting parameters for wxGridCellFloatRenderer seems...
2000-02-29  Vadim Zeitlin1. more corrections for ref counted editors/renderers...
2000-02-29  Vadim ZeitlinwxGridCellRenderer/Editor made ref counted
2000-02-29  Vadim Zeitlin1. added range checks in wxGridStringTable
2000-02-29  Vadim ZeitlinwxListCtrl uses SetWindowChange() in its OnChar
2000-02-29  Michael BedwardAdded wxWANTS_CHARS style to all windows so that the...
2000-02-28  Vadim ZeitlinwxGridCellAttr::Clone() added to allow the demo of...
2000-02-28  Vadim Zeitlinfixed wxPD_AUTO_HIDE bug (didn't auto hide)
next