2005-03-27 |
Vadim Zeitlin | make it clear which GL(U) library we can't find in...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | corrected library order to make the sample link
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | added wxTE_BESTWRAP style (which is the default now...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | don't crash when trying to dump struct members which...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | made Update() recursive under wxGTK2 (doesn't work...
|
commit | commitdiff | tree |
2005-03-26 |
Vadim Zeitlin | compilation fix for wxUSE_ON_FATAL_EXCEPTION == 0
|
commit | commitdiff | tree |
2005-03-26 |
Vadim Zeitlin | added deprecation note
|
commit | commitdiff | tree |
2005-03-26 |
Vadim Zeitlin | changed wxWindow::Refresh() to refresh the window children...
|
commit | commitdiff | tree |
2005-03-26 |
Vadim Zeitlin | don't use *.* under Unix as it does not match all files...
|
commit | commitdiff | tree |
2005-03-25 |
Vadim Zeitlin | do nothing in Freeze/Thaw() if the window is hidden...
|
commit | commitdiff | tree |
2005-03-25 |
Vadim Zeitlin | reversed disabling of deferred resizing in the last...
|
commit | commitdiff | tree |
2005-03-25 |
Vadim Zeitlin | fixed child window resizing
|
commit | commitdiff | tree |
2005-03-25 |
Vadim Zeitlin | more cosmetic changes: type-safe Connect()s, removed...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | don't call SetSize() twice in ResizeChild(), this is...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | fix handling Alt-key events in wxComboBox
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | cleanup/reformatting
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | cleanup: define events correctly, define type-safe...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | file dialog with wxMULTIPLE style still doesn't allow...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | lame temporary "fix" for file names which are not UTF...
|
commit | commitdiff | tree |
2005-03-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define...
|
commit | commitdiff | tree |
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 |
next |