call Thaw() instead of DoThaw() so frozen status will be properly updated, and use...
[wxWidgets.git] / src / gtk /
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...
2012-06-17  Vadim ZeitlinProvide wxGetKeyState() studfor wxGTK under Windows.
2012-06-17  Paul Cornettupdate version check for glib 2.32
2012-06-15  Vadim ZeitlinOnly use Unix sockets API under Unix in wxGTK.
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-06-07  Paul Cornettfix warnings about unreachable return statements
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-06-04  Paul CornettFix layout of wxStaticText, and possibly other controls.
2012-06-01  Vadim ZeitlinUpdate old selections after clearing wxListBox in wxGTK.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-25  Vadim ZeitlinSuppress warnings about gnome_print_dialog_get_range...
2012-05-19  Vadim ZeitlinFix compilation in wxUSE_STL=1 build after r71467.
2012-05-17  Paul Cornettremove some unnecessary c_str() calls
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-15  Vadim ZeitlinFix pasting large amounts of text in wxGTK.
2012-05-13  Vadim ZeitlinDon't assert if no icon is specified for a wxDataViewCt...
2012-05-07  Vadim ZeitlinUse XkbKeycodeToKeysym() instead of deprecated XKeycode...
2012-05-04  Vadim ZeitlinFix precompiled headers use with MSVC in wxGTK sources.
2012-05-04  Vadim ZeitlinDeclare variables before doing anything else in C code.
2012-04-29  Vadim ZeitlinNo changes, just refactor common IsSorted() tests in...
2012-04-29  Vadim ZeitlinNo real changes, just make wxDataViewCtrlInternal:...
2012-04-29  Vadim ZeitlinSet the data size in wxEVT_COMMAND_DATAVIEW_ITEM_DROP_P...
2012-04-29  Vadim ZeitlinPreserve wxComboBox selection when modifying the select...
2012-04-28  Vadim ZeitlinMake wxGTK code returning correct focus in popup menu...
2012-04-24  Paul CornettRemove code to find topmost X window in SetTransparent().
2012-04-20  Paul Cornettdefer queue-resize until after size-allocate processing...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-19  Paul Cornettmove widget resize handling from DoSetSize to DoMoveWindow
2012-04-19  Paul Cornettsimplify default border code in DoSetSize
2012-04-19  Paul Cornettrearrange some code in DoSetSize to facilitate upcoming...
2012-04-19  Vadim ZeitlinFix for wxUniv/GTK compilation.
2012-04-18  Paul CornettAdjust x,y parameters by pizza scroll offset in DoSetSize
2012-04-16  Paul Cornettremove AdjustForParentClientOrigin call, it does nothin...
2012-04-15  Vadim ZeitlinNo real changes, just fix misspellings in comments...
2012-04-14  Vadim ZeitlinAdd support for horizontal mouse wheel events to wxGTK...
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-04-04  Vadim ZeitlinFix wxRadioButtons without explicit wxRB_GROUP styles...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2012-03-25  Vadim ZeitlinAdd a private GetNotebookWidget() accessor to wxGTK.
2012-03-23  Paul Cornettavoid reported problem with RHEL 5 GTK+ 2.10 where...
2012-03-22  Paul Cornettfix building with GTK+ < 2.8
2012-03-21  Vadim ZeitlinFix display of "const" methods in wxGTK assert dialog.
2012-03-20  Paul Cornettmake wxMask pixmap member private
next