2008-12-11 |
Vadim Zeitlin | in STL build wxVector elements need to be assignable... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | add bigger margins around column title when autosizing... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | there is no need to call UpdateColumn() in the derived... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGI... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | added wxHeaderCtrl::OnColumnCountChanging() |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | fix wxTextCtrl::Replace() under wxGTK; added unit test... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Jaakko Salli | SpinCtrl editor's 'value change by mouse motion' featur... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | added wxVector::resize() |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | export wxSettableHeaderColumn from DLL |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | don't use MSW-only DEFAULT_ITEM_WIDTH but the width... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Paul Cornett | fix SetStyle tag removing, broken in r45186 |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | implement column reordering by dragging in the generic... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | clarify wxFlexSizerGrowMode description |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | deprecate wxStringEq |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | undo accidental change of r57233 |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | properly implement Do[GS]etColumnsOrder() in the generi... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Francesco Montorsi | use wxAboutBox() to make it evident a wxGrid refreshing... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | provide Do[GS]etColumnsOrder() stubs for the generic... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when... |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | make first column non-draggable to test support for... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Francesco Montorsi | if we keep autobrief comments = YES, let's repeat the... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Václav Slavík | fix for r56618: toolbar event handlers can toggle or... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | define I_IMAGENONE now that we use it, at least VC6... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | document UpdateColumn() |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | use a slightly less ugly way to conditionally suppress... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient() |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Francesco Montorsi | fix wxOS2 build where OpenGL headers are available... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | add an event table; even if wxMenuItem is not a widget... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | formatting change; added @c in front of wxEVT_ constants |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | implement 'auto' mode for both wxMediaCtrl and OpenGL |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | always update the column icon field when updating the... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | skip the header click event to allow sorting (done... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | don't give an error when OpenGL libraries aren't availa... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | added a overview_string_binary section describing what... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | enable OpenGL and MediaCtrl components by default as... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeader... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Jaakko Salli | Better EVT_MOTION handling in wxPGSpinButton |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | enable OpenGL and MediaCtrl components by default as... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | test non-resizeable and resizeable but with min size... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | don't take EVT_HEADER_END_DRAG into account if it indic... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | buildbot VC6 apparently can't compile variable declarat... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | add some missing semicolons |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | forgot to capture mouse during drag-resizing |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and updat... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | don't access inexistent column in wxDataViewTreeCtrl... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Francesco Montorsi | enable wheel-scrolling under wxGTK by allowing GTK... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | account for scroll offset correctly in the mouse event... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | update column highlight when mouse hovers over the... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | correct WXDLLIMPEXP symbols for the event constants |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Robert Roebling | Ticket #10245, UTF-8 font face name of GTK 2 font... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Paul Cornett | restore clearing of clipped mask, turns out it is needed |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | undo accidental change to always use generic version... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}() |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly usele... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Paul Cornett | make sure timer events will trigger idle processing... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161 |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | wxDataViewColumn doesn't need to have wxRTTI |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161 |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | removed accidentally left in in r57161 pure virtual... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | made wxHeaderColumnBase dtor virtual to avoid gcc warnings |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | update the generic wxHeaderCtrl implementation after... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | use wxHeaderColumnSimple instead of wxHeaderColumn |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Francesco Montorsi | document GetPickerCtrl() method and provide an example... |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Francesco Montorsi | formatting change |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Francesco Montorsi | add a link to the page of the GTK+ manual stock items |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Vadim Zeitlin | enable autobrief comments |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Paul Cornett | remove redundant clearing of clipped mask |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Paul Cornett | fix bitmap position with RTL and non-default scale |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Jaakko Salli | Fixed incorrect background colour that wxStaticTexts... |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Francesco Montorsi | added a @todo about references to old wx functions |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Francesco Montorsi | moved many things from wxString reference page to the... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | suppress (harmless) unused parameter warnings |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | override GetDefaultBorder() to not use border by default |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | add IsShown() accessor which is sometimes more convenie... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Francesco Montorsi | document wxLogLevel, wxTraceMask antypes and wxLogLevel... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Francesco Montorsi | fix description of wxconsole template; add description... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Vadim Zeitlin | no changes, just remove typos in comment |
commit | commitdiff | tree | snapshot |
next |