2008-12-13 |
Kevin Ollivier | Hopefully the right fix this time. |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | HDC() fix was wrong, may have been just a problem with... |
tree | commitdiff |
2008-12-13 |
Paul Cornett | fix build, remove unused parameter from wxGetGdkWindowF... |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | MSW compile fixes. |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | update the size of the wxGridSizer as items are added... |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items... |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
tree | commitdiff |
2008-12-12 |
Francesco Montorsi | extend the range of glib versions for which the GTK... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | fix best size caching |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | really fix STL compilation |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't duplicate the column reordering in generic wxHead... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | forward SetColPos() to the header window |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't lose the scroll offset when the window is reposit... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | in STL build wxVector elements need to be assignable... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | add bigger margins around column title when autosizing... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | there is no need to call UpdateColumn() in the derived... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGI... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxHeaderCtrl::OnColumnCountChanging() |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | fix wxTextCtrl::Replace() under wxGTK; added unit test... |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | SpinCtrl editor's 'value change by mouse motion' featur... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't use MSW-only DEFAULT_ITEM_WIDTH but the width... |
tree | commitdiff |
2008-12-11 |
Paul Cornett | fix SetStyle tag removing, broken in r45186 |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | implement column reordering by dragging in the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | properly implement Do[GS]etColumnsOrder() in the generi... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | provide Do[GS]etColumnsOrder() stubs for the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
tree | commitdiff |
2008-12-09 |
Václav Slavík | fix for r56618: toolbar event handlers can toggle or... |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient() |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | always update the column icon field when updating the... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeader... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
tree | commitdiff |
2008-12-08 |
Jaakko Salli | Better EVT_MOTION handling in wxPGSpinButton |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | don't take EVT_HEADER_END_DRAG into account if it indic... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | buildbot VC6 apparently can't compile variable declarat... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | forgot to capture mouse during drag-resizing |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and updat... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | don't access inexistent column in wxDataViewTreeCtrl... |
tree | commitdiff |
2008-12-08 |
Francesco Montorsi | enable wheel-scrolling under wxGTK by allowing GTK... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | account for scroll offset correctly in the mouse event... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | update column highlight when mouse hovers over the... |
tree | commitdiff |
2008-12-08 |
Robert Roebling | Ticket #10245, UTF-8 font face name of GTK 2 font... |
tree | commitdiff |
2008-12-08 |
Paul Cornett | restore clearing of clipped mask, turns out it is needed |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}() |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly usele... |
tree | commitdiff |
2008-12-07 |
Paul Cornett | make sure timer events will trigger idle processing... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161 |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161 |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | update the generic wxHeaderCtrl implementation after... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
tree | commitdiff |
2008-12-07 |
Paul Cornett | remove redundant clearing of clipped mask |
tree | commitdiff |
2008-12-07 |
Paul Cornett | fix bitmap position with RTL and non-default scale |
tree | commitdiff |
2008-12-06 |
Jaakko Salli | Fixed incorrect background colour that wxStaticTexts... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | suppress (harmless) unused parameter warnings |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
tree | commitdiff |
2008-12-05 |
Robert Roebling | Use gtk_text_buffer_select_range for selecting programm... |
tree | commitdiff |
2008-12-05 |
Paul Cornett | use simpler method to draw bitmap |
tree | commitdiff |
2008-12-04 |
Francesco Montorsi | call Fit() when updating the message label to adapt... |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | PCH-less build fixes |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | fix VC6 DLL build |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait... |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-12-03 |
Julian Smart | Added Undo, Redo accelerators for wxRTC |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | compilation fixes for PCH-less build after r57074 |
tree | commitdiff |
2008-12-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | another compilation fix for wxStrlcpy use in STL Unicod... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | fix typo making wxGrid crash upon usage of PgDown:... |
tree | commitdiff |
2008-12-02 |
Jaakko Salli | Implement ability to rapidly change spin value of SpinC... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | add GetValue,GetRange and GetMessage helpers |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | replace asserts in XRC code with wxLogError/Warning... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment |
tree | commitdiff |
2008-12-02 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build |
tree | commitdiff |
2008-12-01 |
Paul Cornett | fix for uninitialized alpha being used to create mask... |
tree | commitdiff |
2008-12-01 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | compilation fix after making wxSocketImpl derive from... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
tree | commitdiff |
next |