Added wxWindow::GTKHandleRealized() virtual method to wxGTK.
[wxWidgets.git] / src / gtk /
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-12  Václav SlavíkFix appending of non-leaf node to wxGTK's wxDataViewCtrl.
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Paul Cornettupdate WarpPointer for GTK3
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-08-31  Václav SlavíkAdd items to correct position in wxDataViewCtrl:ItemAdded.
2011-08-27  Václav SlavíkNotify GtkTreeView if a node stops being a parent.
2011-08-22  Vadim ZeitlinDon't refresh not yet realized widget in wxGTK wxDataVi...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-20  Steve LamertonFix history when using custom schemes in GTK.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Paul Cornettsimplify global cursor setting
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-13  Steve LamertonFix loading history items under GTK. The wrong function...
2011-08-12  Steve LamertonUse the data scheme to load resources in the WebKitGTK...
2011-08-12  Paul Cornettremove unneeded gdk_window_get_pointer() call
2011-08-12  Paul Cornettpass proper window to gdk_window_get_pointer(), NULL...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-08  Steve LamertonUse shared pointers to hold wxWebHandlers throughout.
2011-08-05  Steve LamertonAdd support for loading resources in custom schemes...
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-04  Steve LamertonFix recursion problems when loading pages from a virtua...
2011-08-03  Steve LamertonInitial work on virtual file system support for the...
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonFix a couple of warning that crept back into the GTK...
2011-07-31  Steve LamertonRework the GTK WebKit backend history to remove the...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-26  Steve LamertonWe always let the user handle new window events so...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinExclude windows not accepting keyboard focus from GTK...
2011-07-21  Vadim ZeitlinFix double deletion bug in wxGTK wxDVC dnd code.
2011-07-21  Vadim ZeitlinFix the alignment used by custom wxDVC renderers in...
2011-07-18  Steve LamertonMake callback names consistent
2011-07-18  Steve LamertonUse the newer and recommended callback for handling...
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-13  Steve LamertonAdd GetPageText to MSW IE and to GTK WebKit. Add stub...
2011-07-13  Steve LamertonRename GetSelectedHTML to GetSelectedSource, this bring...
2011-07-11  Steve LamertonImplement GetSelectedHTML for the ie and gtk webkit...
2011-07-11  Steve LamertonFix various gtk webkit warnings.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-09  Vadim ZeitlinGenerate events for two auxiliary mouse buttons in...
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++
next