Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / gtk /
2010-03-30  Paul CornettRemove unnecessary declarations.
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2010-03-16  Vadim ZeitlinInitialize picker style in native GTK file/dir pickers.
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-07  Paul Cornettremove unused function GetGdkVisual()
2010-01-07  Paul Cornettdefer creating bitmap representation until it is needed
2009-12-26  Vadim ZeitlinTake into account the initial buttons state when creati...
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-12-05  Paul Cornettminor cleanup
2009-12-05  Paul Cornettremove unnecessary DoGetBestSize
2009-12-05  Paul Cornettsimplify Enable()
2009-12-01  Paul Cornettremove m_backing_window member, to keep people from...
2009-12-01  Paul Cornettremove unused data member
2009-11-15  Robert RoeblingDo earlier and better checking for matching actions...
2009-11-14  Robert RoeblingImplement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS...
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 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-10  Paul CornettwxSpinCtrl::SetIncrement is supposed to take an int...
2009-11-08  Paul Cornettavoid causing idle event from GetValue(), fixes #11013
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
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 ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-05  Vadim ZeitlinEnsure that info bar message uses the set font/colours...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
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 ZeitlinAdded GTKShouldConnectSizeRequest() to prevent size_req...
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-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
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  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlindon't fix the columns number to 1 by default in ctors...
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-12  Francesco Montorsino real change; just fix the argument name of the wxFon...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinuse wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingFirst and other header buttons look different
next