2005-04-02 |
Vadim Zeitlin | fixed background colour of the automatically created...
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y)
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | documented static_data parameter of SetAlpha()
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | use separate is-static flag for alpha channel and main...
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | added XYToIndex() to avoid duplicating the checks for...
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | fixed TREE_ITEM_MENU generation from right mouse clicks...
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | fixes to static box borders calculations and significant...
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | added AutoHRGN class; corrected GetHbrush[Of]() macros
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | added wxSOLID default value for FindOrCreateBrush()
|
commit | commitdiff | tree |
2005-04-02 |
Vadim Zeitlin | removed superfluous semicolons
|
commit | commitdiff | tree |
2005-04-01 |
Vadim Zeitlin | implemented GetProgramHandle() for Win32 and documented it
|
commit | commitdiff | tree |
2005-03-29 |
Vadim Zeitlin | removed extra dot from msg catalog names (fix for the...
|
commit | commitdiff | tree |
2005-03-28 |
Vadim Zeitlin | added GetHimagelist()
|
commit | commitdiff | tree |
2005-03-28 |
Vadim Zeitlin | do runtime check for GTK+ 2.4 and not only compile...
|
commit | commitdiff | tree |
2005-03-28 |
Vadim Zeitlin | corrected GTK wrapping line
|
commit | commitdiff | tree |
2005-03-28 |
Vadim Zeitlin | use GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available
|
commit | commitdiff | tree |
2005-03-28 |
Vadim Zeitlin | respect G_FILENAME_ENCODING in wxConvBrokenFileName...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | use wxLocale::GetSystemEncoding() to test whetehr we...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | fixed test for GTK+ 2.4: was always false on a second...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | use popen() instead of wxExecute(), it works inside...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | fixed compilation in non-Unicode build; fixed bug with...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | fix TestGLCanvas ctor (part of patch 1155132)
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | applied patch fixing problems with X server crash when...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | fixed crash introduced by recently applied autowidth...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | applied heavily modified patch 1116702: support for...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | use image mask colour if any instead of guessing that...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | added wxBitmap::GetMaskBitmap()
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | applied part of patch 1169925: fix errors with multibyte...
|
commit | commitdiff | tree |
2005-03-27 |
Vadim Zeitlin | use wxFileName to change catalog extension instead...
|
commit | commitdiff | tree |
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 |
next |