2005-06-25 |
Vadim Zeitlin | readded wxEVT_SCROLL_ENDSCROLL symbol back to the library...
|
commit | commitdiff | tree |
2005-06-24 |
Vadim Zeitlin | at least not crash in case of TIFF warnings/errors...
|
commit | commitdiff | tree |
2005-06-24 |
Vadim Zeitlin | use wxVLogWarning in TIFFwxWarningHandler() instead...
|
commit | commitdiff | tree |
2005-06-24 |
Vadim Zeitlin | fixed appending menu items for a (popup) menu with...
|
commit | commitdiff | tree |
2005-06-21 |
Vadim Zeitlin | wxDragImage is not in wxAdv
|
commit | commitdiff | tree |
2005-06-20 |
Vadim Zeitlin | define SetHelpText() to do nothing when wxUSE_HELP...
|
commit | commitdiff | tree |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_LOGWINDOW==0
|
commit | commitdiff | tree |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
|
commit | commitdiff | tree |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_OLE==0 for WinCE
|
commit | commitdiff | tree |
2005-06-20 |
Vadim Zeitlin | (harmless) eVC4 release mode warning fix
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | documented that wxFileModificationTime() returns 0...
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | reimplemented wxFileModificationTime() for CE without...
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | disable warning for eVC 4 (_MSC_VER == 1201) as well
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | WinCE does support strftime() now, no need to #ifdef...
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | WinCE compilation fix (no SM_C[XY]DRAG under CE as...
|
commit | commitdiff | tree |
2005-06-19 |
Vadim Zeitlin | added scopeguardtest.cpp
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | don't assert if kind == Item_None in wxSizerItem::IsShown...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | fixed typo in GetSelEnd() which made that the function...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | don't try to subclass tab control using the same window...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | undid last commit, it's not needed after fixing the...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | use generic sample icon; no need for separate .rc file
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | use empty string and not string().c_str() as title...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | create BAKEFILE_PATHS env var
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | WXWIN env var should go to HKCU\Environment, not to...
|
commit | commitdiff | tree |
2005-06-17 |
Vadim Zeitlin | don't show wxLogDebug during app startup output in...
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | fixed problem with wxKill(SIGNONE) returning error...
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | added test for wxScopeGuard
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | documented wxScopeGuard; this class is too useful to...
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | fixed wxON_BLOCK_EXIT macros to work with new definition...
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | fix index of appended items (broken by previous commit)
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | initial attempt to make it work for eVC (WinCE) as...
|
commit | commitdiff | tree |
2005-06-16 |
Vadim Zeitlin | don't redeclare struct tm if it's already declared...
|
commit | commitdiff | tree |
2005-06-15 |
Vadim Zeitlin | (harmless) eVC4 warning fix
|
commit | commitdiff | tree |
2005-06-15 |
Vadim Zeitlin | WinCE compilation fixes
|
commit | commitdiff | tree |
2005-06-09 |
Vadim Zeitlin | another compilation fix for wxUSE_MIMETYPE==0
|
commit | commitdiff | tree |
2005-06-09 |
Vadim Zeitlin | always set flat toolbar style, even under XP with themes...
|
commit | commitdiff | tree |
2005-06-09 |
Vadim Zeitlin | don't statically link to SetMenuInfo(): it is not present...
|
commit | commitdiff | tree |
2005-06-09 |
Vadim Zeitlin | added explicit casts for (varagr) TIFFSetField() parameters
|
commit | commitdiff | tree |
2005-06-09 |
Vadim Zeitlin | (blind) compilation fix for wxUSE_UXTHEME==0
|
commit | commitdiff | tree |
2005-06-08 |
Vadim Zeitlin | include wx/msw/wrapcctl.h instead of <commctrl.h> as...
|
commit | commitdiff | tree |
2005-06-08 |
Vadim Zeitlin | added tech note for MSW programmers
|
commit | commitdiff | tree |
2005-06-08 |
Vadim Zeitlin | test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar...
|
commit | commitdiff | tree |
2005-06-08 |
Vadim Zeitlin | don't define WINVER as 0x0600 for VC6, its standard...
|
commit | commitdiff | tree |
2005-06-08 |
Vadim Zeitlin | define MIM_STYLE and MNS_CHECKORBMP for mingw32 which...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't use WINVER for tests, work around bug in VC6...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't define WINVER in platform.h, do it in wrapwin...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't draw edge around the bitmap for pseudo owner...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | InsertMenuItem() works with bitmaps under Win98 too...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't test for WINVER inside the library, we do all...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | VC6 (harmless) warning fix
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | use InsertMenuItem() for more native support of bitmaps...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | define wxUSE_UNICODE before including wx/chkconf.h...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | support not-quite-owner-drawn mode when we draw only...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't create (and leak) wxLogStderr in wxEntryReal...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | wxGetWinVersion() must be exported from base DLL, not...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | forgot to export wxGetWinVersion() from DLL
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion()
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | added tests of more URLs in URITestCase::URLCompat()
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | fix for fixing of escape sequences (patch 1213416)
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | use pragma warning push/pop under MSVC instead of enabling...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | use stderr in wxMessageOutputBest::Printf() even under...
|
commit | commitdiff | tree |
2005-06-07 |
Vadim Zeitlin | don't do anything in wxLogBuffer::Flush() if there...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | generate an error message when a module initialization...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | use wxLogBuffer to ensure that we don't lose error...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | added wxLogBuffer which collects all log messages in...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | added wxMessageOutputBest which tries to show the message...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | don't crash if FormatMessage() fails in wxSysErrorMsg()
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | updates from Rosetta
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | update from Hakki Dogusan
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | DECLARE_DYNAMIC_CLASS() requires a default ctor
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | removed check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU...
|
commit | commitdiff | tree |
2005-06-06 |
Vadim Zeitlin | check for Unicode being used under Win9x much earlier...
|
commit | commitdiff | tree |
2005-06-02 |
Vadim Zeitlin | hide the cell editor if the grid loses focus
|
commit | commitdiff | tree |
2005-06-02 |
Vadim Zeitlin | fixed asserts when clicking on bugs table priority...
|
commit | commitdiff | tree |
2005-06-02 |
Vadim Zeitlin | typo in last commit
|
commit | commitdiff | tree |
2005-06-02 |
Vadim Zeitlin | removed duplicate wx/msw/debughlp.h include
|
commit | commitdiff | tree |
2005-06-01 |
Vadim Zeitlin | renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
|
commit | commitdiff | tree |
2005-06-01 |
Vadim Zeitlin | don't try to show stack trace in assert msg box unless...
|
commit | commitdiff | tree |
2005-06-01 |
Vadim Zeitlin | return immediately from WalkFrom() if dbghelp dll initializa...
|
commit | commitdiff | tree |
2005-06-01 |
Vadim Zeitlin | added wxPLURAL() macro
|
commit | commitdiff | tree |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as...
|
commit | commitdiff | tree |
2005-05-31 |
Vadim Zeitlin | wxStandardPaths methods are not static; documented...
|
commit | commitdiff | tree |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL
|
commit | commitdiff | tree |
2005-05-31 |
Vadim Zeitlin | document that SetCurrent() must be called on a visible...
|
commit | commitdiff | tree |
2005-05-31 |
Vadim Zeitlin | keep correct default background but allow overriding...
|
commit | commitdiff | tree |
2005-05-28 |
Vadim Zeitlin | fixed wxRemove() return value under Win CE
|
commit | commitdiff | tree |
2005-05-27 |
Vadim Zeitlin | documented WX_PRECOMP
|
commit | commitdiff | tree |
2005-05-25 |
Vadim Zeitlin | apparently the check for too small rect is needed not...
|
commit | commitdiff | tree |
2005-05-25 |
Vadim Zeitlin | if we return GetSize() from DoGetBestSize(), remember...
|
commit | commitdiff | tree |
2005-05-24 |
Vadim Zeitlin | subclass all updown controls in notebooks, not just...
|
commit | commitdiff | tree |
2005-05-24 |
Vadim Zeitlin | don't use dangling HBRUSH
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | allow SQLDriverConnect() to open the dialog asking...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | fixed drawing of owner drawn buttons with multiline...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | fix assert when leaving control with wxDP_ALLOWNONE...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | define LONG_PTR for consistency too
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | added support for incremental search in virtual list...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | added virtual view mode with small number of items...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | moved WM_PRINTCLIENT from wxRadioBox to wxStaticBox...
|
commit | commitdiff | tree |
next |