2009-01-27 |
Robert Roebling | Fix for GetScrollPos() assert |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix PCH builds |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | fix crash when calling InsertColumn() on a wxListCtrl... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
tree | commitdiff |
2009-01-26 |
Francesco Montorsi | cleanup a bit the wxSplashScreen code; don't Yield... |
tree | commitdiff |
2009-01-25 |
Robert Roebling | Finally corrected drawing of wxListCtrl selection rect... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | Mac build fixes after latest change (closes #10433) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use GetBoundingRect() for the in place text control... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | corrections to size calculations for state images ... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | skip mouse events we're not interested in (e.g. mouse... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | implement wxChoicebook::SetWindowVariant() by forwardin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | removed debugging wxPrintf() which not only had nothing... |
tree | commitdiff |
2009-01-24 |
Stefan Csomor | bring in the definition of wxSizer, making non-precomp... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | take into account the controlling wxChoice size in... |
tree | commitdiff |
2009-01-24 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Always use theme border for inner window under wxGTK |
tree | commitdiff |
2009-01-23 |
Robert Roebling | GTK+'s native controls usually have a bigger line height |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Restore keyboard navi |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Don't extend last header column button, as the column... |
tree | commitdiff |
2009-01-22 |
Robert Roebling | draw icon before text label in header (huh?) |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further header button details |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Further attempts at getting the header buttons right |
tree | commitdiff |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add visual drag hint |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add drop hint |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | really fix compilation in !wxUSE_LOG_DIALOG case (still... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix compilation in !wxUSE_LOG_DIALOG case (closes ... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Implement simple Drop, doesn't work under wxMSW (?) |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Implement simple drag |
tree | commitdiff |
2009-01-20 |
Robert Roebling | FindNode() must return m_root for wxDataViewItem(0) |
tree | commitdiff |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
tree | commitdiff |
2009-01-19 |
Jouk Jansen | Update compile support for OpenVMS |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Jaakko Salli | Translate keycode(s) into character more consistenly... |
tree | commitdiff |
2009-01-16 |
Jouk Jansen | Add combo sample to compile list of OpenVMS |
tree | commitdiff |
2009-01-15 |
Robert Roebling | Use paint handler instead of wxClientDC to draw DnD... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Fixes #10382: Memory leak in wxDataViewMainWindow:... |
tree | commitdiff |
2009-01-13 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | fix for PCH-less builds |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | support underlined text in wxCairoContext (Marcin's... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxTextValidator introducing a wxTextValidatorStyle... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-07 |
Julian Smart | Always use live sash update on Mac since it can't paint... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxGetTempFileName/wxFileName::CreateTempFileName |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | allow the user to pass NULL for the status widths;... |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | add the HTML string of the selected item to wxSimpleHtm... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.cpp for wxMotif's wxNotebook implementation |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | use HasFlag(wxXX) instead of GetWindowStyle() & wxXX... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll() |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | provide generic implementation for ShowScrollbars(... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads... |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | don't use \u escapes, VC6 doesn't understand them |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGri... |
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 |
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 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is... |
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 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
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 | 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-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reorderi... |
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 | 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 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
tree | commitdiff |
next |