]> git.saurik.com Git - wxWidgets.git/history - src/generic
Upgraded to version 1.39 of Scintilla, and upated wxStyledTextCtrl
[wxWidgets.git] / src / generic /
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-29  Vadim Zeitlinfixed refreshing listctrl on focus change when it only...
2001-08-28  Václav Slavíkfixed a bug in wxListCtrl: SetColumnWidth didn't set...
2001-08-27  Vadim Zeitlinfixed bug with directory expansion
2001-08-25  Vadim Zeitlinuse raw (physical) coords in LIST_(R)DRAG events (patch...
2001-08-25  Vadim Zeitlinfixed crash in HitTest() with y position below the...
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-21  Vadim Zeitlindouble click handling is finally correct in the treectrl
2001-08-21  Robert Roebling Fixed focus event problems with control derived
2001-08-20  Vadim Zeitlinallow user code to override key handling in wxTreeCtrl
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 Zeitlindraw the selected items in another colour when the...
2001-08-20  Vadim Zeitlinfixed clipping of items with icons text in report mode
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-17  Vadim Zeitlinwarning fix
2001-08-17  Julian SmartAdded possibility of 2-step initialisation, and wxWIZAR...
2001-08-16  Vadim Zeitlinfixed bug/assert failure when refreshing items in non...
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-14  Vadim Zeitlinreduce flicker in header window when deleting items...
2001-08-14  Vadim Zeitlinremoved redundant InitDialog methods
2001-08-13  Vadim Zeitlinimplemented (untested) work around for wxScrolledWindow...
2001-08-13  Vadim Zeitlinadded missing refresh when changing focus in wxListCtrl...
2001-08-07  Vadim Zeitlinfixed unwanted owner data accesses in virtual list...
2001-08-06  Vadim Zeitlinchanged wxControlContainer to avoid triggering tons...
2001-08-06  Vadim Zeitlinuse item colour when drawing the focused item if we...
2001-08-06  Vadim Zeitlindon't draw the focused item rect around the image
2001-08-06  Vadim Zeitlindon't draw the selected item background if we don't...
2001-08-06  Vadim Zeitlindon't draw the selected item background if we don't...
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-03  Vadim Zeitlinno changes
2001-08-02  Robert Roebling Fix tree control invalid pointer after drag bug.
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-08-01  Vadim Zeitlinapplied patch 441270 (fix cygwin wxSplashScreen compila...
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-07-30  Robin DunnApplied patch #445873
2001-07-30  Vadim Zeitlineliminated flicker when selecting items
2001-07-27  Julian SmartAdded fix to send scroll messages from mouse wheel...
2001-07-26  Vadim Zeitlinmade the log dialog resizeable (again?)
2001-07-26  Vadim Zeitlinhighlight the focused item in non report mode too
2001-07-26  Vadim Zeitlinfix for (re)positioning the main window when the style...
2001-07-26  Vadim Zeitlinavoid nested modal log dialogs
2001-07-26  Vadim Zeitlintimestampt trace/debug messages under Unix too, this...
2001-07-25  Vadim Zeitlinfix for focus handling when deleting the items
2001-07-23  Vadim Zeitlindon't call wxYield() from EnsureVisible(), this is...
2001-07-23  Vadim Zeitlinfixed bug with deletion of several last items in wxList...
2001-07-23  Vadim Zeitlinadded and documented wxDir::HasFiles/SubDirs(), use...
2001-07-20  Vadim Zeitlinfix for rather mysterious problem when deleting the...
2001-07-20  Vadim Zeitlinimplemented EVT_LIST_CACHE_HINT support: send this...
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-19  Vadim Zeitlin1. don't delete item attributes in the virtual list...
2001-07-19  Vadim Zeitlinfix for custom bitmap setting for the first page
2001-07-17  Vadim Zeitlininitialize gs_pFrame to NULL
2001-07-17  Vadim Zeitlinblind fix for wxScrolledWindow problem
2001-07-16  Robert RoeblingTried to make button events interceptable in generic...
2001-07-15  Robert Roebling Up-ported code to make tree item visible when program...
2001-07-15  Stefan Csomorno message
2001-07-14  Robert RoeblingCorrected wxScrolledWindow's OnSize behaviour.
2001-07-14  Robert RoeblingMac-ify wxTreeCtrl further.
2001-07-13  Vadim Zeitlinadded RefreshItem(s) methods
2001-07-13  Vadim Zeitlinremoved forgotten debugging printf
2001-07-12  Jouk Jansen Committing in .
2001-07-12  Julian SmartCorrected DoBlit
2001-07-11  Stefan Csomorseveral mac fixes (Mark Newsams patches)
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-11  Vadim Zeitlinoops, restored the postpone-redraw-if-dirty test which...
2001-07-11  Vadim Zeitlin(much) more efficient report mode redrawing
2001-07-11  Vadim Zeitlinfixed hit testing for non report modes
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-10  Vadim Zeitlinfix for crash when clicking below the items
2001-07-10  Vadim Zeitlinargh, another for GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for incorrect assert in GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for visible lines calculation
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-10  Vadim Zeitlinfixes for crashes after DeleteItem and DeleteAllItems
2001-07-10  Vadim Zeitlinfixed scrollbar refresh
2001-07-09  Vadim ZeitlinwxListCtrl in report/virtual modes seems to work
2001-07-09  Vadim Zeitlinmore wxListCtrl drawing fixes - scrolling still doesn...
2001-07-09  Vadim Zeitlinmore wxListCtrl fixes: inserting/deleting items now...
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-09  Vadim Zeitlincompilation fixes
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Stefan Csomoradded mac l&f for rules and headers
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-05  Vadim Zeitlinmore steps toward virtual listctrl
2001-07-05  Vadim Zeitlinuse type safe list instead of wxList for m_columns
2001-07-05  Vadim Zeitlinadded virtual list control functions (but not implement...
2001-07-04  Vadim Zeitlinremoved obsolete comment
2001-07-04  Vadim Zeitlinuse fontdlgg.cpp under wxUniv/GTK
2001-07-04  Vadim Zeitlinmake it possible to use wxToolBarSimple as wxToolBar...
2001-07-04  Vadim Zeitlincorrected progress dialog appearance
next