2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reorderi... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | added a button to reset the column order and the displa... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | no changes, just refactoring: extracted the code to... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | compilation fix after latest changes (missing header) |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | added wxHeaderCtrl::ResetColumnsOrder() function; use... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | fix the loading of the isosurf data; it was not loaded... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | force doxygen autolink wrt wxLanguage enum |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | document wxFileOffset |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | reformat stream overview and provide a description... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | distribute in the right places documentations for the... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | remove old file not compiled/used anymore since at... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Francesco Montorsi | fix note about OpenGL-enabling |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | removed testing code leftovers |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Paul Cornett | don't call size_request to get best size of a non-nativ... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this... |
commit | commitdiff | tree | snapshot |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
commit | commitdiff | tree | snapshot |
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 |
next |