Fix for event propagation in "single document" doc/view mode.
[wxWidgets.git] / src / gtk /
2013-05-05  Vadim ZeitlinDon't use gtk_file_chooser_set_filename() for save...
2013-05-04  Vadim ZeitlinConsistently set wxMenuBar parent in all ports.
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-04-25  Vadim ZeitlinFix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-01  Vadim ZeitlinDon't use GetStandardCmdLineOptions() under non-Unix...
2013-03-31  Vadim ZeitlinRemove wxTextCtrl::OnEnabled() hack from wxGTK.
2013-03-29  Vadim ZeitlinFix program not shutting down when using Ubuntu app...
2013-03-22  Paul Cornettfix GTK3 build
2013-03-21  Vadim ZeitlinAdd IM and full wxEVT_CHAR support to wxTextCtrl and...
2013-03-21  Vadim ZeitlinRefactor wxGTK IM-related code to allow future modifica...
2013-03-21  Vadim ZeitlinTweak wxGTK keyboard handling to allow accelerators...
2013-03-21  Vadim ZeitlinDisable Unity global menu while native modal dialogs...
2013-03-21  Vadim ZeitlinCreate a small helper class for Unity global menu bug...
2013-02-21  Vadim ZeitlinFix crash when drawing bitmaps with mask in wxGTK with...
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2013-02-04  Julian SmartInvalid conversion compile error fix (GTK+ 2.12.9)
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-20  Paul Cornettno real changes, just move wxMask::GetBitmap() to wxMas...
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Paul Cornettdraw monochrome source directly onto destination when...
2013-01-20  Paul Cornettmake some reference handling a little more direct and...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2013-01-13  Vadim ZeitlinFix wrong return value in the changes of r73365.
2013-01-12  Vadim ZeitlinFix compilation without PCH after r73365.
2013-01-12  Vadim ZeitlinRelax Unity menu interdiction hack to allow popup menus...
2013-01-10  Paul Cornettcall GTKApplyWidgetStyle() from PostCreation() instead...
2013-01-10  Paul Cornettallow setting window font and bg/fg color before creation
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2013-01-03  Paul Cornettgtk_assert_dialog_set_message() was unintentionally...
2013-01-03  Jouk Jansengtk_assert_dialog_set_message is only defined if wxUSE_...
2013-01-03  Paul Cornettuse gtk_file_chooser_set_show_hidden() now that GTK...
2013-01-03  Paul Cornettremove ancient SetModal(), it was deprecated long ago...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-29  Paul Cornettreference count the GtkMenuItem in wxMenuItem as well
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-12-28  Paul CornettUse gtk_menu_item_remove_submenu() with GTK2
2012-12-27  Paul CornettUse proper reference counting on GtkMenuItem that we...
2012-12-27  Paul CornettBetter fix for avoiding warnings from Ubuntu libdbusmenu
2012-12-21  Paul Cornettrevert r73185, it should no longer be needed after...
2012-12-20  Paul CornettUse client size determined by size-allocate when possible
2012-12-16  Paul CornettFix for toolbars and menus not being disabled on Ubuntu
2012-12-14  Paul Cornettcompute scrollbar spacing the same way GtkScrolledWindo...
2012-12-14  Paul CornettGet DC size from GDK window if possible, client size...
2012-12-13  Paul Cornettdecrease number of skipped frames in assert dialog...
2012-12-11  Paul Cornettuse correct signature for callback
2012-12-11  Paul Cornettmake local functions static
2012-12-11  Paul Cornettadd wrappers to avoid compiling code which will never...
2012-12-10  Vadim ZeitlinUse wxSetWorkingDirectory() instead of chdir().
2012-12-08  Vadim ZeitlinDon't test for key code being valid unnecessarily.
2012-12-08  Vadim ZeitlinCheck gtk_tree_model_iter_nth_child() return value...
2012-12-06  Paul Cornettdisable Ubuntu "overlay scrollbar", see #14871
2012-12-02  Vadim ZeitlinAdd wxControlWithItems::SendSelectionChangedEvent(...
2012-11-26  Paul Cornettdisconnect "toggled" signal in dtor when style has...
2012-11-26  Paul Cornettfix for GTK assert after r72696, a draw/expose_event...
2012-11-26  Vadim ZeitlinFix wxALWAYS_SHOW_SB behaviour in wxGTK.
2012-11-25  Vadim ZeitlinRestore generic GetPartialTextExtents() version use...
2012-11-25  Vadim ZeitlinDon't dereference NULL output pointer in wxTextMeasure.
2012-11-25  Vadim ZeitlinHandle UBUNTU_MENUPROXY=0 as "not using global menu".
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul Cornettfix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT...
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-25  Vadim ZeitlinAdd wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
2012-11-25  Vadim ZeitlinIgnore menu events while modal dialogs are shown in...
2012-11-24  Vadim ZeitlinAdd check for destroying window with mouse capture...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinMore compilation fixes after wxNOEXCEPT introduction.
2012-11-19  Paul Cornettput both versions of wxGetMousePosition in one place...
2012-11-19  Paul Cornettfix object referencing with wxSL_MIN_MAX_LABELS
2012-11-17  Vadim ZeitlinFix path returned from wxGTK wxFileDialog too.
2012-11-16  Paul Cornettavoid deprecated functions with GTK3
2012-11-16  Paul Cornettsilence warnings about unhandled enum value in switch
2012-11-16  Paul CornettRemove code that has no effect
2012-11-14  Paul CornettFix GetClientSize() when scrollbars are present
2012-11-14  Vadim ZeitlinHandle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom...
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-11-13  Paul Cornettre-enable drawing our own resize grip with GTK3, themes...
2012-11-13  Václav SlavíkFix wxGTK's wxFileDialog:Get/SetFilename() to be in...
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-09  Paul Cornettavoid deprecated functions with GTK3
2012-11-08  Paul Cornettavoid using deprecated gdk_cursor_unref() with GTK3
2012-11-08  Paul CornettDisable GTK2-specific code to change theme when buildin...
2012-11-07  Paul Cornettupdate fullscreen state when it is changed by the WM
2012-11-07  Jouk JansenUpdate OpenVMS make-files
2012-11-07  Paul Cornettadd GTK3 implementations for remaining renderer functions
2012-11-06  Paul Cornettadd GTK3-specific code for DrawItemSelectionRect()...
2012-11-04  Paul Cornettfix setting background color in wxGTK3 with themes...
2012-11-01  Vadim ZeitlinRefactor and simplify wxChoice::DoGetBestSize().
2012-11-01  Vadim ZeitlinAllow constructing wxGTK wxTextMeasure with NULL font.
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-31  Paul Cornettfix WakeUpIdle() when called from another thread while...
2012-10-27  Vadim ZeitlinAllow wxTextMeasure to work with non-native wxDC object...
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-25  Vadim ZeitlinCompilation fix for STL build after the last commit.
2012-10-25  Vadim ZeitlinStore the selected directory in wxGTK wxDirDialog.
2012-10-25  Vadim ZeitlinPrevent pasting too much text into limited length wxTex...
2012-10-23  Paul Cornettnon-pch build fix
next