]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
[wxWidgets.git] / src / gtk /
2011-07-09  Vadim ZeitlinCheck for GTK window parent, not wx one, when reparenting.
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-04  Vadim ZeitlinFix crash in wxDataViewProgressRenderer in non-Unicode...
2011-07-02  Steve LamertonImplement undo and redo for the ie and gtk webkit backe...
2011-07-02  Steve LamertonImplement clipboard api in gtk.
2011-07-01  Steve LamertonImplement extended history api in gtk
2011-07-01  Paul CornettDon't cause scroll events for position changes from...
2011-06-30  Steve LamertonAdd basic history api and implement it under gtk.
2011-06-29  Steve LamertonAdd support for new window events in gtk
2011-06-28  Steve LamertonDon't use a depreciated method for loading a url.
2011-06-28  Steve LamertonBring gtk class naming into line with the new naming...
2011-06-28  Steve LamertonFix the build system in gtk, plus a couple of compilati...
2011-06-19  Vadim ZeitlinImplement wxCalendarCtrl::SetDateRange() in the native...
2011-06-19  Paul Cornettfix GTKGetLabel() and DoApplyWidgetStyle(): children...
2011-06-16  Jouk Jansenadd src/gtk/anybutton.cpp to OpenVMS makefile
2011-06-15  Vadim ZeitlinFix crash when creating and quickly destroying a wxTLW...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-31  Paul Cornettfix memory leak in wxScreenDC, fixes #13249
2011-05-27  Vadim ZeitlinUse #ifdef, not #if, to check for __WXGTK26__ symbol.
2011-05-17  Vadim ZeitlinDon't construct invalid wxDateTime in GTK calendar...
2011-05-16  Steve LamertonRename source files for consistency
2011-05-10  Vadim ZeitlinFix inserting radio menu items in wxGTK too.
2011-05-04  Steve LamertonSet the correct svn properties on the new files. Correc...
2011-05-04  Steve LamertonApplication of the most recent wxWebView patch, the...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-26  Vadim ZeitlinFix assert when destroying wxDataViewCtrl being edited...
2011-04-26  Vadim ZeitlinNo changes, just get rid of wxDataViewColumn::GetConstG...
2011-04-19  Paul Cornettfix conversion of gdk_input_add() to g_io_add_watch...
2011-04-18  Vadim ZeitlinDon't assert when destroying a never created window...
2011-04-16  Vadim ZeitlinRefactor wxTextEntry::AutoComplete() to simply call...
2011-04-15  Paul Cornettworkaround for broken window managers which claim to...
2011-04-11  Jouk JansenUpdate Makefile for OpenVMS
2011-04-11  Jouk Jansenrevoke OpenVMS dependend part of r67326
2011-04-06  Paul Cornettavoid GCC warning "suggest braces around empty body...
2011-04-06  Paul Cornettfix typo from r67326
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-04-02  Paul Cornettmake sure value label updates even if handle position...
2011-04-02  Paul Cornettneed to override DoGetBestClientSize() to get correct...
2011-04-02  Paul Cornettfix overwrite of upper left part of parent window with...
2011-03-30  Paul Cornettbuild fix for older GTK2
2011-03-30  Paul Cornettconvert assertdlg_gtk to C++
2011-03-30  Paul Cornettprepare to convert file to C++
2011-03-29  Paul Cornettmust use deprecated function for gtk2
2011-03-29  Paul Cornettdon't crash on error
2011-03-29  Paul Cornettbuild fix
2011-03-29  Paul CornettGTK_WIDGET_SENSITIVE should have been converted to...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-27  Paul Cornettyet more avoiding direct struct access
2011-03-27  Paul Cornettmore avoiding direct struct access
2011-03-27  Paul Cornettremove unused mouse event and redundant checks
2011-03-27  Paul Cornetta few changes for gtk3, avoiding direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-25  Václav SlavíkDon't use deprecated gtk_widget_ref().
2011-03-24  Paul Cornettfix tool item enter/leave notify, fixes #13083
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-23  Vadim ZeitlinPrevent event generation in wxGtkCalendarCtrl::SetDate().
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-18  Vadim ZeitlinFix exporting clipboard data to primary selection in...
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-03-09  Vadim ZeitlinMake brush hatches in wxGTK consistent with wxMSW.
2011-03-09  Vadim ZeitlinCorrect the name of the header for GTK+ < 2.14.
2011-03-08  Vadim ZeitlinAdd another missing #if wxUSE_MARKUP check.
2011-03-07  Václav Slavíkgtk/gtkunixprint.h only exists since GTK+ 2.14.
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2011-03-06  Václav SlavíkInclude gdk/gdkkeysyms-compat.h.
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-27  Vadim ZeitlinDon't call base class SetLabel() from GTKSetLabelForLab...
2011-02-27  Vadim ZeitlinUse wxMarkupParser in wxStaticText for dealing with...
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-02-09  Jaakko SalliAdded missing wxBitmapComboBox::Insert() implementation
2011-01-25  Robin DunnSave the mode in SetMode
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-08  Paul Cornettremove unneeded #includes
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorcommon rtti in fontcmn.cpp
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2011-01-04  Vadim ZeitlinRemove duplicate IMPLEMENT_DYNAMIC_CLASS() for wxGtkCal...
2011-01-04  Stefan Csomorfixing duplicate rti info for gtk
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-03  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2010-12-31  Vadim ZeitlinAdd go to first/last and plus/minus art provider icons.
2010-12-22  Vadim ZeitlinSwitch to GtkTooltip from deprecated GtkTooltips in...
2010-12-22  Vadim ZeitlinCompute print preview scale using real DPI values in...
2010-12-21  Robert Roeblingmodel column and index of column in the dataview can...
2010-12-20  Robert RoeblingCorrection to: Support diabling items in GTK+, see...
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-12-14  Vadim ZeitlinDon't use implicit wxBitmapRefData copy ctor in wxGTK...
2010-12-14  Vadim ZeitlinFail instead of crashing in wxGTK wxCursor::CloneGDIRef...
next