2008-12-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs... |
commit | commitdiff | tree | snapshot |
2008-12-22 |
Vadim Zeitlin | rebake after correction typo in wx/generic/headerctrlg... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Regen after adding clipboard sample |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Regen using newest bakefile |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Added bakefiles makefiles |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Forgot to commit |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Added clipboard sample |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Robert Roebling | Added clipbaord sample |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | correct wrong #endif position which prevented ListCtrlT... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConve... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112) |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | add popup sample to the workspace (fixes #10162) |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | fix unused variable warning (part of #10162) |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | don't show assert message boxes in debug build but... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Francesco Montorsi | replace wxPostEvent with wxQueueEvent and update the... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Francesco Montorsi | mention multi-core systems and wxThread::GetCPUCount |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Jaakko Salli | Fully conform to the documented statement according... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
commit | commitdiff | tree | snapshot |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Robert Roebling | Fixes #10288: wxDataViewCtrl missing selection change... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Chris Elliott | add missing header to dfb |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Robert Roebling | wxImage::ConvertToBitmap() doesn't exist anymore |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Robert Roebling | Mention wxRearrangeCtrl, wxFileCtrl |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Vadim Zeitlin | define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Robert Roebling | Correct AssignTempFile docs |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Robert Roebling | Added missing g to file name of headerctrlg.h |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Robert Roebling | Recalculate display (and scrollbars etc) before calling... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Robert Roebling | Minor stream class changes |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Elliott | add u to file and lib path |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Elliott | cast both ints to doubles for the X and Y scale factors |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEF... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | don't crash if the extra controls are not used in the... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | don't change the value of the hash element if insert... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Chris Elliott | fix for Borland compilation |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | many improvements and corrections from Charles (see... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | PCH-less build fixes |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Robert Roebling | Fixes #10246: wxDataViewCtrl - first row does not react... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Elliott | same as r57054 in 2.8 |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Chris Elliott | same as r57053 in 2.8 |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Francesco Montorsi | typo fix |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Francesco Montorsi | don't remove docs for wxThreadHelper::Create; list... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Robert Roebling | Mention header control in Category page |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Vadim Zeitlin | mention that mouse events carry position in window... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Vadim Zeitlin | fix initial best size of (check) list boxes under MSW |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Bryan Petty | Moved wxWeakRef template docs from the misc category... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | the dialogs documented here are defined in wxcore,... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtr... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Bryan Petty | Fixed the incorrectly placed parenthesis so ScrollWindo... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | PCH compilation fix |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | added a helper function to show the popup menu allowing... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | disable UI updating during GetPopupMenuSelectionFromUse... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown() |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consis... |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Vadim Zeitlin | return correct (false) value in onSeparator from FindCo... |
commit | commitdiff | tree | snapshot |
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 |
next |