]> git.saurik.com Git - wxWidgets.git/history - src/gtk
remove unused data member
[wxWidgets.git] / src / gtk /
2009-12-01  Paul Cornettremove unused data member
2009-11-30  Francesco Montorsipartially revert changes of r58531 as wxCollapsiblePane...
2009-11-19  Vadim ZeitlinCompilation fix for wxUSE_STL build: another missing...
2009-11-15  Robert RoeblingMaybe fixed assertion when using built-in searching...
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinNo changes, just removed trailing spaces.
2009-11-14  Robert RoeblingHide value label explicitly
2009-11-14  Robert RoeblingAlways position value lable left of a vertical slider
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
2009-11-13  Robert RoeblingDon't use gtk_tree_model_get_path of the item is alread...
2009-11-11  Vadim ZeitlinImplement text ellipsizing for wxDataViewCustomRenderer...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxGTK wxDataViewCu...
2009-11-10  Vadim ZeitlinCorrect text position in wxDataViewCustomRenderer:...
2009-11-10  Vadim ZeitlinPass full cell rectangle to WXCallRender().
2009-11-10  Vadim ZeitlinAdd helper wxRectFromGDKRect() function and use it.
2009-11-10  Vadim ZeitlinNo real changes, just remove some unnecessary casts.
2009-11-10  Vadim ZeitlinAvoid setting attributes in GTK wxDataViewRenderer...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-10  Paul CornettwxSpinCtrl values are always integral, they don't need...
2009-11-09  Vadim ZeitlinFix fatal bug when changing wxDataViewCtrl model in...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-11-04  Paul Cornettwork around probable bug in GTK+ 2.18 when calling...
2009-10-31  Paul Cornettmake sure ShowWithoutActivating only takes effect once
2009-10-30  Paul Cornettimplement ShowWithoutActivating for GTK+
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Paul Cornettderive wxMask from wxMaskBase
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-13  Paul CornettMake m_idleMutex an object instead of a pointer. Use...
2009-10-12  Vadim ZeitlinCorrect bug with items without attributes in wxGTK...
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in wxGTK wxDVC.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-09  Vadim ZeitlinAppend default extension before showing file save dialo...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-08  Vadim ZeitlinAlso support fonts in wxTextCtrl::GetStyle() in wxGTK.
2009-10-08  Paul Cornettremove requested button rather than last one, return...
2009-10-06  Jouk JansenOpenVMS compile support : adding more samples for wxGTK
2009-10-05  Vadim ZeitlinEnsure that info bar message uses the set font/colours...
2009-10-05  Vadim ZeitlinNo real changes, just inline wxSuspendStyleEvents.
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
2009-10-05  Vadim ZeitlinGenerate the button clicks in GTK version of wxInfoBar.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinAdd wxWindowGTK::GTKConnectWidget() helper.
2009-10-05  Vadim ZeitlinSmall code cleanup in wxWindowGTK::PostCreation().
2009-10-05  Vadim ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
2009-10-05  Vadim ZeitlinNo real changes, just removed unnecessary SetInitialSiz...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-10-05  Vadim ZeitlinPartially implement wxTextCtrl::GetStyle() in wxGTK.
2009-09-30  Paul Cornettuse proper signature for callback function
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-09-24  Julian SmartApplied #10917: wxGTK wxFileDialog::SetDirectory and...
2009-09-24  Julian SmartApplied #9127: patch to remove blank under wxFrame...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-22  Julian SmartFixed wxBORDER_THEME breakage
2009-09-22  Jouk JansenUpdate OpenVMS makefile
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-09-05  Jaakko SalliFixed GtkBorder allocation (hopefully)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
2009-08-27  Paul Cornettsmall fix to last commit, only disable updating decor...
2009-08-27  Paul Cornettavoid deferred show with Fluxbox, its support for _NET_...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-07-28  Michael WetherellFix SetToolTip(NULL) to unset the tooltip.
2009-07-25  Vadim ZeitlinClear targets in wxClipboard::Clear().
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-07-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-07-05  Vadim Zeitlindon't call release() on non-owned buffer in wchar_t...
2009-06-28  Vadim Zeitlinremove obsolete comment moved to wxBitmapButtonBase
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-27  Vadim Zeitlincheck whether we show bitmaps at all in GTKUpdateBitmap...
2009-06-18  Vadim Zeitlinset use-underline button property when setting its...
2009-06-18  Robert RoeblingFurther attempts to implement Clear() for the GTK control
2009-06-17  Vadim Zeitlinmake wxCollapsiblePane blend into its parent background...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
next