]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Disable wxUSE_STD_CONTAINERS by default for MSVC6.
[wxWidgets.git] / include / wx / gtk /
2011-04-02  Paul Cornettneed to override DoGetBestClientSize() to get correct...
2011-03-30  Paul Cornettconvert assertdlg_gtk to C++
2011-03-29  Paul Cornettfix typo
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-27  Paul Cornettadd more functions we will need
2011-03-27  Václav SlavíkAlways use gtk2-compat.h definitions.
2011-03-27  Václav SlavíkRenamed wx/gtk/private/compat.h to gtk2-compat.h.
2011-03-26  Václav SlavíkCompilation fix for r67312: add explicit cast to GtkSta...
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-23  Paul Cornettmove deprecated GtkTooltips forward declaration to...
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-18  Vadim ZeitlinFix exporting clipboard data to primary selection in...
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2011-03-03  Paul Cornettfix Activate signature after r67099
2011-02-27  Vadim ZeitlinImplement support for markup labels for wxGTK wxButton.
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-22  Vadim ZeitlinMove wxCheckBoxNameStr declarations to wx/tglbtn.h...
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-11-17  Paul Cornettremove const from by-value return type, it's useless
2010-11-16  Vadim ZeitlinCorrect form of mnemonics returned by wxGTK wxMenu...
2010-10-27  Vadim ZeitlinDon't duplicate event sending code in wxGTK wxListBox.
2010-10-27  Vadim ZeitlinDon't send SELECTED events for an already selected...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-16  Vadim ZeitlinCorrectly initialize wxGtkPrintNativeData members.
2010-10-15  Vadim ZeitlinAdd "GTK" prefix to wxChoice::{Dis,En}ableEvents()...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-09-17  Robert RoeblingPostpone EnsureVisible() to idle as this sometimes...
2010-09-12  Robert RoeblingMoved more code from wxDataViewCtrl to wxDataViewCtrlIn...
2010-08-24  Robert RoeblingMake sorting of wxListBox, wxChoice and wxComboBox...
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return something (albeit...
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return title in wxTLW,...
2010-08-19  Vadim ZeitlinCompilation fix for STL build in wxGtkCollatableString...
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-08-18  Robert Roeblingmake wxChoice and wxComboBox sort in a case insensitive...
2010-08-16  Robert RoeblingIgnore non-existant string selection in wxComboBox...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinAdd name argument to wxDataViewCtrl ctor for consistency.
2010-08-08  Vadim ZeitlinAdd wxDataViewCtrl::GTKPathToItem() function and use it.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-12  Vadim ZeitlinFix text updated event generation in wxGTK wxComboBox.
2010-07-11  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() for all ports.
2010-05-30  Robert RoeblingUse GTKXXX notation for some more wxGTK specific method...
2010-05-30  Paul CornettRemove pizza backing window.
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-16  Robert RoeblingPart II of: Add GetChoice() and GetChoices() getters...
2010-05-07  Václav SlavíkIntegrate with GNOME's Recent Documents menu.
2010-05-05  Vadim ZeitlinMove wxInfoBar to core library from adv.
2010-04-25  Francesco Montorsino real change: just fix RCS-ID so that it reflects...
2010-04-24  Vadim ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2010-04-24  Vadim ZeitlinNo real changes, just remove empty wxMenuBar dtor in...
2010-03-30  Paul CornettRemove unnecessary declarations.
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2010-03-16  Vadim ZeitlinInitialize picker style in native GTK file/dir pickers.
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-07  Paul Cornettremove unused function GetGdkVisual()
2010-01-07  Paul Cornettdefer creating bitmap representation until it is needed
2009-12-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Paul Cornettremove unused data member
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
2009-11-11  Vadim ZeitlinImplement text ellipsizing for wxDataViewCustomRenderer...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxGTK wxDataViewCu...
2009-11-10  Vadim ZeitlinCorrect text position in wxDataViewCustomRenderer:...
2009-11-10  Vadim ZeitlinAdd helper wxRectFromGDKRect() function and use it.
2009-11-10  Vadim ZeitlinNo real changes, just remove some unnecessary casts.
2009-11-10  Vadim ZeitlinAvoid setting attributes in GTK wxDataViewRenderer...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-10  Paul CornettwxSpinCtrl::SetIncrement is supposed to take an int...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Paul Cornettderive wxMask from wxMaskBase
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-13  Paul CornettMake m_idleMutex an object instead of a pointer. Use...
2009-10-12  Vadim ZeitlinCorrect bug with items without attributes in wxGTK...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
next