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 |
2005-05-22 |
Vadim Zeitlin | fix wxLongLongFmtSpec for mingw32, Borland and Watcom...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | fixed remains of notebook flickering (improved patch...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | compilation fix: last commit broke non-Win64 compilation
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | just some code cleanup: removed m_hwnd macro
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | document Cmp[NoCase]() overloads taking wxString too...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | don't use -ggdb when not using cc (part of bug 1202893)
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | include wx/defs.h before doing anything else (fixes...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | use correct background colour for items drawing (closes...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | added AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored...
|
commit | commitdiff | tree |
2005-05-22 |
Vadim Zeitlin | wxCloseEvent::GetLoggingOff() is for [query] end session...
|
commit | commitdiff | tree |
2005-05-20 |
Vadim Zeitlin | native checkbox didn't have correct state after switching...
|
commit | commitdiff | tree |
2005-05-19 |
Vadim Zeitlin | respect label foreground colour for static boxes when...
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | fixed problem with non-const methods not working on...
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | added a menu item to disable a control
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | VC++-generated apparently harmless change
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | make sure that setting custom foreground works together...
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | produce more informative (but not much bigger) minidumps...
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | setting foreground colour for wxCheckBox now works...
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | added gcc_lib
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | added wxEvtHandler::Disconnect(evtType, ...) overload
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | removed wx/datetime.inl which is not used any more
|
commit | commitdiff | tree |
2005-05-18 |
Vadim Zeitlin | removed obsolete workspaces
|
commit | commitdiff | tree |
2005-05-17 |
Vadim Zeitlin | ensure that message catalog files are found when the...
|
commit | commitdiff | tree |
2005-05-17 |
Vadim Zeitlin | suppress events resulting from our own SetValue() calls
|
commit | commitdiff | tree |
2005-05-17 |
Vadim Zeitlin | added wxSashEventFunction macro
|
commit | commitdiff | tree |
2005-05-13 |
Vadim Zeitlin | merged in rev 1.28 of wx/datetime.inl: copy milliseconds...
|
commit | commitdiff | tree |
2005-05-08 |
Vadim Zeitlin | fixed GetLocaleDateFormat() to work with all locales...
|
commit | commitdiff | tree |
2005-05-08 |
Vadim Zeitlin | fix VC++ warning in debug build after latest fix to...
|
commit | commitdiff | tree |
2005-05-05 |
Vadim Zeitlin | define wxUSE_CRASHREPORT as 0 for non-MSW
|
commit | commitdiff | tree |
2005-05-05 |
Vadim Zeitlin | limit recursion depth in DumpUDT() to prevent crashes...
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | added (trivial) GetLong/ShortPath() test
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | fixed GetLongPath(): it never used ::GetLongPath()...
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | fixed EOVERFLOW handlign after previous commit and...
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | include iostream headers before using iostream classes...
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION
|
commit | commitdiff | tree |
2005-05-04 |
Vadim Zeitlin | replace complicated OS tests with simple ifdef EOVERFLOW...
|
commit | commitdiff | tree |
2005-04-23 |
Vadim Zeitlin | update from Janos
|
commit | commitdiff | tree |
2005-04-23 |
Vadim Zeitlin | another try at mingw32 compilation fix
|
commit | commitdiff | tree |
2005-04-23 |
Vadim Zeitlin | check for NULL pointer in OnMeasureItem() as well as...
|
commit | commitdiff | tree |
2005-04-18 |
Vadim Zeitlin | fixed compilation for USE_PCH == 0
|
commit | commitdiff | tree |
2005-04-18 |
Vadim Zeitlin | updated libraries names to 2.6
|
commit | commitdiff | tree |
next |