]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Patch from Bo to speed up FindNode() in internal data tree structure (GTK)
[wxWidgets.git] / src / gtk /
2007-07-24  Robert RoeblingPatch from Bo to speed up FindNode() in internal data...
2007-07-24  Robert RoeblingDon't send events when expanding internally, only after...
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-21  Vadim Zeitlinremoved unused variable left after the last commit
2007-07-21  Vadim Zeitlinalways use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, indep...
2007-07-20  Robert RoeblingOptimise internal sorting datastructure
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-20  Robert RoeblingFix for crash when opening empty node
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Vadim ZeitlinwxGTK/Univ compilation fixes
2007-07-18  Robert RoeblingCompleted sorting in wxDataViewCtrl
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Vadim Zeitlinmake the path absolute before using it with gtk_file_ch...
2007-07-14  Vadim Zeitlinfix harmless unused variable warning
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Vadim Zeitlincompilation fix for ANSI STL build
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-11  Robert RoeblingCompilo.
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-07-10  Vadim Zeitlinremoved dummy variable, C++ compilers shouldn't have...
2007-07-10  Robin DunnSwitch GetHeaderButtonWidget to use a real column heade...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-09  Robin DunnNeed to send an event in the wxCP_NO_TLW_RESIZE case...
2007-07-09  Robin DunnUse a button that has a tree widget as a parent as...
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  Robert RoeblingAdd GtkSortableIface stubs
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-03  Robert RoeblingUpport GNOME print GetTextExtent fix,
2007-06-29  Julian SmartPrevent seg fault for older GTK+
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlinfix asserts for dropdown items
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-06-22  Robert Roebling Forgot this part of the event change patch from 2_8
2007-06-22  Robert Roebling Upport: Always use GdkPixbuf in wxBitmapButton
2007-06-22  Robert Roebling Upported event filter patch for wxTextCtrl::SetValue()
2007-06-22  Robert Roebling Call clipping region methods from base class.
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2007-06-21  Vadim Zeitlinpass double as sqrt() argument as at least Sun compiler...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-20  Paul Cornettfix reparenting a control into wxToolBar
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-06-18  Mart RaudseppFix memory leak in wxTextCtrl au_check_word that was...
2007-06-17  Václav Slavíkdon't make read-only text controls editable when enabled
2007-06-14  Paul Cornetttypo fix
2007-06-14  Paul Cornettremove gtk1 code
2007-06-14  Václav Slavíkfixed wxComboBox::Replace() to correctly use UTF-8...
2007-06-12  Václav Slavíkmore STL fixes
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-01  Vadim Zeitlincompilation fix: wxColour::GetColor() returns const...
2007-06-01  Vadim Zeitlinsuppress warnings about void* to uint conversion losing...
2007-06-01  Vadim Zeitlinalso correct run-time check for gtk_message_dialog_form...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-05-30  Robert Roebling Implement for selection code.
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-30  Václav SlavíkwxGTK_CONV -> wxGTK_CONV_SYS
2007-05-30  Václav Slavíkput GtkArray into anonymous namespace, the name is...
2007-05-30  Václav Slavík1. removed useless GtkStr class, wxGTK_CONV is the...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Robert Roebling Invalidate best size after string change in wxChoice.
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Robert Roebling Correct GTK version check
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Robert Roebling Compilo.
2007-05-25  Robert Roebling Really don't do anything (including not setting the
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-22  Robert Roebling [ 1721029 ] [GTK] memory leak in wxMenu
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-20  Václav Slavíkcompilation fix: wxcrt.h, not crt.h
2007-05-20  Paul Cornettsimplify client size calculation
2007-05-20  Paul Cornettinitialize m_sizeSet
2007-05-19  Robert Roebling Implemented dropdown items in wxToolBar for wxGTK.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
next