2008-01-21 |
Václav Slavík | call Create from wxGrid non-default ctor instead to... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | wxGrid focus handling fixes: |
tree | commitdiff |
2008-01-19 |
Stefan Neis | Fixed OS/2 compilation after wxDC changes |
tree | commitdiff |
2008-01-16 |
Julian Smart | Correction for cursor setting when moving out of a... |
tree | commitdiff |
2008-01-16 |
Robert Roebling | [ 1635287 ] wrong cursor when dragging an image |
tree | commitdiff |
2008-01-14 |
Vadim Zeitlin | rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxTool... |
tree | commitdiff |
2008-01-14 |
Vadim Zeitlin | added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678) |
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-11 |
Jouk Jansen | updates for OpenVMS compile support |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Use SetFocusIgnoringChildren() |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Applied [ 1867939 ] fixes for wxTreeCtrl crashes when... |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Simplified code and applied [ 1867939 ] fixes for wxTre... |
tree | commitdiff |
2008-01-10 |
Julian Smart | Corrections to bitmap handling |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | resolve ambiguity between 2 inherited versions of Clear... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | compilation fix after wxDateTime::ParseFormat() changes |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxFlexGridSizer for layout of the labels in the... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
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 |
2008-01-03 |
Vadim Zeitlin | also scroll vertically if necessary in MoveToItem(... |
tree | commitdiff |
2008-01-02 |
Julian Smart | Suppressed the themed border by defining GetDefaultBorder |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
tree | commitdiff |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added missing includes |
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-28 |
Robert Roebling | Restore MSW's colour picker, II |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Restore MSW's colour picker |
tree | commitdiff |
2007-12-28 |
Robin Dunn | It is possible for a scrolled window to get focus event... |
tree | commitdiff |
2007-12-27 |
Robert Roebling | Also get header button height right |
tree | commitdiff |
2007-12-27 |
Robert Roebling | Remove (wrong) theme border from header control |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Some reorder code for MSW's dataviewctrl |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | implement wxListCtrl::ScrollList() (in report view... |
tree | commitdiff |
2007-12-21 |
Václav Slavík | fixed wxScrolledWindow best size calculation: compute... |
tree | commitdiff |
2007-12-21 |
Jouk Jansen | Updates For OpenVMS support and some extra includes... |
tree | commitdiff |
2007-12-20 |
Václav Slavík | wxScrolledWindow can get wxEVT_CHILD_FOCUS event for... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Remove old event type compatibility |
tree | commitdiff |
2007-12-20 |
Julian Smart | Corrected wxRTTI for wxNotebook so dynamic casting... |
tree | commitdiff |
2007-12-19 |
Václav Slavík | when a window inside scrolled window receives focus... |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Patches-1851591 ] dataview sample is crashing (under... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-11 |
Vadim Zeitlin | hack: don't use wxCharTypeBuffer<char>::operator[]... |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | moving collapsible pane a few steps forward os OSX |
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-08 |
Robert Roebling | use buffered DC again |
tree | commitdiff |
2007-12-06 |
Bryan Petty | Patch from David Warkentin fixing initialization of... |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-12-02 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added support for icon flags to wxGenericNotificationMe... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | added wxArtProvider::GetMessageBoxIcon() to avoid dupli... |
tree | commitdiff |
2007-12-02 |
Vadim Zeitlin | implemented wxNotificationMessage for wxMSW using wxTas... |
tree | commitdiff |
2007-12-01 |
Bryan Petty | Replaced moved wxVScrolledWindow HitTest methods fixing... |
tree | commitdiff |
2007-12-01 |
Stefan Csomor | font updates |
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 |
Robert Roebling | Patch from Bo to show missing lines again |
tree | commitdiff |
2007-11-24 |
Václav Slavík | ensure that wxGrid::AutoSizeColumn/Row() never sets... |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-22 |
Stefan Csomor | cleanup mac |
tree | commitdiff |
2007-11-20 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-11-20 |
Stefan Csomor | mac cleanup |
tree | commitdiff |
2007-11-19 |
Robert Roebling | Add short-cut for wxDataViewListIndexModel for generic... |
tree | commitdiff |
2007-11-19 |
Robert Roebling | Free memory of m_root |
tree | commitdiff |
2007-11-19 |
Vadim Zeitlin | another PCH-less build fix after last change |
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 | don't use GTK printing in wxUniv |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | assume that all directories have children by default... |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces... |
tree | commitdiff |
2007-11-17 |
Robert Roebling | Use renderer to draw checkmark |
tree | commitdiff |
2007-11-17 |
Robert Roebling | Use wxBORDER_NONE for wxGridCellTextEditor on all platf... |
tree | commitdiff |
2007-11-16 |
Vadim Zeitlin | don't capture the mouse when just moving it in the... |
tree | commitdiff |
2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-14 |
Robert Roebling | use const for xpm icons |
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-12 |
Robert Roebling | Adapt for new DC code |
tree | commitdiff |
2007-11-11 |
Robert Roebling | Compilation for GTK+ |
tree | commitdiff |
2007-11-11 |
Stefan Csomor | fixing cairo bugs under OS X |
tree | commitdiff |
2007-11-10 |
Paul Cornett | wxCairoContext doesn't need to know about wxPizza |
tree | commitdiff |
2007-11-10 |
Stefan Csomor | enabling clip |
tree | commitdiff |
2007-11-10 |
Stefan Csomor | adapting to new pizza, fixing dashes, pango layout |
tree | commitdiff |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
tree | commitdiff |
2007-11-09 |
Vadim Zeitlin | don't call SetInsertionPointEnd() on a read-only combob... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-07 |
Julian Smart | Warning fix |
tree | commitdiff |
2007-11-07 |
Julian Smart | Vertically centres a left-aligned wxChoiceBook controller |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | undid an overeager WXUNUSED() which broke non-Mac compi... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
2007-11-02 |
Vadim Zeitlin | don't make the dialog 3 times as wide as the length... |
tree | commitdiff |
2007-11-01 |
Vadim Zeitlin | don't crash in HiglightAll() (called, in particular... |
tree | commitdiff |
next |