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 |
2007-03-11 |
Vadim Zeitlin | test wxTE_NO_VSCROLL |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
tree | commitdiff |
2007-03-05 |
Julian Smart | Implemented text background colour |
tree | commitdiff |
2007-03-02 |
Julian Smart | Fixed premature exit of helpview sample and utility |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | regenerated with theversion of bakefile which uses... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-12 |
Julian Smart | Pass correct values to spin control |
tree | commitdiff |
2007-02-12 |
Vadim Zeitlin | compilation fix for last commit |
tree | commitdiff |
2007-02-10 |
Vadim Zeitlin | fix compilation with WXWIN_COMPATIBILITY_2_6 off (and... |
tree | commitdiff |
2007-02-09 |
Vadim Zeitlin | added EVT_MOUSE_CAPTURE_LOST handler |
tree | commitdiff |
2007-02-08 |
Vadim Zeitlin | remove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not... |
tree | commitdiff |
2007-02-08 |
Vadim Zeitlin | fixed incorrect use of UpdateUI handlers; don't use... |
tree | commitdiff |
2007-02-08 |
Vadim Zeitlin | removed the old tmake project files |
tree | commitdiff |
2007-02-07 |
Vadim Zeitlin | fix unused variable warning with wxUSE_TOOLTIPS==0 |
tree | commitdiff |
2007-02-07 |
Robin Dunn | rebaked after changing the version number |
tree | commitdiff |
2007-02-04 |
Vadim Zeitlin | call OnInit() from all samples to allow using standard... |
tree | commitdiff |
2007-01-18 |
Vadim Zeitlin | corrected crash: need to set m_frame eariler (Wlodek... |
tree | commitdiff |
2007-01-14 |
Vadim Zeitlin | test rendering of disabled items with bitmaps (for... |
tree | commitdiff |
2007-01-11 |
Julian Smart | Write a newline, not a 10 into the stream |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Make it easier to switch between native and generic... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:... |
tree | commitdiff |
2006-12-15 |
Stefan Csomor | using native architecture for development builds only... |
tree | commitdiff |
next |