]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / gtk /
2007-09-19  Robert RoeblingGTK+ selects the first item initially, II
2007-09-19  Robert RoeblingGTK+ selects the first item initially
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-18  Robert RoeblingCorrect setting of line width
2007-09-18  Paul Cornettreturn type for "grab-broken-event" is not void; remove...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert RoeblingDon't compile with < GTK 2.4
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-15  Robert RoeblingRemove redundant test later in keypress handling
2007-09-15  Robert RoeblingOnly send keypress events to focus widget, not its...
2007-09-15  Paul Cornettlet GtkRange clamp scroll position
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-09-14  Paul Cornettbuild fix
2007-09-14  Paul Cornettmore value updating fixes
2007-09-13  Paul Cornettfix SetValue
2007-09-13  Paul Cornettnon-pch build fix, indentation and whitespace cleanup
2007-09-13  Robert RoeblingUse GTK_SPIN_BUTTON() not (GtkSpinButton*)
2007-09-13  Robert Roebling[ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Robert RoeblingThird update patch for GTK+ print (correcting my device...
2007-09-13  Robert RoeblingSecond update patch for GTK+ print (DrawBitmap fix)
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-12  Paul Cornettadd wxUSE_TASKBARICON wrapper
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingCompilation
2007-09-10  Robert Roeblingcorrected some of 200 compile errors introduced by...
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-10  Vadim ZeitlinwxDL_XXX macros and dynamic loading cleanup:
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-07  Robert Roeblingprevent double deletion of cairo lib
2007-09-06  Robert RoeblingwxDC::Clear() shouldn't do anything in printing DCs...
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-09-05  Robert Roeblingupport wxFileDataObject change for UTF8 handling
2007-09-04  Robert Roeblingcorrect scrolling of various GTK+ widgets such as GtkFr...
2007-09-03  Paul Cornettfix IsProtocolSupported in unicode build
2007-09-03  Robert RoeblingUpdate to recent eggtrayicon version. Should be convert...
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-30  Paul CornettX property data is long for format 32
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-27  Paul Cornettfix getting frame extents on 64-bit platforms, cleanup...
2007-08-26  Paul Cornettremove gtk_window_set_type_hint from GetTooltipColors...
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-26  Robert Roeblingcompile fix
2007-08-26  Paul Cornettfix getting tooltip colors for GTK 2.11
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-25  Robert Roeblingimplement editing_started and _done events for GTK...
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Robert RoeblingDon't always sort array containing item, just upon...
2007-08-21  Robert RoeblingRemove redundant line
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplement ...COLUMN_SORTED event
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-08-16  Robert Roeblingcompile with GTK < 2.8
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
2007-08-13  Julian SmartRemoved a misleading comment
2007-08-11  Julian SmartMenu fix
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-10  Julian SmartDon't access null tip_window pointer [ 1767485 ] wxGtk...
2007-07-29  Vadim Zeitlinadd support for 4th and 5th mouse buttons; reduce code...
2007-07-28  Vadim Zeitlinno changes, just a typo fix
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingSmall correction
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-25  Robert Roeblingmake wxDataViewCtrl in STL mode
2007-07-24  Robert RoeblingPatch from Bo to speed up FindNode() in internal data...
2007-07-24  Robert RoeblingDon't send events when expanding internally, only after...
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-21  Vadim Zeitlinremoved unused variable left after the last commit
next