]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Block all events in wxSpinCtrl::SetValue etc.
[wxWidgets.git] / src / gtk /
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
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-17  Paul Cornettgtk version check should be runtime, not compile time
2007-05-16  Robert Roebling [ 1718338 ] wxToolBarGTK: Implement tool right-click...
2007-05-16  Paul Cornettneed to invert offsets for gdk_pixbuf_scale;
2007-05-16  Paul Cornettspeed up Rescale 5- to 15-fold by using pixbuf scaling
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-11  Mart RaudseppFix indentation from tabs to spaces in a few lines...
2007-05-11  Mart Raudsepp[wxGTK2] Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCt...
2007-05-10  Vadim Zeitlindeclare variables in the beginning of the block in...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-03  Vadim Zeitlinshow the error returned by SmcOpenConnection(); don...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Paul Cornettreally fix window being repositioned after hiding,...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Robert Roebling Correct MVC update region in GTK+ native version
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-24  Paul CornettFix window being repositioned after hiding, then reshowing.
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintiny change to make g++ 3.3 compile the latest version
2007-04-23  Vadim Zeitlinuse GetParentForModalDialog() in ShowModal() to ensure...
next