]> git.saurik.com Git - wxWidgets.git/history - src/generic
Correction for wxFileConfig where UNIX was taken
[wxWidgets.git] / src / generic /
2001-10-19  Robin DunnUse the black pen for the border on Windows now too.
2001-10-18  Vadim Zeitlinfix for wxStatusBar linking problems under wxMac
2001-10-18  Mattia BarbonAdded RTTI macros to wxSplashScreen.
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-17  Vadim Zeitlinfix for linking problem under !MSW
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-10-15  Vadim Zeitlinfixed wxListCtrl::DeleteAllColumns() in the generic...
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-14  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-10-13  Vadim Zeitlinchanged some Remove()s into RemoveAt()s
2001-10-12  Vadim Zeitlinfix to avoid internal compiler error with gcc 2.95...
2001-10-10  Vadim Zeitlinformatting changes
2001-10-08  Vadim Zeitlinrefresh the current item when the focus is gained/lost
2001-10-06  Vadim Zeitlinfixed the bug with the order of 2 size events when...
2001-10-04  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-10-03  Vadim Zeitlinfix for focus event sending
2001-10-03  Vadim Zeitlinreduced flicker when switching focus to/from the report...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-30  Vadim Zeitlinfix for wxCalendarCtrl::Create() (bug 458167)
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-09-28  Vadim Zeitlinallow multiple extensions in tge generic wxFileDialog...
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-18  Vadim Zeitlinfix for event processing in wxScrollHelper
2001-09-06  Vadim Zeitlinset mouse position for COL_CLICK event
2001-09-06  Julian SmartSmall changes
2001-09-05  Julian SmartCured a bug in wxSplashScreen whereby frame wasn't...
2001-09-03  Vadim Zeitlinimplemented column images for the generic version
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
next