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 |
2007-04-26 |
Vadim Zeitlin | added Roscale() test |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | added Rotate() test |
tree | commitdiff |
2007-04-26 |
Chris Elliott | add Borland Developer Studio project file (for Turbo... |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too |
tree | commitdiff |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | added wxStdDialogButtonSizer test (patch 1705382) |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | readded wxEditableListBox as part of adv library |
tree | commitdiff |
2007-04-20 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-04-19 |
Vadim Zeitlin | compilation fix (misplaced comma in OnIdle) |
tree | commitdiff |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | use IsShownOnScreen() in OnSize() to ensure that the... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | added back SetCurrent() call accidentally removed in... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | use slightly more light |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | use textures in the shared context to test how this... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | reorganized the code to put the logic in wxGLContext... |
tree | commitdiff |
2007-04-14 |
Robert Roebling | Add test for Validate() |
tree | commitdiff |
2007-04-14 |
Paul Cornett | fix assert on gtk |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | added a menu command to clear log |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | rename the menu to avoid conflict with a standard Mac... |
tree | commitdiff |
2007-04-10 |
Stefan Csomor | using info plist above, debug on native arch only |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | refresh GL canvas itself, not the frame, when the GL... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | fix the sample to work under X11 (where a context can... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | 1. switched to new wxGLCanvas API (not using the implic... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | added wx/image.h to fix compilation without PCH after... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix new wxHVScroll code to build with WXWIN_COMPATIBILI... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | The great wxVScrolledWindow refactoring: allow using... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | added wxEXEC_BLOCK flag (patch 1620430) |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | use 2 extensions in a filter in FileSave() for testing |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | use smaller icons, it looks better (patch 1695225) |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Patch from FM with more bakefile tweaks and etc. |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | added test for EVT_TEXT handler for spin contorl |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | added a menu command to switch between clipboard and... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added more wxART_XXX ids (patch 1687750) |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | disable select root menu command when the root is hidden |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | this project file is obsolete, now treectrl.dsp is... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use NavigateIn() method instead of sending wxNavigation... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | fixed compilation without PCH |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use more complicated layout; added wxTE_PROCESS_TAB... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | send wxNavigationKeyEvent to the correct window |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added taborder sample |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | update status bar display when we don't have focus too |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | no changes, just fixed spelling of 'indeterminate' |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | removed minimal-specific Info.plist; updated the versio... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | changed literal "minimal" strings to $(PRODUCT_NAME... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | fix assertions on invalid items |
tree | commitdiff |
next |