]> git.saurik.com Git - wxWidgets.git/history - src/generic
1. some patches from Janos Vegh to docview template detection
[wxWidgets.git] / src / generic /
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)
2000-02-28  Vadim Zeitlingrid autosize fixes/changes
2000-02-28  Julian SmartSome corrections
2000-02-28  Julian SmartRemoved old wxGLCanvas stuff; moved wxTreeLayout to...
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-27  Robert Roebling More wxPlotWindow goodies.
2000-02-26  Vadim ZeitlinwxGrid::AutoSize() added
2000-02-25  Michael BedwardAdded call to CalcDimensions() at end of wxGrid::Init...
2000-02-25  Vadim ZeitlinF2 enables edit in place
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-24  Robert Roebling Minor optical things.
2000-02-24  Julian SmartwxToolBarSimple fix + OGL studio sample compilation
2000-02-24  Vadim ZeitlinwxLogWindow now uses standard menu ids
2000-02-23  Vadim Zeitlintypo fixed
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-02-23  Robin Dunnfallback to string changes for number and float editors
2000-02-23  Stefan NeisImproved wxMotif's look.
2000-02-23  Stefan NeisImproved checkmark on wxMotif.
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-23  Vadim Zeitlinfall back on text value if no long/double value could...
2000-02-23  Vadim Zeitlinremoved saveValue param in EndEdit()
2000-02-23  Michael BedwardAdded wxGrid::DrawGridSpace function to suppress junk...
2000-02-23  Robin DunnSome mouse events need to be handled even when outside...
2000-02-23  Robin Dunndelay getting the default editor and renderer (by data...
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Stefan NeisCompilation fixes
2000-02-22  Vadim Zeitlinadded combobox editor
2000-02-22  Vadim Zeitlincolumn autosizing added
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-02-22  Vadim Zeitlinadded renderers/editors for long/float, not fully teste...
2000-02-22  Vadim Zeitlindon't draw cell highlight over the cell editor (improve...
2000-02-22  Michael BedwardAdded functions to enable/disable drag-resizing of...
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robin Dunnforgot to uncomment a few things
2000-02-21  Robin DunnAdded ability for tables, grids, editors and renderers...
2000-02-21  Sylvain BougnouxCheck multiple selection :-)
2000-02-21  Vadim Zeitlinadded SetColMinimalWidth()
2000-02-21  Vadim Zeitlina couple of terrible typos fixed
2000-02-21  Stefan NeisEliminate apparently unnecessary updates in SetScrollbars.
next