]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / include / wx / gtk /
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-25  Vadim Zeitlinmake Scroll() itself virtual too as existing code might...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-10-07  Robert RoeblingForgot to commit
2008-09-30  Václav Slavíkadded wxTaskBarIcon::IsAvailable
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
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...
next