2008-12-13 |
Vadim Zeitlin | explain EVT_GRID/EVT_GRID_CMD difference and don't... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Kevin Ollivier | Hopefully the right fix this time. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Kevin Ollivier | HDC() fix was wrong, may have been just a problem with... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Paul Cornett | fix build, remove unused parameter from wxGetGdkWindowF... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Kevin Ollivier | MSW compile fixes. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Vadim Zeitlin | update the size of the wxGridSizer as items are added... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items... |
commit | commitdiff | tree | snapshot |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | extend the range of glib versions for which the GTK... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | fix command line parsing |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | modernize the sample removing global C-style functions... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | put zlib streams in the archive category, too; fix... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | link class groups with macro groups and provide a brief... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | STL build: fix missing const which results in Insert... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | fix best size caching |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | don't test for best size not being 0, this doesn't... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | compilation fixes for Unix build _with_ PCH |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | fix doxygen warnings |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | don't assert at startup because of the static initializ... |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | document wxInitializer and wxInitialize and wxUninitialize |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | fix typo |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Francesco Montorsi | split AddCatalog docs for the two overloads |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | really fix STL compilation |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Vadim Zeitlin | add unit test for column reordering functions |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | don't duplicate the column reordering in generic wxHead... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | forward SetColPos() to the header window |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Vadim Zeitlin | don't lose the scroll offset when the window is reposit... |
commit | commitdiff | tree | snapshot |
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 |
next |