2002-01-04 |
Vadim Zeitlin | fixed the dialog event table (bug #498611) |
tree | commitdiff |
2002-01-04 |
Julian Smart | Corrected (maybe) the object.h token syntax; corrected... |
tree | commitdiff |
2002-01-03 |
Václav Slavík | fixed MSW makefiles |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | moved Watcom thread stack size fix from .h to the .cpp |
tree | commitdiff |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | fixed SetInsertionPoint() for the rich text controls... |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | suppressed wrong debug error messages from SetFocus |
tree | commitdiff |
2002-01-02 |
Vadim Zeitlin | fixed NotMSW flag handling in the common files (now... |
tree | commitdiff |
2002-01-01 |
Václav Slavík | regenerated makefiles (forgot to do it after changing... |
tree | commitdiff |
2001-12-31 |
Vadim Zeitlin | attemps to speed up wxToolBar::MapBitmap() - failed |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | 1. wxSystemSettings class API face lift: better names... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_FONTMAP |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | fixed wxComboBox initial autosizing (patch 496702) |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | wxFontEnumerator returns all fonts, not TrueType only |
tree | commitdiff |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fixed another 2 instances of wxStrncpy bug |
tree | commitdiff |
2001-12-27 |
Václav Slavík | Idiot I am; my previous commit certainly broke non... |
tree | commitdiff |
2001-12-27 |
Václav Slavík | fix for unicode crashes by Dimitri |
tree | commitdiff |
2001-12-25 |
Vadim Zeitlin | don't make control dirty after a call to SetValue() |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | DoSetClientSize() may take 4 iterations to set the... |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | changed the default font facename for the decorative... |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | code clean up, avoid duplicating the same code in font... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | use wxFontMapper when setting the encoding (fix to... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | fixed handling of the items with indirect data broken... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | create masks even (slightly) faster |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | sped up the mask creation by a factor of 40 |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | fixed sorting the items which have indirect data (i... |
tree | commitdiff |
2001-12-22 |
Julian Smart | More tweaks to wxMicroWi |
tree | commitdiff |
2001-12-22 |
Vadim Zeitlin | wxFont can now raelly use the native fonts |
tree | commitdiff |
2001-12-21 |
Julian Smart | More tinkering |
tree | commitdiff |
2001-12-21 |
Julian Smart | MicroWindows tweaks |
tree | commitdiff |
2001-12-21 |
Julian Smart | MicroWindows mods |
tree | commitdiff |
2001-12-20 |
Ron Lee | moved dynamic loader option checks to chkconf.h |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | suppress some warnings appearing in the optimized build... |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | fixed redraw problems in wxStaticText |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | compilation fix for old mingw32 |
tree | commitdiff |
2001-12-17 |
Václav Slavík | comment clarification |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | don't use EM_STREAMIN at all in Unicode mode, it's... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
tree | commitdiff |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
tree | commitdiff |
2001-12-15 |
Václav Slavík | blind fix for Unicode compilation of wxTextCtrl/msw |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | wxConfig clean up and bug fix for record defaults |
tree | commitdiff |
2001-12-13 |
Ron Lee | Vadim, please check this, I think it's what you meant |
tree | commitdiff |
2001-12-12 |
Vadim Zeitlin | another memory leak fixed |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fix for my old and broken mingw32 headers |
tree | commitdiff |
2001-12-09 |
Julian Smart | Define SF_UNICODE if undefined |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed bug with the caret positioning after SetValue... |
tree | commitdiff |
2001-12-09 |
Ron Lee | fix bogus VC 'for' scoping. |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | fixed displaying text in non default charset in the... |
tree | commitdiff |
2001-12-08 |
Václav Slavík | fixes for setup.h handling in Watcom makefiles |
tree | commitdiff |
2001-12-08 |
Václav Slavík | compilation fix for Watcom C++ |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | 1. don't emulate OFN_OVERWRITEPROMPT, use the real... |
tree | commitdiff |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
tree | commitdiff |
2001-12-07 |
Vadim Zeitlin | don't crash in wxGetWindowXXX() if HWND is 0 |
tree | commitdiff |
2001-12-04 |
Mattia Barbon | Fix for very old w32api |
tree | commitdiff |
2001-12-04 |
Julian Smart | Tried to fix makefile.g95 |
tree | commitdiff |
2001-12-04 |
Julian Smart | Ifdefed out code that wouldn't compile with Mingw32... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed assert failure when removing a menu |
tree | commitdiff |
2001-12-02 |
George Tasker | Fixed incorrect deletion of hPalette if the call to... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | more fixes to target window scrolling |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | fixed stupid bug which prevented automatic encoding... |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | always use HWND first in WM_COMMAND handler to avoid... |
tree | commitdiff |
2001-12-01 |
Robin Dunn | Added a dependency for setup.h so it will be copied... |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | corrected InternetGetConnectedState() prototype |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | set app name to argv[0] by default, as was done before |
tree | commitdiff |
2001-11-30 |
Julian Smart | Fixed bug in wxConvertDIBToBitmap (contributed) |
tree | commitdiff |
2001-11-29 |
Julian Smart | Don't convert args if NULL |
tree | commitdiff |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
tree | commitdiff |
2001-11-28 |
Vadim Zeitlin | blind fix for iconizing/restoring hidden child frames bug |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCmdLineParser::ConvertStringToArgs(), wxApp... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed VC++ warning |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | centre on screen the dialogs without epxlicit position |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | added wxCHANGE_DIR flag support to wxMSW implementation |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | and now fixes for compilation with wxUSE_PALETTE=1 |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixes for compilation with wxUSE_PALETTE=0 |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | fixed UMR (patch #484863) |
tree | commitdiff |
2001-11-22 |
George Tasker | Fixed coding of a switch statement that had RETURN... |
tree | commitdiff |
2001-11-22 |
Vadim Zeitlin | minor flicker reduction in the virtual list ctrl |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed wxTaskBarIcon compilation |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for wxBase RPM |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fix for my old mingw32 cross-compiler |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fixed erroneous debug error message |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Fixed Cygwin crash on toolbar tooltip |
tree | commitdiff |
2001-11-19 |
Mattia Barbon | Added HANGUL_CHARSET for MSVC5 |
tree | commitdiff |
2001-11-18 |
Vadim Zeitlin | fixes for programmatically deleting the find/replace... |
tree | commitdiff |
2001-11-18 |
Ron Lee | Removed include/wx/setup.h from filelist.txt -- Needed... |
tree | commitdiff |
2001-11-17 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2001-11-17 |
Ron Lee | cast away a couple of warnings and added *.inc to the... |
tree | commitdiff |
2001-11-17 |
Vadim Zeitlin | implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
tree | commitdiff |
next |