2008-12-21 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConve... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the... |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fully conform to the documented statement according... |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Fixes #10288: wxDataViewCtrl missing selection change... |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
tree | commitdiff |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-18 |
Robert Roebling | Recalculate display (and scrollbars etc) before calling... |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is... |
tree | commitdiff |
2008-12-17 |
Chris Elliott | cast both ints to doubles for the X and Y scale factors |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEF... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Fixes #10246: wxDataViewCtrl - first row does not react... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
tree | commitdiff |
2008-12-16 |
Chris Elliott | same as r57054 in 2.8 |
tree | commitdiff |
2008-12-16 |
Chris Elliott | same as r57053 in 2.8 |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | fix initial best size of (check) list boxes under MSW |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtr... |
tree | commitdiff |
2008-12-15 |
Bryan Petty | Fixed the incorrectly placed parenthesis so ScrollWindo... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | PCH compilation fix |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | added a helper function to show the popup menu allowing... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | disable UI updating during GetPopupMenuSelectionFromUse... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consis... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | return correct (false) value in onSeparator from FindCo... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reorderi... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | no changes, just refactoring: extracted the code to... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | compilation fix after latest changes (missing header) |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | added wxHeaderCtrl::ResetColumnsOrder() function; use... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header... |
tree | commitdiff |
2008-12-14 |
Francesco Montorsi | remove old file not compiled/used anymore since at... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment... |
tree | commitdiff |
2008-12-14 |
Paul Cornett | don't call size_request to get best size of a non-nativ... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
tree | commitdiff |
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 |
next |