]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Made choice convenient dialog more, well, convenient: fixed lack of vertical
[wxWidgets.git] / src / gtk /
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
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-11-24  Robert Roebling Commit FM's GTK+ native assert dialog code.
2006-11-24  Robert Roebling Override SetLogicalOrigin and SetDeviceOrigin in...
2006-11-22  Robin DunnRemove unneeded code in wxWindowDC::DoGetPartialTextExtents
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-18  Robert Roebling [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap...
2006-11-18  Robert Roebling Hopefully fixed misplaced printout in libgnomeprint.
2006-11-17  Vadim Zeitlin- fix wxAnimationCtrl::SetBackgroundColour both for...
2006-11-17  Robert Roebling Commit fix to remove warnings when drawing text
2006-11-17  Robert Roebling Implemented forceTrueColour in SetBestVisual.
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-11-14  Robert Roebling The usual RTL fix for GTK+'s theme drawing function.
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-11  Robin DunnwxFD_SETSIZE --> FD_SETSIZE
2006-11-11  Julian SmartAdded missing include
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-11  Robert Roebling Use wxGTK_CONV instead of wxConvUTF8
2006-11-08  Robert Roebling Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane...
2006-11-08  Benjamin Williamsvertically centered miniframe close button
2006-11-07  Robin DunnKeep m_pos in sync in SetValue in case the value_change...
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-11-04  Robert Roebling Reorder event things a little.
2006-11-04  Robert Roebling Reenabled page selection event when page in notebook
2006-11-03  Vadim ZeitlinwxAnimationCtrl fix to display inactive bitmap at start...
2006-11-03  Vadim Zeitlinuse wxNullFont instead of *wxNORMAL_FONT as default...
2006-11-03  Vadim Zeitlindon't use native GTK implementation in wxUniv builds
2006-11-03  Paul Cornettignore requests to install idle handler when app instan...
2006-11-02  Julian SmartUndid completely wrong patch 1438117: other platforms...
next