]> git.saurik.com Git - wxWidgets.git/history - src/generic
replace m_insertCallback with a virtual function, contrary to the old comments a...
[wxWidgets.git] / src / generic /
2008-08-22  Julian SmartCleanup of previous fix
2008-08-22  Julian SmartGeneric carent no longer invisible on a dark background
2008-08-18  Vadim Zeitlinpaint the space remaining after the columns too in...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-10  Robin DunnUse WXUNUSED and give more explaination for the handler
2008-08-10  Robin DunnAvoid default child window focus behavior in generic...
2008-08-09  Vadim Zeitlininitialize the button label correctly if the same wizar...
2008-08-07  Julian SmartFixed scrolling bug where scrollbar was taken to be...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-03  Vadim Zeitlinfix view rectangle calculation for the control with...
2008-08-03  Vadim Zeitlinuse wxPEN/BRUSH_XXX instead of wxXXX (#9812)
2008-08-03  Vadim Zeitlincompilation after last commit: semicolon after wxDELETE...
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-08-01  Vadim Zeitlinimplement support for wxOR and wxCLEAR in wxCairoContex...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-07-15  Julian SmartFixed wxTreebook tree control style
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-09  Robin DunnApplied patch from Ticket #9563. Use just the rectangl...
2008-07-06  Stefan NeisMake AutoSizing in wxGrid's SetCol/RowSize work and...
2008-07-03  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Stefan NeisDon't force ColWidth to always grow for wxGridCellAutoW...
2008-06-29  Vadim Zeitlindon't call SetInsertionPointToEnd() on read-only combob...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-28  Vadim Zeitlinsupport wxDP_ALLOWNONE in generic wxDatePickerCtrl...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-28  Stefan NeisRestricted column/row resizing in cell window to left...
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-23  Paul Cornettavoid setting a negative window size
2008-06-22  Vadim Zeitlinfix handling of wxDP_SHOWCENTURY for some non-C locales...
2008-06-21  Vadim Zeitlincompilation fix for PCH-less build
2008-06-21  Vadim Zeitlindisable report view mode under Mac as it hangs the...
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-18  Stefan NeisCleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-15  Stefan NeisFixed problems with reassigning the already assigned...
2008-06-15  Stefan NeisAdded missing screen update on deselection in wxGrid...
2008-06-15  Stefan NeisApplied ticket #1230 (patch to SetColFormatCustom)...
2008-06-13  Vadim Zeitlindon't clear the list control when wxLC_[HV]RULES style...
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-06-12  Vadim Zeitlinfix crash which happened if you called SetAttr(NULL...
2008-06-12  Vadim Zeitlinoptimize wxGrid::BlockToDeviceRect() to avoid iterating...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-11  Vadim Zeitlinfix for crash under wxX11: we get text event there...
2008-06-11  Vadim Zeitlinuse native calendar control in wxDatePickerCtrl if...
2008-06-11  Robert Roebling#9559 DataViewCtrl wrong behaviour with reordering...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-09  Robert Roeblingblind fix for: #9549: crash in wxDataViewMainWindow...
2008-06-07  Vadim Zeitlinmake wxLogWindow thread-safe (#8783)
2008-06-07  Vadim Zeitlindon't refresh the current cell in SetCellHighlightROPen...
2008-06-06  Vadim Zeitlinuse report mode for the wxListbook list control if...
2008-06-06  Vadim Zeitlindon't leave current item index invalid after SetItemCou...
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-22  Vadim Zeitlindon't reserve space for the icons if none are used...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Robert RoeblingCommit mem leak fix I introduced
2008-05-20  Robert RoeblingFix mem corruption due to string no longer being in...
2008-05-20  Robert RoeblingDon't make lines narrower that default line height...
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-16  Robert RoeblingCorrect vert alignment
2008-05-16  Robert Roeblingignore invisble columns in height calculation
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-11  Vadim Zeitlinfix appending items to sorted control (patch 1940384)
2008-05-11  Stefan NeisBlind fix for bug #1936227 (unable to set initial value...
2008-05-09  Robin DunnMerge r53510 from 2.8 branch
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-29  Robert RoeblingTried to transform wxGC like wxDC, failed
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Robert RoeblingCheck for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459...
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-04-19  Robert RoeblingFixed wxDatePickerCtrl under OS X
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-14  Robert RoeblingAdded bitmap support to column header
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-08  Robert RoeblingAdapt MSW's renderer's alignment to use column header...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-07  Vadim Zeitlincorrect positioning of the control and removed workarou...
2008-04-06  Vadim Zeitlinno changes, just fix typo in variable name
2008-04-06  Vadim Zeitlinreset m_selection in DeleteAllPages() (patch 1922215...
2008-04-05  Robert RoeblingFixed bug that made adding a child to a branch (that...
2008-04-05  Robert RoeblingProbable fix for [ 1933745 ] Crash in wxDataViewHeaderW...
2008-04-05  Robert Roebling[ 1922123 ] Generic wxDataViewCtrl leaks
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
next