2005-03-21 |
Vadim Zeitlin | added qa library (currently consisting of wxDebugReport...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | added wxString ctor from std::string (inside #ifdef...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | oops, removed duplicate SetIcons[s]() added in last...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | wxMDIChildFrame::Maximize() should have default value...
|
commit | commitdiff | tree |
2005-03-20 |
Vadim Zeitlin | compilation fix after last commit (missing semicolon...
|
commit | commitdiff | tree |
2005-03-19 |
Vadim Zeitlin | added a test for/example of assert dialog box
|
commit | commitdiff | tree |
2005-03-19 |
Vadim Zeitlin | show call stack in the assert dialog box
|
commit | commitdiff | tree |
2005-03-19 |
Vadim Zeitlin | removed C++ comment added by last commit
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | include extern variables declarations in the tags file too
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | restored const operator[]s for the compilers which...
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_M...
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | added EVT_TREE_ITEM_MENU test
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | avoid asserts from calling isprint(c) with non ASCII c
|
commit | commitdiff | tree |
2005-03-18 |
Vadim Zeitlin | compilation fix after last commit (missing semicolon...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | return if abort dialog couldn't be created (part of...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | fixed bug due to missing break in GetColourFromGTKWidget...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | missing break in ParseFormat() (part of patch 1160117)
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808)
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | revert togglable tools to previous state if the change...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | removed #ifdef __WXMAC__ as the code is now the same...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | GetVirtualSize() returns client size values for the...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrollbars...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | removed just added UnsetVirtualSize(), it's not needed...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | added UnsetVirtualSize()
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | removed commented out calls to ReleaseMouse() (no real...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain...
|
commit | commitdiff | tree |
2005-03-17 |
Vadim Zeitlin | removed const operator[]s (should fix 1162115)
|
commit | commitdiff | tree |
2005-03-15 |
Vadim Zeitlin | set wxUSE_DEBUGREPORT to 0 by default; fixed a couple...
|
commit | commitdiff | tree |
2005-03-14 |
Vadim Zeitlin | simplified code (removed 2 unnecessary tests) in CalcMin...
|
commit | commitdiff | tree |
2005-03-14 |
Vadim Zeitlin | disable debug report for now
|
commit | commitdiff | tree |
2005-03-14 |
Vadim Zeitlin | made GetDataDir() return the directory where the program...
|
commit | commitdiff | tree |
2005-03-12 |
Vadim Zeitlin | ensure that either RTLD_LAZY or RTLD_NOW is always...
|
commit | commitdiff | tree |
2005-03-12 |
Vadim Zeitlin | changed wxDL_DEFAULT to be same as wxDL_NOW as this...
|
commit | commitdiff | tree |
2005-03-12 |
Vadim Zeitlin | readded back wxUSE_OLE and wxUSE_WXDIB
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | compilation fix for non PCH build
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | don't use private URL in the sample
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | call wxOle[Un]Initialize() in wxClipboard ctor/dtor...
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | extracted code calling {Ole|Co}[Un]Initialize() to...
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | Unix compilation warning fixes
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | added debugrpt.cpp and dbgrptg.cpp
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | test background bitmap
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | do use PCH with gsocket.cpp
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | added wxDebugReport
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | gave default value of wxID_ANY to id parameter of wxStaticLi...
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | added wxSizerFlags::Left/Right()
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | correct relative paths for headers
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | regenerated with /EHsc instead of /GX (this requires...
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | added wxUSE_DEBUGREPORT
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | cosmetic fix to a message
|
commit | commitdiff | tree |
2005-03-11 |
Vadim Zeitlin | corrected wxLogErrors() in Clear() and Flush()
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | disable drag and drop
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | wxGetEnv() should return wxChar *, even if it's a macro...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | define wxGetEnv() as macro, not inline function, for...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | Unicode fix after last commit
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | ignore build files for stuff which is not in the cvs
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | define wxGetenv() for WinCE which doesn't have _tgetenv...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | use wxGetenv() instead of getenv() which doesn't exist...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | moved WinCE-specific part into wx/msw/wince/chkconf...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | disable wxUSE_EXCEPTIONS when compiling with VC++ but...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | unused param warning with wxUSE_OLE=0
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | generate (common part of) include/wx/msw/wince/setup...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | check that wxYES and wxNO are always used together...
|
commit | commitdiff | tree |
2005-03-09 |
Vadim Zeitlin | made wxStaticCast more backwards compatible by allowing...
|
commit | commitdiff | tree |
2005-03-09 |
Vadim Zeitlin | slightly clarified msw.window.no-clip-children test
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | return name and extension by const ref, not by value...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed wrong use of = instead of == (patch 1159289)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | removed unused wxDirToWinStyle() (part of patch 1159289)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | don't need AC_CXX_DYNAMIC_CAST for now
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | use static_cast<> for wxStaticCast; updated comment...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | mention Linux/AMD64 build fix
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed loop deleting the old filters in SetWildcard...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | honour stateMask in GetItem() too (patch 1153451)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | init member variables properly (patch 1156088)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | update from Hakki Dogusan
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | PPC 2003 SDK doesn't seem to have setlocale() neither...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed bug in Set(double jdn): don't test whether the...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix top margin for static box sizer when wxDIALOG_UNIT_COMPA...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | extracted platform-specific code to determine static...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | don't exclude msw/gsocket.cpp and msw/gsockmsw.cpp...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added file with WinCE-specific configuration options...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | compilation fix for CE with Standard SDK
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | compilation fix for VC6 (patch 1158433)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | look in /usr/lib64 before standard locations, this...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix evaluation order bug (patch 1158099)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix to avoid eVC crashes: restored wxObjectEventFunction...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | replaced complicated and not working test for WinCE...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_DATEPICKCTRL
|
commit | commitdiff | tree |
2005-03-06 |
Vadim Zeitlin | fix warning about comparing (signed) -1 with (unsigned...
|
commit | commitdiff | tree |
2005-03-06 |
Vadim Zeitlin | replaced C++ comment with a C one
|
commit | commitdiff | tree |
next |