2001-07-11 |
Vadim Zeitlin | added support for item attributes in virtual list control |
tree | commitdiff |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added cmd line parsing support to wxApp and --theme... |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | oops, missing semi colon added |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | moved WX_USE_THEME macros inside IMPLEMENT_APP |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn... |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | more scrolling tests |
tree | commitdiff |
2001-07-09 |
Václav Slavík | added all data files |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | more wxListCtrl fixes: inserting/deleting items now... |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
tree | commitdiff |
2001-07-07 |
Robert Roebling | Added wxPopupWindow to GTK port, wxComboBox had to |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | made switching from/to multiple selection mode work... |
tree | commitdiff |
2001-07-06 |
Vadim Zeitlin | virtual wxListCtrl support (UNTESTED) |
tree | commitdiff |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | check that we don't try to compile in GUI mode |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
tree | commitdiff |
2001-07-04 |
Julian Smart | Changed the pragmas to allow debugging under Linux |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | testing tree ctrl with wxUniv |
tree | commitdiff |
2001-07-04 |
Julian Smart | Added UnivDebug, UnivRelease configurations to project... |
tree | commitdiff |
2001-07-04 |
Julian Smart | Don't complain under MicroWindows if a wxDC's HDC is... |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | added russian language to the list of choices |
tree | commitdiff |
2001-07-02 |
George Tasker | Changes required after wxUniv merge wxListBox::Number... |
tree | commitdiff |
2001-07-02 |
Julian Smart | Various wxUniversal/wxMicroWindows fixes |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | fixed bug in wxString::Matches() - backtrack now if... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | create directory for russian files, too |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | updated makefile to include russian translations and... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | warning fix |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | compilation fixes for wxUSE_WAVE=0 |
tree | commitdiff |
2001-07-02 |
Julian Smart | Fix to minimal sample project file; changed protected... |
tree | commitdiff |
2001-06-30 |
Julian Smart | More fixes for wxUniv |
tree | commitdiff |
2001-06-30 |
Gilles Depeyrot | include xpm files for Mac OS after correction of wxICON... |
tree | commitdiff |
2001-06-29 |
Julian Smart | Further wxUniv fixes |
tree | commitdiff |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
tree | commitdiff |
2001-06-27 |
Julian Smart | Updated version to 2.3.2 so apps can test for differenc... |
tree | commitdiff |
2001-06-27 |
Julian Smart | More small fixes |
tree | commitdiff |
2001-06-27 |
Julian Smart | Added wxUSE_NUMBERDLG to setup.h; added some files... |
tree | commitdiff |
2001-06-27 |
Vadim Zeitlin | MSW compilation fixes - widgets sample runs! |
tree | commitdiff |
2001-06-26 |
Vadim Zeitlin | added more files (unchanged) from wxUniv branch |
tree | commitdiff |
2001-06-23 |
Vadim Zeitlin | delete test added |
tree | commitdiff |
2001-06-22 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-06-21 |
Vadim Zeitlin | removed obsolete files |
tree | commitdiff |
2001-06-21 |
Vadim Zeitlin | enable all tests |
tree | commitdiff |
2001-06-21 |
Vadim Zeitlin | added ru files to the trunk, removed obsolete wxstd... |
tree | commitdiff |
2001-06-18 |
Vadim Zeitlin | implemented text styles for GTK+ |
tree | commitdiff |
2001-06-17 |
Julian Smart | Makefile and other small corrections |
tree | commitdiff |
2001-06-17 |
Vadim Zeitlin | more region tests |
tree | commitdiff |
2001-06-17 |
Vadim Zeitlin | fixed clip rect when logical coords != device ones |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | applied patch #428104 (SetSizeHints() for wxMDIChildFrame) |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | oops, compilation fix |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | applied 2nd part of flicker reducing patch |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | applied patch 427702 (remove flicker) |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | applied (part of) patch 433176 (reduce flicker) |
tree | commitdiff |
2001-06-16 |
Vadim Zeitlin | 1. improved wxKill() implementation for Win32 |
tree | commitdiff |
2001-06-14 |
Vadim Zeitlin | fixed warning about unused var |
tree | commitdiff |
2001-06-13 |
Julian Smart | Fixes to BC++ compilation in mem debug mode |
tree | commitdiff |
2001-06-13 |
Julian Smart | Added wxUSE_MENUS to setup0.h to make menu sample compile; |
tree | commitdiff |
2001-06-11 |
Robert Roebling | Applied wxImage::Scale() patch, |
tree | commitdiff |
2001-06-11 |
George Tasker | Changed the 'true's and 'false's back to TRUE and FALSE |
tree | commitdiff |
2001-06-11 |
Julian Smart | Project file updates; cast in strconv.cpp to compile... |
tree | commitdiff |
2001-06-10 |
George Tasker | Added code to show off wxDbGrid (contributed by Paul... |
tree | commitdiff |
2001-06-10 |
Julian Smart | Renamed project files |
tree | commitdiff |
2001-06-09 |
Václav Slavík | changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h |
tree | commitdiff |
2001-06-09 |
Gilles Depeyrot | added CodeWarrior 5 projects for samples |
tree | commitdiff |
2001-06-09 |
Gilles Depeyrot | added OpenGL sample project for CodeWarrior 5 |
tree | commitdiff |
2001-06-09 |
Gilles Depeyrot | added dead-strip static initialization code option |
tree | commitdiff |
2001-06-09 |
Vadim Zeitlin | applied patch 424550 (fix compilation of the notebook... |
tree | commitdiff |
2001-06-09 |
Vadim Zeitlin | some fixes to wxSingleInstanceChecker error reporting |
tree | commitdiff |
2001-06-08 |
Vadim Zeitlin | implemented wxSingleInstanceChecker for Unix |
tree | commitdiff |
2001-06-08 |
Vadim Zeitlin | added wxSingleInstanceChecker test |
tree | commitdiff |
2001-06-07 |
Julian Smart | Updates for version change to 2.3.1 |
tree | commitdiff |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
tree | commitdiff |
2001-05-31 |
Vadim Zeitlin | added wxLocale::GetSystemEncoding |
tree | commitdiff |
2001-05-31 |
Vadim Zeitlin | oops... removed test code from the sample, what was... |
tree | commitdiff |
2001-05-29 |
David Webster | Menu files for OS/2 builds |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | applied tons of wxGrid patches |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | fixed bug reported in patch 427696 (incorrect toolbar... |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | applied patch 427695 (initialize m_nPush) |
tree | commitdiff |
2001-05-27 |
Robert Roebling | Tried to make wxTreeCtrl on Mac look more Maccy.... |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | added text style support to wxTextCtrl for MSW |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | added popup menu demo |
tree | commitdiff |
2001-05-25 |
Vadim Zeitlin | fixed bug with using wxCommandEvent::GetInt() instead... |
tree | commitdiff |
2001-05-24 |
Stefan Csomor | reverting to native mac pathnames |
tree | commitdiff |
2001-05-23 |
George Tasker | Removed TABs that had gotten in to the source |
tree | commitdiff |
2001-05-22 |
Vadim Zeitlin | fix for discrepancies between wxNotebookEvent and wxNot... |
tree | commitdiff |
2001-05-21 |
Vadim Zeitlin | tried to fix the accel string drawing in the owner... |
tree | commitdiff |
2001-05-19 |
Vadim Zeitlin | added wxDir::Traverse |
tree | commitdiff |
2001-05-18 |
George Tasker | Added compile-time check to be sure that wxUSE_ODBC... |
tree | commitdiff |
2001-05-16 |
Stefan Csomor | icon support moved to wxBitmap, allowing for fully... |
tree | commitdiff |
2001-05-16 |
Vadim Zeitlin | applied patch 415912 (fixing problems with wxGrid attrs) |
tree | commitdiff |
2001-05-15 |
David Webster | Enable this sample for OS/2 |
tree | commitdiff |
2001-05-15 |
Julian Smart | Corrected some casting errors -> XtPointer |
tree | commitdiff |
2001-05-15 |
George Tasker | Added buttons to allow a dump of DB DATATYPES and DB... |
tree | commitdiff |
2001-05-15 |
George Tasker | Fixed problems which prevented creation/recreation... |
tree | commitdiff |
2001-05-14 |
Julian Smart | Added event.rc |
tree | commitdiff |
2001-05-10 |
Julian Smart | Removed references to xpm[d].lib |
tree | commitdiff |
2001-05-09 |
Robin Dunn | Added accessors for the sub-windows in the wxGrid. |
tree | commitdiff |
2001-05-09 |
Vadim Zeitlin | fixed wxExecute + DDE bug (merged from 2.2) |
tree | commitdiff |
2001-05-08 |
Václav Slavík | added wxHtmlProcessor test |
tree | commitdiff |
next |