avoid deprecated functions with GTK3
[wxWidgets.git] / src / gtk /
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
2012-10-23  Vadim ZeitlinProcess pending events from wxYield() in wxGTK.
2012-10-21  Vadim ZeitlinRemove unnecessary SetInitialSize() from wxGTK wxComboB...
2012-10-18  Paul Cornettnon-pch build fix
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-16  Paul Cornettfix crash in wxWindowGTK::GTKHandleUnrealize(), closes...
2012-10-16  Vadim ZeitlinAdd a debug helper to show information about a GtkWidge...
2012-10-14  Vadim ZeitlinMake GetClippingBox() work for wxPrinterDC in wxGTK.
2012-10-09  Vadim ZeitlinFix printing in landscape mode in wxGTK.
2012-10-08  Vadim ZeitlinRecreate GtkPrintOperation every time when printing...
2012-10-07  Vadim ZeitlinEnsure that key events are sent to focused window first...
2012-10-04  Paul Cornettnon-pch build fix
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-10-02  Paul Cornettremove some unnecessary casts
2012-09-28  Paul CornettAvoid unrealizing a frozen window
2012-09-26  Vadim ZeitlinDo not unref GtkWidget of unattached wxMenuBar.
2012-09-26  Vadim ZeitlinFix GTK warnings when destroying unattached wxMenuBar.
2012-09-26  Vadim ZeitlinDon't crash in wxMenuBar::Remove() if unattached in...
2012-09-25  Paul Cornettcall Thaw() instead of DoThaw() so frozen status will...
2012-09-25  Paul Cornettfix deleting a frozen multi-line wxTextCtrl, see #13543
2012-09-25  Vadim ZeitlinReally fix stack dumps for asserts and wxStackWalker...
2012-09-25  Vadim ZeitlinUse utf8_str(), not mb_str(), for strings passed to...
2012-09-20  Vadim ZeitlinNo real changes, just remove an unnecessary variable...
2012-09-15  Vadim ZeitlinHandle underlined and strikethrough attributes in wxGTK...
2012-09-15  Vadim ZeitlinTake into account wxFONTFLAG_STRIKETHROUGH in wxGTK...
2012-09-09  Vadim ZeitlinFix handling of wxTextEntry hints in wxGTK.
2012-09-09  Vadim ZeitlinAllow using versions of libnotify < 0.7 in wxGTK.
2012-09-09  Vadim ZeitlinSet modifiers properly for the key events with AltGr...
2012-09-09  Vadim ZeitlinSimplify and correct setting of initial directory for...
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRemove wxRTTI macros from wxSpinCtrlGTKBase.
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-26  Vadim ZeitlinAvoid crashes when creating initially hidden MDI child...
2012-07-31  Vadim ZeitlinFix wxKeyEvent::m_uniChar for EVT_CHAR for native contr...
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-29  Vadim ZeitlinAdd a wxGTK-specific function to set wxNotificationMess...
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-07-27  Vadim ZeitlinFix compilation of new wxNotificationMessage for wxGTK...
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinSet up scrollbars correctly for wxWebView in wxGTK.
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinHandle accelerators earlier in keyboard processing...
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-07-23  Vadim ZeitlinDon't change client size of TLW when centering it in...
2012-07-20  Vadim ZeitlinUse both URL-specific and plain text formats in wxGTK...
2012-07-20  Vadim ZeitlinUse proper format in wxGTK clipboard selection handler.
2012-07-20  Vadim ZeitlinUse text/uri-list instead of x-moz-url in wxGTK wxURLDa...
2012-07-20  Paul Cornettsimplify mouse button handling code
2012-07-19  Paul Cornettimprove appearance of themed borders
2012-07-15  Paul Cornettsimplify ifdefs, deferred show and _NET_FRAME_EXTENTS...
2012-07-14  Vadim ZeitlinMinor fixes to wxGTK3 with Broadway backend build.
2012-07-14  Paul Cornettfix creation of wxBitmapComboBox with GTK3
2012-07-13  Vadim ZeitlinAllow building wxGTK3 with Broadway backend.
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-11  Paul Cornettfix some more improper widget casts
2012-07-11  Paul CornettUse GTK_IS_ENTRY() to determine if widget is a GtkEntry.
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettremove STOCKITEM_26 macro, unneeded after r72001
2012-07-10  Paul Cornettno real changes, just remove unnecessary indentation...
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-02  Vadim ZeitlinFix wxGTK compilation with MSVC after GTK+ 3 changes.
2012-07-01  Paul Cornettoverride DoSetValue() to avoid unnecessary clipboard...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-30  Vadim ZeitlinDon't hard code horizontal border for wxStaticBox in...
2012-06-30  Vadim ZeitlinFix vertical offset for wxGTK wxStaticBox without label.
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-23  Paul Cornettproperly handle stupidly small maximum size hints
2012-06-22  Paul Cornettfix SetSizeHints when wxDefaultSize is given for min...
2012-06-21  Vadim ZeitlinDon't call gtk_window_set_geometry_hints() if there...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-17  Vadim ZeitlinDon't use Unix-specific wxGTK utility functions under...
next