]> git.saurik.com Git - wxWidgets.git/history - src
Fixes to the previous fix
[wxWidgets.git] / src /
2007-02-05  Julian SmartFixes to the previous fix
2007-02-05  Julian SmartAvoid triggering false update event when setting the...
2007-02-05  Julian SmartRestored drag position mysteriously removed in revision...
2007-02-05  Julian SmartTypo fix
2007-02-05  Julian SmartMissing include
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-02-04  Stefan Csomorusing scroll axis in translation to scrollwin events...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-02-03  Vadim Zeitlinfix compilation problem when wxUSE_FSVOLUME==0 after...
2007-02-02  Vadim Zeitlinuse wxFSVolume instead of duplicating its functionality...
2007-02-02  Vadim Zeitlindon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
2007-02-02  Vadim Zeitlinfix assert when the control doesn't have a valid date...
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2007-01-26  Stefan Csomorchanging asserts to debug info
2007-01-26  Stefan Csomorseparate assert in case the control ref is already...
2007-01-25  Václav Slavíkdon't assume there's always an active wxEventLoop instance
2007-01-25  Vadim Zeitlinchanging text alignment dynamically doesn't always...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-21  Stefan NeisImprove resetting table via SetTable (extended version...
2007-01-21  Robin DunnReturn an empty string from wxDataFormat::GetId if...
2007-01-21  Robin DunnAdd some wxCHECK_MSG's
2007-01-21  Robin DunnReturn an empty string from GetValue if the textctrl...
2007-01-21  Robin DunnRevert menus and toolbars to using wxNewId() too since...
2007-01-21  Paul Cornettexpose handlers are supposed to return a gboolean;
2007-01-21  Vadim Zeitlinfix infinite recursion when processing navigation keys...
2007-01-21  Vadim Zeitlinreverted last commit, using result of NewControlId...
2007-01-21  Vadim Zeitlinuse wxID_ANY for internal controller control instead...
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2007-01-20  Vadim Zeitlinname user config file appname.conf when it's locayed...
2007-01-20  Vadim Zeitlinset command int (indicating whether the item is checked...
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2007-01-20  Robin DunnAdded support for the wxFRAME_FLOAT_ON_PARENT style
2007-01-19  Václav Slavíkfixed typo in code for setting alternative locale name
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Paul Cornettrevert last, GUI mutex isn't GUI-only
2007-01-18  Robin DunnUse kControlContentIconRef when recreating the tool...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2007-01-18  Vadim Zeitlinreverted last change: wxGTK-specific wxMutextGui code...
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-17  Vadim Zeitlindiscard time part of m_date, otherwise comparisons...
2007-01-15  Vadim Zeitlinhonour the drag effect supported by the drag source...
2007-01-15  Vadim Zeitlinadded wx/image.h to fix non-PCH compilation after last...
2007-01-15  Paul Cornettdon't change wxPRINTER_CANCELLED to wxPRINTER_ERROR...
2007-01-15  Paul Cornettremove some unneeded includes, clean up gnome force...
2007-01-15  Paul Cornettchain to the polling function GLib was using before...
2007-01-14  Vadim Zeitlincreate in place edit control with wxTE_PROCESS_ENTER...
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2007-01-14  Vadim Zeitlindon't crash when setting tooltip for a picker without...
2007-01-12  Václav Slavíkfixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
2007-01-12  Robin DunnFix for problem when Realize is re-called on a vertical...
2007-01-12  Robin DunnDoGetBestSize fix, the lbWidth was not getting updated...
2007-01-12  Robin DunnFix for when only a default dir is given without a...
2007-01-12  Stefan Csomormaking sure it is only breaking at newlines for measuring
2007-01-12  Stefan Csomorusing the CF Message box only for non main thread alerts
2007-01-12  Vadim Zeitlinonly set cursor immediately in SetCursor() if the mouse...
2007-01-11  Julian SmartUse the associated document manager, not the global one
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-11  Vadim Zeitlinapply patch 1630906 after all as with my simpler fix...
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2007-01-11  Vadim Zeitlinreverted wrong change of rev 1.129 and fixed the first...
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-09  Julian SmartFix for missing separator if any previous items were...
2007-01-08  Vadim Zeitlinadded more wxUSE_TREE/LISTCTRL tests to fix compilation...
2007-01-08  Chris Elliottfix part of proposal at http://news.gmane.org/find...
2007-01-08  Vadim Zeitlinuse wxLongLong_t instead of long long
2007-01-08  Paul Cornettnon-pch build fix
2007-01-08  Kevin OllivierFix GetNextItem for virtual wxListCtrl, and improve...
2007-01-07  Vadim Zeitlinfix compilation for latest SDK where EnumModulesProc...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Stefan NeisAttempt at fixing deepCopyHostent/Servent.
2007-01-07  Vadim Zeitlindon't compile wxDataViewDateRendererPopupTransient...
2007-01-07  Vadim Zeitlinno changes, just removed duplicate TreeView_HitTest...
2007-01-07  Vadim Zeitlincorrected message about page number overflow
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Stefan NeisFixed switching to a different drive/volume on OS/2.
2007-01-07  Kevin OllivierAdd more sanity checks to virtual list item nums as...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinfix combobox dropdown position in RTL (patch 1623127)
next