replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src / gtk /
2007-03-30  Vadim Zeitlincheck that filename pointer is non-NULL before using...
2007-03-30  Vadim Zeitlindon't use C++ comments in C file
2007-03-30  Vadim Zeitlindon't call gtk_label_set_line_wrap() from DoGetBestSize...
2007-03-30  Vadim Zeitlinfix PangoFontMetrics leak in GetCharHeight() (bug 1691180)
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-25  Vadim Zeitlinrespect the current default style in SetValue() (modifi...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2007-03-21  Jouk Jansen Committing in .
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-10  Paul Cornettsource id type is unsigned; minor cleanup
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-09  Václav SlavíkUnicode compilation fix
2007-03-09  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-03-09  Vadim Zeitlincompilation fixes after wxGTK_CONV_BACK changes
2007-03-08  Paul Cornettminor cleanup
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim Zeitlinfix hang on startup in Unicode build if any standard...
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-03-07  Paul Cornettqueue resize on child when its position changes
2007-03-03  Paul CornettDon't assert on value change which shouldn't occur...
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-26  Vadim Zeitlincall gtk_paint_focus() with NORMAL state, not SELECTED...
2007-02-26  Vadim Zeitlininterpret text invalid in the current encoding (typical...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-16  Vadim Zeitlinsuppress warning about casting -1 to guint
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-12  Robert Roebling Hack to support iso8859 and other wrongly formated
2007-02-11  Robert Roebling Fix wxGTK wxListBox::Append() to return correct
2007-02-11  Robert Roebling pixbuf cursor support is for GTK 2.4.
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2007-02-06  Robin DunnReset g_lastMouseEvent after processing the mouse butto...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-01-21  Paul Cornettexpose handlers are supposed to return a gboolean;
2007-01-18  Paul Cornettrevert last, GUI mutex isn't GUI-only
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-15  Paul Cornettdon't change wxPRINTER_CANCELLED to wxPRINTER_ERROR...
2007-01-15  Paul Cornettremove some unneeded includes, clean up gnome force...
2007-01-15  Paul Cornettchain to the polling function GLib was using before...
2007-01-12  Robin DunnFix for when only a default dir is given without a...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2006-12-29  Vadim Zeitlinfixed incorrectly inversed test for parent [not] being...
2006-12-28  Paul Cornettfix idle handling when a new event loop is run from...
2006-12-24  Vadim Zeitlinanother fix for the default button in the dialog
2006-12-19  Vadim Zeitlinmake the continue button default, not the stop one...
2006-12-14  Paul Cornettmake sure style is set on menubar before querying its...
2006-12-12  Robert Roebling Moved allocate size correction code from combobox
2006-12-12  Robert Roebling Add hack for correct height of wxComboBox in
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Paul CornettSetInsertionPointEnd should make the insert point visib...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-08  Paul Cornettre-enable blocking of wx idle events when assert dialog...
2006-12-08  Vadim Zeitlin1. don't assert if we're passed an empty defaultDir...
2006-12-07  Robert Roebling No longer break idle (and indeed all) event handling
2006-12-07  Paul Cornettremove redundant test
2006-12-07  Paul Cornettuse correct test
2006-12-07  Paul Cornettindentation fix
2006-12-07  Paul Cornettuse computed justification
2006-12-07  Paul Cornettunused variable
2006-12-07  Paul Cornettfix wrong parenthesizing of boolean expressions
2006-12-07  Paul Cornettminor cleanup
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-12-05  Vadim Zeitlinuse #define instead of static const to avoid warnings...
2006-12-04  Vadim Zeitlinremoved a couple of useless #if wxUSE_UNICODE tests
2006-12-04  Vadim Zeitlinuncommented code in wxgtk_list_store_get_value() and...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-03  Vadim Zeitlindon't show wxOnAssert() frame neither in the assert...
2006-12-03  Vadim Zeitlindon't show line numbers as 0 when they're not available...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-12-03  Vadim Zeitlinno changes, just de TABified
2006-12-03  Paul Cornettbetter fix for keeping m_pos in sync
2006-12-03  Paul Cornettfix memory leak and performance problem in Freeze
2006-12-02  Vadim Zeitlinescape '<' in strings with Pango markup
2006-12-01  Jouk Jansen Committing in .
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-27  Robert Roebling [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp
2006-11-27  Robert Roebling Compile fix of no backtrace() is present.
2006-11-27  Michael WetherellCheck for G_FILENAME_ENCODING=@locale case insensitively.
2006-11-26  Robert Roebling [ 1603286 ] make wxMessageDialog Gnome HIG conform...
2006-11-25  Julian SmartAdded missing include for FILE
next