2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
tree | commitdiff |
2008-06-27 |
Robert Roebling | Ticket #9641: wxBitmapComboBox_SetFont.patch, making... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | use native calendar control in wxDatePickerCtrl if... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-11 |
Bryan Petty | Replaced @returns with @return for more standard comman... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-04-19 |
Robert Roebling | Fixed wxDatePickerCtrl under OS X |
tree | commitdiff |
2008-04-10 |
Francesco Montorsi | use an enum to make it easier to document the values |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | correct positioning of the control and removed workarou... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | no changes, just fix typo in variable name |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCt... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-22 |
Francesco Montorsi | use wx-style header and commets; fix indentation to... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | rename classes use by generic wxSpinCtrl implementation... |
tree | commitdiff |
2008-03-21 |
Francesco Montorsi | add the default ctor |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | include wx/artprov.h to define wxArtID used in this... |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
tree | commitdiff |
2008-02-16 |
Vadim Zeitlin | fix redundant storage of current date both in wxCalenda... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | make wxGenericCollapsiblePane a wxControlContainer... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | wxFontData doesn't need to be static in wxGenericFontBu... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | define (empty) SetIcon() method in wxGenericMDIChildFra... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
tree | commitdiff |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxFlexGridSizer for layout of the labels in the... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | compilation fix (remove default ctor already implemente... |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
tree | commitdiff |
2007-12-27 |
Julian Smart | Return type correction |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Add HideCol/RowLabels |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-09 |
Stefan Csomor | missing forward decl |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Use native DisclosureTriangle control for wxCollapsible... |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Make wxGenericColourButton derive from wxBitmapButton |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added support for icon flags to wxGenericNotificationMe... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | implemented wxNotificationMessage for wxMSW using wxTas... |
tree | commitdiff |
2007-11-30 |
Vadim Zeitlin | compilation fix after removing default wxDC ctor |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-27 |
Václav Slavík | fixed linking with visibility enabled on Ubuntu and... |
tree | commitdiff |
2007-11-26 |
Stefan Csomor | universal fixes |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut) |
tree | commitdiff |
2007-11-22 |
Paul Cornett | make DoSetSizeHints protected, remove parameter defaults |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | don't show size grip if the window the status bar is... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces... |
tree | commitdiff |
2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-13 |
Julian Smart | Getting borders working |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
2007-11-02 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-11-02 |
Vadim Zeitlin | fixes for DLL build |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | also assert in generic GetSelection() if the control... |
tree | commitdiff |
2007-10-26 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-08 |
Vadim Zeitlin | removed extra const in DoGetFilenames() declaration |
tree | commitdiff |
2007-10-05 |
Vadim Zeitlin | fix wxGenericFileDialog::Get{Path,Directory,Filename... |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2007-09-26 |
Julian Smart | Added forward declaration for wxWindow |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | fix warning about int->bool conversion; wrap long lines... |
tree | commitdiff |
2007-09-17 |
Paul Cornett | various small cleanups |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | rename wxFileList to wxFileListCtrl |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
tree | commitdiff |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | declare wxEVT_GRID_COL_MOVE event (which was defined... |
tree | commitdiff |
2007-08-29 |
Robert Roebling | Patch from Bo, implements mouse hover, default sort |
tree | commitdiff |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
tree | commitdiff |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
next |