2010-04-24 |
Vadim Zeitlin | No real changes, just remove empty wxMenuBar dtor in... |
tree | commitdiff |
2010-03-30 |
Paul Cornett | Remove unnecessary declarations. |
tree | commitdiff |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. |
tree | commitdiff |
2010-03-23 |
Paul Cornett | better fix for #11803, don't set iconized state for... |
tree | commitdiff |
2010-03-23 |
Paul Cornett | ignore iconized state when computing client size for... |
tree | commitdiff |
2010-03-16 |
Vadim Zeitlin | Initialize picker style in native GTK file/dir pickers. |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Add wxComboBox::Popup() and Dismiss() to manually show... |
tree | commitdiff |
2010-01-07 |
Paul Cornett | remove unused function GetGdkVisual() |
tree | commitdiff |
2010-01-07 |
Paul Cornett | defer creating bitmap representation until it is needed |
tree | commitdiff |
2009-12-26 |
Vadim Zeitlin | Take into account the initial buttons state when creati... |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Rename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}. |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-05 |
Paul Cornett | remove unnecessary DoGetBestSize |
tree | commitdiff |
2009-12-05 |
Paul Cornett | simplify Enable() |
tree | commitdiff |
2009-12-01 |
Paul Cornett | remove m_backing_window member, to keep people from... |
tree | commitdiff |
2009-12-01 |
Paul Cornett | remove unused data member |
tree | commitdiff |
2009-11-15 |
Robert Roebling | Do earlier and better checking for matching actions... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Implement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
tree | commitdiff |
2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need... |
tree | commitdiff |
2009-11-10 |
Paul Cornett | wxSpinCtrl::SetIncrement is supposed to take an int... |
tree | commitdiff |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013 |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-17 |
Paul Cornett | derive wxMask from wxMaskBase |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Implement icon text column using native GTK renderers... |
tree | commitdiff |
2009-10-13 |
Paul Cornett | Make m_idleMutex an object instead of a pointer. Use... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Correct bug with items without attributes in wxGTK... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
tree | commitdiff |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Ensure that info bar message uses the set font/colours... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxInfoBar::Dismiss(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Only show the default close button in wxInfoBar if... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxInfoBar::RemoveButton() method. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added native wxInfoBar implementation for wxGTK. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Extract conversion from wx to GtkMessageType in a separ... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-18 |
Jaakko Salli | Added wxGTK wxBitmapComboBox::DoGetBestSize() implement... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | no real change; just fix the argument name of the wxFon... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Make all instances of HasEditorCtrl() const, not just... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Forgot to commit file for giving a GTK specific methid... |
tree | commitdiff |
2009-02-13 |
Bryan Petty | GTK compilo: looks like a header missed the r58850... |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
next |