2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | add wxTLW::UseNativeDecorations[ByDefault]() to allow... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | fix TLW borders width in mono theme |
tree | commitdiff |
2006-09-25 |
Václav Slavík | don't allocate backbuffer for dummy surfaces |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | move wxBitmapComboBox dependency check to wx/chkconf... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | added wxSize::IncBy() and DecBy() methods |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Fixed [ 1561693 ] wxGIFDecoder creates incorrect... |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Updated wxPallete information. |
tree | commitdiff |
2006-09-23 |
Vadim Zeitlin | 1. deprecate redundantly sounding wxArtProvider::FooPro... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | added comment clarifying the meaning of DoMoveWindow... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Typo. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Implememt GetColoursCount() in the generic wxPalette. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1557935 ] wxPalette::GetColoursCount implementation |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | typo |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | allow access to wxWindow* |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-22 |
Václav Slavík | implemented SetFocus |
tree | commitdiff |
2006-09-21 |
Václav Slavík | put remaining toolbars-related methods into #if wxUSE_T... |
tree | commitdiff |
2006-09-21 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | add more virtual border drawing functions used by frame... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move frame decorations drawing to the base class |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move generic part of AdjustSize() and status bar method... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | add Inflate(wxSize) overload |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | define wxCONTROL_SIZEGRIP as another possible interpret... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | moved Arrow_ constants to the base class |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | undoing my duplicate efforts to solve the same problem ... |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | type corrections, adding support for listctrl editable... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | refactored common parts of DrawItem() in the base class... |
tree | commitdiff |
2006-09-20 |
Robert Roebling | Made MSW wxSpinCtrl emit UPDATE event when validating |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | corrected ifdef condition |
tree | commitdiff |
2006-09-19 |
Kevin Ollivier | Improved handling of column widths, removed need for... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | [ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl |
tree | commitdiff |
2006-09-19 |
Robert Roebling | 1552971 ] Add flag for wxODComboBox::OnDrawItem... |
tree | commitdiff |
2006-09-19 |
Julian Smart | Better compatibility between wxRichTextCtrl and wxTextC... |
tree | commitdiff |
2006-09-19 |
Włodzimierz Skiba | Build fix. |
tree | commitdiff |
2006-09-19 |
Václav Slavík | fixes to wxWindowDC flipping+clipping when painting... |
tree | commitdiff |
2006-09-19 |
Julian Smart | Corrections to take into account that range in the... |
tree | commitdiff |
2006-09-19 |
Vadim Zeitlin | add if wxUSE_NOTEBOOK around notebook-only renderer... |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Give wxGrid its own string name for easier debugging. |
tree | commitdiff |
2006-09-18 |
Vadim Zeitlin | refactor some existing themes methods in a new base... |
tree | commitdiff |
2006-09-18 |
Vadim Zeitlin | use native wxImageList for wxUniv, it's a low level... |
tree | commitdiff |
2006-09-18 |
Robin Dunn | Kevin's prefered way to do the last fix |
tree | commitdiff |
2006-09-18 |
Robin Dunn | Use wxListCtrlNameStr for the generic control too. |
tree | commitdiff |
2006-09-18 |
Robin Dunn | Add a couple missing methods |
tree | commitdiff |
2006-09-18 |
Robin Dunn | Don't unconditionally include the generic headers,... |
tree | commitdiff |
2006-09-18 |
Robert Roebling | More RTL work. Now transform m_updateRegion and |
tree | commitdiff |
2006-09-18 |
Václav Slavík | basic blitting implementation |
tree | commitdiff |
2006-09-18 |
Kevin Ollivier | Remove duplication in wxImageList defines and always... |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1557326 ] Remove redundant code from wxComboCtrl |
tree | commitdiff |
2006-09-17 |
Robert Roebling | Applied [ 1555974 ] small wxURL improvements |
tree | commitdiff |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
tree | commitdiff |
2006-09-16 |
Vadim Zeitlin | added wxRect::GetTopRight/BottomLeft() for consistency... |
tree | commitdiff |
2006-09-16 |
Michael Wetherell | Missing header. |
tree | commitdiff |
2006-09-16 |
Vadim Zeitlin | added CheckOS/ToolkitVersion() |
tree | commitdiff |
2006-09-15 |
Paul Cornett | wrap print headers at top level |
tree | commitdiff |
2006-09-14 |
Robin Dunn | As per wx-dev, split the sort arrow options out to... |
tree | commitdiff |
2006-09-14 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-14 |
Vadim Zeitlin | Many changes for wxInputHandler creation mainly related to: |
tree | commitdiff |
2006-09-14 |
Paul Cornett | add Create to wxDocParentFrame |
tree | commitdiff |
2006-09-14 |
Paul Cornett | remove redundant declarations of wxFrameNameStr |
tree | commitdiff |
2006-09-14 |
Włodzimierz Skiba | Follow native renderer for DrawHeaderButton. |
tree | commitdiff |
2006-09-14 |
Włodzimierz Skiba | m_displayMode needs complete wxVideoMode. |
tree | commitdiff |
2006-09-14 |
Włodzimierz Skiba | wxHeaderButtonParams needs complete classes. |
tree | commitdiff |
2006-09-14 |
Václav Slavík | implemented wxBitmap::GetSubBitmap() |
tree | commitdiff |
2006-09-14 |
Václav Slavík | renamed wxWindow::IsVisible() to IsShownOnScreen()... |
tree | commitdiff |
2006-09-13 |
Vadim Zeitlin | added wxWindow::IsFrozen() (only existed in wxMSW and... |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Add GetScrollHelper() to wxWindow. |
tree | commitdiff |
2006-09-13 |
Robin Dunn | More support for drawing native column headers, adds... |
tree | commitdiff |
2006-09-13 |
Włodzimierz Skiba | it needs wxUSE_* guard to not break smartphone build. |
tree | commitdiff |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
tree | commitdiff |
2006-09-13 |
Julian Smart | Added public keyword |
tree | commitdiff |
2006-09-13 |
Włodzimierz Skiba | [ 1556353 ] [wxOS2] Change derivation to add wxGauge... |
tree | commitdiff |
2006-09-13 |
Vadim Zeitlin | fix wxVsnprintf_ declaration for VC8 |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Make wxGTK's wxScrolledWindow set m_x/xScrollLines... |
tree | commitdiff |
2006-09-13 |
Václav Slavík | corrected painting implementation for wxDFB |
tree | commitdiff |
2006-09-12 |
Paul Cornett | gtk_pizza_set_external is redundant |
tree | commitdiff |
2006-09-12 |
Julian Smart | Style listbox now shows current style |
tree | commitdiff |
2006-09-12 |
Robert Roebling | Add const to GetTargetSize() |
tree | commitdiff |
2006-09-12 |
Julian Smart | Setting the current style from the UI is a mode that... |
tree | commitdiff |
2006-09-12 |
Julian Smart | Fixed flag setting omission that showed up as list... |
tree | commitdiff |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Further RTL fixes. |
tree | commitdiff |
2006-09-11 |
Václav Slavík | wxXML load/save improvements: added ability to not... |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Implement dc mirroring for RTL. |
tree | commitdiff |
2006-09-11 |
Robert Roebling | Make IsExposed virtual. |
tree | commitdiff |
2006-09-11 |
Václav Slavík | move misc surface helpers to wxIDirectFBSurface class |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | added hyperlink alignment flags (patch 1537043) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | added wxLocale::IsAvailable() (extended patch 1547191) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | allow wxRB_GROUP to be changed after creation (patch... |
tree | commitdiff |
2006-09-10 |
Robert Roebling | The usual missing commit. |
tree | commitdiff |
2006-09-10 |
Robert Roebling | Implemented window coord mirroring for RTL. This |
tree | commitdiff |
2006-09-10 |
Václav Slavík | compilation fix |
tree | commitdiff |
next |