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 |
2005-04-17 |
Vadim Zeitlin | added more reserved functions
|
commit | commitdiff | tree |
2005-04-17 |
Vadim Zeitlin | corrected wxMMedia description (forgot to commit before)
|
commit | commitdiff | tree |
2005-04-17 |
Vadim Zeitlin | documented new AddFile() behaviour with abs paths
|
commit | commitdiff | tree |
2005-04-17 |
Vadim Zeitlin | added missing ANSI DLL configurations (fixes VC6 crash)
|
commit | commitdiff | tree |
2005-04-17 |
Vadim Zeitlin | changed to DOS format; added tif_extension.c
|
commit | commitdiff | tree |
2005-04-17 |
Vadim Zeitlin | update for 2.6.0 from Martin Srebotnjak
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | update for 2.6.0 from Jonas Rydberg
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | regenerated after adding wx/unix/apptbase.h and wx...
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | added wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | compilation fix: use wxSB_HORIZONTAL/VERTICAL instead...
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | replaced C++ comments with C ones
|
commit | commitdiff | tree |
2005-04-16 |
Vadim Zeitlin | updated from libs.dia
|
commit | commitdiff | tree |
2005-04-15 |
Vadim Zeitlin | use premultiplied RGB in raw image demo
|
commit | commitdiff | tree |
2005-04-14 |
Vadim Zeitlin | fix c-format strings with mismatching format specifiers...
|
commit | commitdiff | tree |
2005-04-14 |
Vadim Zeitlin | update from Hans F. Nordhaug
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | made wxGridCellAttr dtor protected instead of private
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | added tif_extension.c (bug 1168167)
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | fixed tests for dashed/dotted pens under OS != NT ...
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | don't break of the loop resetting last focus pointer...
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | added owner drawn checkbox to listbox page and the...
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | added wxMedia
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | mention libs.dia
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | added wxQA
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | mistakenly enabled by default --enable-unicode switched...
|
commit | commitdiff | tree |
2005-04-13 |
Vadim Zeitlin | fix DESTDIR handling in wx-config link (patch 1181759)
|
commit | commitdiff | tree |
2005-04-11 |
Vadim Zeitlin | after latest changes background of radio buttons _not_...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | modified AddFile() to copy file to the debug report...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | silently ignore NULL pointers in MSWOnMeasureItem(...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | fixed MSWGetBgBrush() call, it needs a HWND and not...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | documented AddText
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWControl...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | mark slider as being transparent, otherwise it has...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | fixed slider positioning/sizing (especially when ticks...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | documented wxSL_BOTTOM, clarified the others
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | put some asserts to check that inconsistent slider...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | removed is_vertical check box, it was duplicating the...
|
commit | commitdiff | tree |
2005-04-10 |
Vadim Zeitlin | GetParent() was always used in test for wxHSCROLL checked...
|
commit | commitdiff | tree |
next |