2008-12-22 |
Vadim Zeitlin | no changes, just don't use "any more" thrice in a row
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGridCell...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | rebake after correction typo in wx/generic/headerctrlg...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | correct wrong #endif position which prevented ListCtrlTestCa...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConvertStr...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add popup sample to the workspace (fixes #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix unused variable warning (part of #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't show assert message boxes in debug build but...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the...
|
commit | commitdiff | tree |
2008-12-19 |
Vadim Zeitlin | define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_LOADE...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation
|
commit | commitdiff | tree |
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 |
next |