removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src / gtk /
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Paul CornettChildren need to be updated in size_allocate even if...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-03  Vadim Zeitlinremoved unnecessary checks for m_clipboard/targetsWidge...
2007-04-03  Paul Cornettmore checks for non-scrolling windows, some code duplic...
2007-04-01  Vadim Zeitlinavoid asserts when the cipboard is acquired by another...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Robert Roebling Don't create GtkScrolledWindow if neither wxHSCROLL
2007-03-31  Vadim Zeitlinset string field of wxCommandEvent object generated...
2007-03-31  Vadim Zeitlindon't return wxFONTENCODING_DEFAULT from wxFont::GetEnc...
2007-03-31  Vadim Zeitlinadded gtk.tlw.can-set-transparency system option (repla...
2007-03-31  Vadim Zeitlindon't remove the old tags of different kinds when setti...
2007-03-31  Paul Cornettdon't clamp scroll position before updating GtkRange,
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-31  Vadim Zeitlinsimplified the code by using new wxClipboardSync class...
2007-03-30  Vadim Zeitlinno real changes, just fixed confusing (to both people...
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
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...
next