]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
removed support for Salford compiler (which was almost certainly broken anyhow) ...
[wxWidgets.git] / include / wx / gtk /
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
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-01  Václav Slavíkfixed linking with visibility enable on Ubuntu and...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
next