2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEFAULT...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't crash if the extra controls are not used in the...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't change the value of the hash element if insert...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | many improvements and corrections from Charles (see...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | PCH-less build fixes
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCt...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | mention that mouse events carry position in window...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | fix initial best size of (check) list boxes under MSW
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | the dialogs documented here are defined in wxcore,...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | PCH compilation fix
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | added a helper function to show the popup menu allowing...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | disable UI updating during GetPopupMenuSelectionFromUser...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown()
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consistency...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | return correct (false) value in onSeparator from FindColumnA...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reordering...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | added a button to reset the column order and the display...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | no changes, just refactoring: extracted the code to...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | compilation fix after latest changes (missing header)
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | added wxHeaderCtrl::ResetColumnsOrder() function; use...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | removed testing code leftovers
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | explain EVT_GRID/EVT_GRID_CMD difference and don't...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | update the size of the wxGridSizer as items are added...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | STL build: fix missing const which results in Insert...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | fix best size caching
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | don't test for best size not being 0, this doesn't...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | compilation fixes for Unix build _with_ PCH
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | really fix STL compilation
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | add unit test for column reordering functions
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | don't duplicate the column reordering in generic wxHeaderCtr...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | forward SetColPos() to the header window
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | don't lose the scroll offset when the window is repositioned
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | in STL build wxVector elements need to be assignable...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | add bigger margins around column title when autosizing...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | there is no need to call UpdateColumn() in the derived...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGING...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | added wxHeaderCtrl::OnColumnCountChanging()
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | fix wxTextCtrl::Replace() under wxGTK; added unit test...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | added wxVector::resize()
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | export wxSettableHeaderColumn from DLL
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | don't use MSW-only DEFAULT_ITEM_WIDTH but the width...
|
commit | commitdiff | tree |
2008-12-11 |
Vadim Zeitlin | implement column reordering by dragging in the generic...
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | clarify wxFlexSizerGrowMode description
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | deprecate wxStringEq
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | undo accidental change of r57233
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | properly implement Do[GS]etColumnsOrder() in the generic...
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | provide Do[GS]etColumnsOrder() stubs for the generic...
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when...
|
commit | commitdiff | tree |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | make first column non-draggable to test support for...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | define I_IMAGENONE now that we use it, at least VC6...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | document UpdateColumn()
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | use a slightly less ugly way to conditionally suppress...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient()
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | always update the column icon field when updating the...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | skip the header click event to allow sorting (done...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataViewCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | test non-resizeable and resizeable but with min size...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't take EVT_HEADER_END_DRAG into account if it indicates...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | buildbot VC6 apparently can't compile variable declaration...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | forgot to capture mouse during drag-resizing
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and update...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't access inexistent column in wxDataViewTreeCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | account for scroll offset correctly in the mouse event...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | update column highlight when mouse hovers over the...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | correct WXDLLIMPEXP symbols for the event constants
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | undo accidental change to always use generic version...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}()
|
commit | commitdiff | tree |
next |