]> git.saurik.com Git - wxWidgets.git/history - src/generic
Include "xrc" support properly for OpenVMS
[wxWidgets.git] / src / generic /
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-19  Robert Roebling Another RTL fix.
2006-09-18  Vadim Zeitlinuse native wxImageList for wxUniv, it's a low level...
2006-09-18  Robert Roebling More wxGrid RTL things.
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Robert Roebling Remove debug code.
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-14  Robin DunnOops, file wasn't saved before last commit
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Robert Roebling More RTL fixes.
2006-09-14  Julian SmartFixes bug whereby directory control foreground colour...
2006-09-13  Robert Roebling More RTL work.
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-09-12  Robert Roebling More RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-09  Paul Cornettdon't set negative window size
2006-09-08  Václav Slavíkadded newline to the end of the file to prevent gcc...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-04  Michael WetherellMissing headers.
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-01  Robert Roebling Commit ODCombo delete selection fix.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-30  Stefan NeisOnly support detection of "near the edge" coordinates...
2006-08-29  Michael WetherellWarning fixes for VC5.
2006-08-27  Vadim Zeitlincall Update() from SetStatusText() to ensure that the...
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-24  Vadim Zeitlindon't reset the selection after event was vetoed if...
2006-08-20  Vadim Zeitlinset wxID_CLOSE as affirmative id, not cancel id, this...
2006-08-19  Vadim Zeitlindon't use the hack with handling wxID_CLOSE button...
2006-08-19  Vadim Zeitlinupdate the item width when making it bold, otherwise...
2006-08-17  Paul Cornettbuild fixes
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-08-13  Vadim Zeitlinfixed crash if the control is moved while the popup...
2006-08-13  Vadim Zeitlinfixed SetSelection(-1) for controls with multiple selec...
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-27  Mart RaudseppDon't mark "." and ".." for translation when they are...
2006-07-27  Mart RaudseppUse wxPLURAL to allow for singular "%ld bytes" version...
2006-07-26  Vadim Zeitlinremove debugging printf() from wxGridCellFloatEditor...
2006-07-25  Włodzimierz Skiba[ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-25  Jamie GaddMake wxTreebook use wxControlContainer.
2006-07-25  Jamie GaddWarning fix for the warning fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlinfixed typos in last check in
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-21  Alex BlighFix typo
2006-07-20  Włodzimierz Skiba[ 1524693 ] wxOwnerDrawnComboBox focus paint fix.
2006-07-17  Włodzimierz SkibaBetter temporary fix.
2006-07-17  Włodzimierz SkibaBuild fix to make tinderbox work, needs asap change.
2006-07-16  Stefan NeisMake wxCalendarCtrl work on OS/2's PM port as well...
2006-07-16  Stefan NeisAvoid trouble during initialisation & typo fix (patch...
2006-07-14  Włodzimierz SkibaPCH and wxUSE_* fix.
2006-07-13  Alex BlighApply patch 1520776, partial completion on wxOwnerDrawn...
2006-07-06  Vadim Zeitlingcc -Wundef warning fix
2006-07-06  Robin Dunnproperly offset the mouse position for the label window...
2006-07-06  Alex BlighAdded GetWidestItem() and GetWidestItemWidth() to wxVLi...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-07-03  Robin DunnExpandAll and ExpandAllChildren are in wxTreeCtrlBase...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-03  Włodzimierz Skiba[ 1515520 ] wxOwnerDrawnComboBox mouse hover on partial...
2006-07-02  Vadim Zeitlinfix appearance problems when the cell is scrolled ...
2006-07-02  Vadim Zeitlinreset m_selectingKeyboard in ClearSelection() too
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinremove duplicate m_popupInterface (patch 1509424)
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-27  Julian SmartRemove use of GetVolumeInformation since it causes...
2006-06-21  Włodzimierz SkibaInclude wx/containr.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-19  Włodzimierz Skiba[ 1507736 ] wxOwnerDrawnComboBox improved list item...
2006-06-15  Włodzimierz Skiba[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argum...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz Skiba[ 1495131 ] wxODComboBox const methods to work prior...
2006-06-14  Włodzimierz Skiba[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDr...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-14  Julian SmartwxCalendarCtrl workaround for occasional wrong combobox...
2006-06-09  Włodzimierz SkibaInclude wx/validate.h and wx/valtext.h according to...
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Robin DunnApplied Patch #1502801: Missing Clone() functions from...
next