2005-03-24 |
Vadim Zeitlin | don't forget cards drawn on the canvas; general cleanup...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | removed pragma interface/implementation (useless and...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596)
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | fixed broken wxCtime() implementation (wrong buffer...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | Wait() should now return correct exit code even if...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | simplifications of checks for themed-background sysopt...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | adjust the rectangle before calling DrawThemeBackground...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | added IsFalse() to simplify code doing HasOption(very...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | wxTextCtrl with wxTE_RICH2 style now uses RichEdit...
|
commit | commitdiff | tree |
2005-03-23 |
Vadim Zeitlin | clear m_aTypes array in Clear() as well (patch 1165866)
|
commit | commitdiff | tree |
2005-03-22 |
Vadim Zeitlin | corrected GetAppName() link
|
commit | commitdiff | tree |
2005-03-22 |
Vadim Zeitlin | added debugrpt sample
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | more about GetRect() (patch 1158730)
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed unused function warning in GTK+ 2 compilation
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384)
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | speed up SetColumnWidth() by caching max column width...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed wxTE_WORDWRAP description; wxTE_LINEWRAP supported...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | document (and check for it with assert) that wxGetKeyState...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | support wxFRAME_SHAPED, it works for dialogs too (patch...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | use WXDLLIMPEXP_FL with event types declarations (patch...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | remove odbc lib to prevent rpm errors about unpackaged...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed library order (important for static linking under...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | build debugrpt sample if wxUSE_DEBUGREPORT
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | define USE_QA so that qa library is built
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed Context_Current spelling
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | added links to wxDebugReport
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | documented wxDebugReport and related classes
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed path to wx/debugrpt.h header (had extra include...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed warnings about possibly uninitialized variables...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | unreachable code warning fix (Unicode build)
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile()
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | another compilation fix after wxMenuBar ctor patch
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | fixed SetColumnWidth() in wxLC_LIST mode (set column...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | regenerated after qa lib changes
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | added qa dll
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | generated makefiles after qa library creation
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | set wxUSE_DEBUGREPORT to 1 by default again
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | mention which files should be changed when adding a...
|
commit | commitdiff | tree |
2005-03-21 |
Vadim Zeitlin | added closing parenthesis inside comment, no real changes
|
commit | commitdiff | tree |
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 |
next |