]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
General purpose slave lock.
[wxWidgets.git] / include / wx / gtk /
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-30  Vadim Zeitlinfix another occurrence of g++ 3.3 problem with deprecat...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-18  Vadim Zeitlindon't terminate the event loop in EndModal() if it...
2008-08-07  Paul Cornettfix sizing of extra control
2008-08-06  Paul Cornettuse "new" GtkToolbar API
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-06-16  Robert RoeblingTicket #9592: gtk-choice-setcolumns.2.diff
2008-06-12  Robert Roebling#4479: wx.ComboBox needs a SetFont method
2008-06-11  Paul Cornettsimplify menu item callbacks by passing in wxMenuItem...
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettremove obsolete file
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-23  Vadim Zeitlinsuppress warnings about hiding virtual functions in...
2008-03-20  Francesco Montorsiadd the wxAnimation's ctor which automatically loads...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-18  Paul Cornettrevert removal of wxBU_AUTODRAW, now that it is again...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2008-03-18  Paul Cornettsimplify wxEVT_MENU_OPEN/CLOSE generation
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-05  Vadim Zeitlinremove wxFindFocusedChild() declaration too as g++...
2008-03-04  Václav Slavíkimplemented Freeze/Thaw in wxGTK
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-22  Václav Slavíkfixed wxBitmapButton to use focus and hover bitmaps...
2008-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-02-03  Paul Cornettremove unused wxMenuBar::m_style
2008-02-02  Paul CornettEnable best size caching, remove unnecessary GetLabel...
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-01-29  Paul CornettRemove unnecessary IsRadioButton().
2008-01-21  Václav Slavíkprefix implementation methods of wxBitmapButton with...
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2008-01-09  Paul Cornettcheck for self-assignment in operator=
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlinset resolution of print preview from print data (modifi...
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-20  Paul Cornettmake access for virtuals match base
2007-12-20  Paul CornettDC headers don't need to be in gtk/private.h
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Paul Cornettfactor out a whole bunch of duplicated code
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-12-06  Paul Cornettmake access for virtuals match base
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-12-01  Paul Cornettnon-pch build fixes
2007-11-30  Robert Roeblingforgot to commit
2007-11-30  Robert RoeblingDC reorganization
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-22  Paul Cornettuse a GtkAlignment to position m_mainWidget, avoiding...
2007-11-20  Paul Cornettbuild fixes
2007-11-18  Vadim Zeitlinalways return true from IsMaximized() under Hildon
next