2001-07-20 |
Vadim Zeitlin | added EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | VC++ warning fixed
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | FreeBSD compilation fix
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | fixed some warnings
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | 1. don't delete item attributes in the virtual list...
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | added test for THREADS if JOYSTICK is set
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | don't remove lib/wx when making clean
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | made SetPriority docs more clear
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | fix for missing wxUSE_DARWIN definition
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | fixes to version string
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | 1. compilation fixes
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | fix for custom bitmap setting for the first page
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | minor fixes, added an example
|
commit | commitdiff | tree |
2001-07-19 |
Vadim Zeitlin | fixed compilation problem inwith ^
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | initialize gs_pFrame to NULL
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | blind fix for wxScrolledWindow problem
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | fixed regex bug in ProcessFamiliesFromFontList
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | added wxOPEN/SAVE flags to wxDefaultFileSelector
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | don't use static box as a parent
|
commit | commitdiff | tree |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed...
|
commit | commitdiff | tree |
2001-07-16 |
Vadim Zeitlin | wxRegEx docs I forgot to add before (sorry)
|
commit | commitdiff | tree |
2001-07-16 |
Vadim Zeitlin | compilation fix I had forgot to commit
|
commit | commitdiff | tree |
2001-07-16 |
Vadim Zeitlin | speed up font list processing
|
commit | commitdiff | tree |
2001-07-16 |
Vadim Zeitlin | removed assert which could be provoked by correct code
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | bug fix to the recent wxConvertFromMSW change
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | use LVM_SETITEMSTATE instead of LVM_SETITEM for virtual...
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | blind fix for clearing font attributes in SetStyle()
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | removed obsolete comment
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | merged NULL wxFrame parent HWND fix from 2.2 branch
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | merged MapBitmap() from 2.2 branch
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | use wxRegEx if available in wxString::Matches
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | added wxRegEx docs
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | rewrote wxRegEx::Replace() to do something useful
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | fixed VC++ warnings
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | implemented RefreshItem(s) under MSW
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | fixed setting/attaching menubar
|
commit | commitdiff | tree |
2001-07-14 |
Vadim Zeitlin | fixed crash in ~wxHtmlCell
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | documented wxInitialize and wxUnitialize
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added regex to all the templates
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added popupcmn.cpp
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | popupcmn is needed by wxGTK too, why was it excluded?
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | corrected object file extension in the makefiles
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added RefreshItem(s) methods
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added wxListView class: this is going to be a wxListCtrl...
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | removed forgotten debugging printf
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | renamed main.c to re_main.c to avoid clashes with main...
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added wxUSE_REGEX
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | regenerated the makefiles to include regex.cpp
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | changes for building wxRegEx
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added some makefiles (untested)
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added notes about wxRegEx
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added tests for wxRegEx
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added regex.h/.cpp files
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | fixes for wxBase build with configure
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | fixed yet another typo, now it finally works
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added wxRegEx::GetMatch
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | wxRegEx class added
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | incorrect warning fix fixed
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | fixed back compilation with REDEBUG
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | more warning fixes
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | a couple of warnings removed
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added headers needed for wxBase compilation
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | fix for wxBase compilation (misplaced #if wxUSE_GUI)
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | fixed wxBase makefile generation
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | Initial revision
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | added detection of regex support to configure
|
commit | commitdiff | tree |
2001-07-13 |
Vadim Zeitlin | removed incorrect 'static' keyword from var declarations
|
commit | commitdiff | tree |
2001-07-12 |
Vadim Zeitlin | fixed crash in wxRegion::Empty
|
commit | commitdiff | tree |
2001-07-12 |
Vadim Zeitlin | fixed VC++ warning
|
commit | commitdiff | tree |
2001-07-12 |
Vadim Zeitlin | implemented attributes support for native virtual list...
|
commit | commitdiff | tree |
2001-07-12 |
Vadim Zeitlin | menu bar wasn't set properly internally after my previous...
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | don't refresh the scrollbars unnecessarily
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | added support for item attributes in virtual list control
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | added and documented wxApp::OnAssert
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | oops, restored the postpone-redraw-if-dirty test which...
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | (much) more efficient report mode redrawing
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | documented wxLogChain and wxLogPassThrough classes...
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | moved some headers inside #ifndef WX_PRECOMP
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | fixed hit testing for non report modes
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | added wxLogChain and wxLogPassThrough classes
|
commit | commitdiff | tree |
2001-07-11 |
Vadim Zeitlin | compilation fix for MSW
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | made wxLog::Set/GetVerbose() static back again
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | added cmd line parsing support to wxApp and --theme...
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | added wxUSE_CMDLINE_PARSER
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | added #if wxUSE_CMDLINE_PARSER around the header
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | more combobox appearance fixes
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | oops, missing semi colon added
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | fix for crash when clicking below the items
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | moved WX_USE_THEME macros inside IMPLEMENT_APP
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn...
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | respect wxBU_EXACTFIT
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | don't set min width for the buttons
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | added wxBU_EXACTFIT style
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | made the button of correct size again (Robert, why...
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | use system colours under Windows (patch 439286)
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | argh, another for GetVisibleLinesRange
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | fix for incorrect assert in GetVisibleLinesRange
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | fix for visible lines calculation
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | added untested implementation of wxEvtLoop for GTK+
|
commit | commitdiff | tree |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes
|
commit | commitdiff | tree |
next |