]> git.saurik.com Git - wxWidgets.git/history - src/generic
Compilation fixes for mingw-w64.
[wxWidgets.git] / src / generic /
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...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-01  Václav Slavíkcompilation fix for wxMSW and r52961
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-04-01  Robin DunnDon't force wxBORDER_SUNKEN so the programmer can speci...
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-31  Vadim Zeitlinstore selected indices as unsigned int, not size_t...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-26  Julian SmartAdded GetId() to Connect calls to ensure only the relev...
2008-03-24  Václav Slavíkno need to export private list/arrays of generic contro...
2008-03-24  Francesco Montorsifix for built with compat 2.8 off
2008-03-23  Vadim Zeitlinfix crash when pressing Up key in empty combobox
2008-03-22  Francesco Montorsiuse wx-style header and commets; fix indentation to...
2008-03-22  Vadim Zeitlinrename classes use by generic wxSpinCtrl implementation...
2008-03-22  Vadim Zeitlindon't pass unnecessary arguments to FindOrCreateBrush...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-03-15  Vadim Zeitlinuse wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
2008-03-10  Vadim Zeitlinfurther simplifiy USE_NATIVE_HEADER_WINDOW checks
2008-03-09  Vadim Zeitlindon't use native headers in wxUniv build (this doesn...
2008-03-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
2008-03-04  Václav Slavíkremoved IsFrozen() from paint handler, no need for...
2008-03-03  Vadim Zeitlinuse the selection background colour set using SetSelect...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-03-02  Vadim Zeitlinuse custom selection colours in wxHtmlListBox again...
2008-03-02  Vadim Zeitlindecouple item index from string value (patch 1905702)
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2008-03-01  Julian SmartImage size fix
2008-03-01  Robert RoeblingPatch for context menu event for generic/Windows code
2008-02-27  Vadim Zeitlinclip the text in report mode to prevent it from overflo...
2008-02-27  Vadim Zeitlintranslate "Copy URL" string in the popup menu (feature...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-22  Václav Slavíkfixed strange focus order in wxTipDialog and set initia...
2008-02-16  Vadim Zeitlinfix redundant storage of current date both in wxCalenda...
2008-02-14  Václav Slavíkgreatly simplified wxGenericCollapsiblePane::OnStateCha...
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-11  Vadim Zeitlinmake wxGenericCollapsiblePane a wxControlContainer...
2008-02-09  Vadim Zeitlindon't hardcode grey/white colours for non-MSW/Mac in...
2008-02-07  Julian SmartAvoid scrolling parts of the screen that don't belong...
2008-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim ZeitlinwxFontData doesn't need to be static in wxGenericFontBu...
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Vadim Zeitlindon't use negative sizes for row/column labels subwindo...
2008-01-31  Václav Slavíkadded InitRGBA to generic wxColour to fix linking ...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-16  Julian SmartCorrection for cursor setting when moving out of a...
2008-01-16  Robert Roebling[ 1635287 ] wrong cursor when dragging an image
2008-01-14  Vadim Zeitlinrename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool...
2008-01-14  Vadim Zeitlinadded wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2008-01-10  Robert RoeblingUse SetFocusIgnoringChildren()
next