2001-07-26 |
Vadim Zeitlin | forgotten method declaration
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | made the log dialog resizeable (again?)
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | highlight the focused item in non report mode too
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | fix for (re)positioning the main window when the style...
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | avoid nested modal log dialogs
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | test for wxLog interaction with wxYield better
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | *really* suppress log messages from inside wxYield
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | respect SetFont/SetXXXColour in wxTextCtrl even when...
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | don't do anything in SetBackgroundColour() if colour...
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | timestampt trace/debug messages under Unix too, this...
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | added demo of the difference Freeze/Thaw makes in wxTextCtrl
|
commit | commitdiff | tree |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for...
|
commit | commitdiff | tree |
2001-07-25 |
Vadim Zeitlin | fix for focus handling when deleting the items
|
commit | commitdiff | tree |
2001-07-24 |
Vadim Zeitlin | compilation warning fixed
|
commit | commitdiff | tree |
2001-07-24 |
Vadim Zeitlin | reverted my previous change to WINVER - it is already...
|
commit | commitdiff | tree |
2001-07-24 |
Vadim Zeitlin | fixed compilation problem with multiple Update()s
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | fixed bug with wxPathExists('c:\') yet again
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | don't process VK_OEM_XXX key presses
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | use Windows standard icons instead of our own (patch...
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | added test for writing empty value to the config
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | 1. fixed bug with empty value not being written to...
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | don't call wxYield() from EnsureVisible(), this is...
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | fixed bug with deletion of several last items in wxListCtrl...
|
commit | commitdiff | tree |
2001-07-23 |
Vadim Zeitlin | added and documented wxDir::HasFiles/SubDirs(), use...
|
commit | commitdiff | tree |
2001-07-22 |
Vadim Zeitlin | compilation fix for old broken Borland compiler
|
commit | commitdiff | tree |
2001-07-22 |
Vadim Zeitlin | backported fix for proper tree ctrl refershing after...
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | fix for rather mysterious problem when deleting the...
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | applied numpad keys patch
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | test for __WIN95__ in the main header, not platform...
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | define WINVER for mingw32 cross compilation
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | implemented EVT_LIST_CACHE_HINT support: send this...
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | fixed three new warnings after the last warning fix
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | fixed a warning and detabified
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | made 2 column list wider to accomodate all entries
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | replaced literal backslashes with backslash TeX macro
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | fixed crash in XPM decoder when reading non XPM files
|
commit | commitdiff | tree |
2001-07-20 |
Vadim Zeitlin | filter out garbage Windows sends us via LVN_ODCACHEHINT
|
commit | commitdiff | tree |
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 |
next |