]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Added detection of vsscanf and whether or not a prototype exists in headers.
[wxWidgets.git] / include / wx / gtk /
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
2007-11-15  Robert Roeblingremove warnings
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-14  Julian SmartBorder corrections
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Robert RoeblingMore DC changes
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Mart RaudseppInclude the parent classes header to fix compilation...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-11-04  Paul Cornettbuild fix: return type for AutoComplete is bool
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Vadim Zeitlinuse gtk_entry_set_activates_default() instead of redoin...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlindon't compare initial slider position with uninitialize...
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-21  Vadim Zeitlinfunctions not taking argument must be declared as ...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert Roeblingcompilation
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
next