2007-09-26 |
Vadim Zeitlin | fixed command line processing which was preempted by... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | compilation fix after wxTRANSLATE() changes |
tree | commitdiff |
2007-09-23 |
Vadim Zeitlin | added wxWindow::GetPopupMenuSelectionFromUser() (modifi... |
tree | commitdiff |
2007-09-22 |
Chris Elliott | add missing sample stc |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | reverted accidental change to this file as part of... |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-16 |
Chris Elliott | remove refernce to removed samples |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | use ListView_RedrawItems() to implement wxListCtrl... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
tree | commitdiff |
2007-09-14 |
Chris Elliott | add missing sample |
tree | commitdiff |
2007-09-13 |
Robert Roebling | First update patch for GTK+ print |
tree | commitdiff |
2007-09-12 |
Paul Cornett | warning fix |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | added wxApp::Set/GetAppDisplayName() (patch 1780414) |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | fixed off by 1 bug in wxDC::GradientFillLinear() (patch... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | added support for reading resolution information from... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | added wxDirCtrl to the sample to allow testing of the... |
tree | commitdiff |
2007-09-03 |
Vadim Zeitlin | don't use GetThemeMetric(HP_HEADERITEM, TMT_HEIGHT... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
tree | commitdiff |
2007-08-30 |
Vadim Zeitlin | use wxNullPtr instead of NULL with wxFileTypeInfo |
tree | commitdiff |
2007-08-29 |
Robert Roebling | make SetValue return a value |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
tree | commitdiff |
2007-08-26 |
Robert Roebling | add test for custom in-place editor |
tree | commitdiff |
2007-08-25 |
Robert Roebling | test editing_started and _done events |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Make ::SetValue return a bool |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implement selection API and events |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implemented and tested EXPANDED etc events for wxGTK... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-15 |
Julian Smart | Removed double border style |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | don't set incorrect initial value of '0' for the bool... |
tree | commitdiff |
2007-08-11 |
Julian Smart | Compile fixes |
tree | commitdiff |
2007-08-11 |
Julian Smart | Menu label consistency changes |
tree | commitdiff |
2007-08-08 |
Julian Smart | Compile fix (VC++ 6 doesn't like wxString::Format with... |
tree | commitdiff |
2007-08-08 |
Julian Smart | Removed minifram |
tree | commitdiff |
2007-08-07 |
Vadim Zeitlin | don't include wx/wxprec.h from headers, it's bad style... |
tree | commitdiff |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
tree | commitdiff |
2007-08-07 |
Julian Smart | Compile fix for VC++ 6 |
tree | commitdiff |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | make the text in the top area more readable |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | don't use deprecated DoLog() overload |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | undid accidental commit of this file in the last revision |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | removed empty or duplicated samples: checklst, dynamic... |
tree | commitdiff |
2007-07-29 |
Vadim Zeitlin | added wxMiniFrame demonstration to the dialogs sample |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | (ugly) compilation fix for wxUSE_STL==1 build |
tree | commitdiff |
2007-07-27 |
Vadim Zeitlin | made strings used in wxIPC methods const as a temporary... |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
tree | commitdiff |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
tree | commitdiff |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
tree | commitdiff |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
tree | commitdiff |
2007-07-19 |
Robert Roebling | Better sorting example and better default |
tree | commitdiff |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
tree | commitdiff |
2007-07-16 |
Robert Roebling | Store pointers in wxDataViewItem in the sample, no... |
tree | commitdiff |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
tree | commitdiff |
2007-07-15 |
Vadim Zeitlin | no real changes, just added an extra status message |
tree | commitdiff |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl |
tree | commitdiff |
2007-07-14 |
Robert Roebling | Test in GetFirstChild() if item is known to control |
tree | commitdiff |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
tree | commitdiff |
2007-07-13 |
Vadim Zeitlin | added commands to test how busy cursor behaves during... |
tree | commitdiff |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | minor changes: increase the initial window size, create... |
tree | commitdiff |
2007-07-10 |
Václav Slavík | cleanup of raw access to bitmaps: |
tree | commitdiff |
2007-07-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
tree | commitdiff |
2007-07-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | The dataview sample compiles now, but doesn't work... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-06-29 |
Chris Elliott | remove sole makefile.dmc in tree |
tree | commitdiff |
2007-06-27 |
Václav Slavík | compilation fixes after string changes |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | use DisableTimestamp() instead of SetTimestamp(NULL) |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | added wxLog::DisableTimestamp() to be used as a synonym... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | override DoLog(wxString) and not the deprecated DoLog... |
tree | commitdiff |
2007-06-22 |
Václav Slavík | wxUSE_STL compilation fix |
tree | commitdiff |
2007-06-20 |
Julian Smart | Fixed uninstalled toolbars in native toolbar mode,... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes. |
tree | commitdiff |
2007-05-28 |
David Elliott | Include wx/filedlg.h when not WX_PRECOMP. |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-05-18 |
Vadim Zeitlin | we don't need status bar in the MDI children |
tree | commitdiff |
2007-05-15 |
Vadim Zeitlin | added wxTimer test (now that it works in console applic... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | compilation fixes for --disable-compat28 |
tree | commitdiff |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch... |
tree | commitdiff |
2007-05-05 |
Stefan Csomor | making proper resource-fork apps |
tree | commitdiff |
2007-05-03 |
Vadim Zeitlin | use a default URL, I got tired of typing it in the... |
tree | commitdiff |
2007-05-03 |
Václav Slavík | fixed linking against wxscintilla in debug build |
tree | commitdiff |
2007-05-02 |
Paul Cornett | make File->Exit work |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Added Test for wxComboBox::SetValue() to widgets... |
tree | commitdiff |
2007-04-26 |
Chris Elliott | better user info |
tree | commitdiff |
2007-04-26 |
Chris Elliott | fix dll path |
tree | commitdiff |
next |