2007-07-09 |
Vadim Zeitlin | don't bubble up the events upwards the window hierarchy...
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | added missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
|
commit | commitdiff | tree |
2007-07-08 |
Vadim Zeitlin | fix from Francesco for the latest version of wxPresets
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | remove the unneeded +1 from wxGauge::SetValue() call...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | document that SetValue() accepts values in 0..GetRange...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | use 'neither ... nor ...' instead of 'neither ... or...
|
commit | commitdiff | tree |
2007-07-05 |
Vadim Zeitlin | reset selection when sorting the items as they don...
|
commit | commitdiff | tree |
2007-07-05 |
Vadim Zeitlin | don't allow selecting multiple items in single selection...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | simplify test for 64 bit architectures: just check...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | fixed bug which resulted in generation of spurious...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | rebaked after adding threads/atomic.cpp
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | added wxAtomicInc/Dec() functions (patch 1739486)
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | ignore bakefile temp files
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | ignore VC++ build files
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | compilation fix for ANSI build (added #if wxUSE_UNICODE)
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | test whether HAVE_VSWPRINTF is defined, not whether...
|
commit | commitdiff | tree |
2007-07-02 |
Vadim Zeitlin | removed instructions for adding contrib libraries ...
|
commit | commitdiff | tree |
2007-06-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX
|
commit | commitdiff | tree |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not...
|
commit | commitdiff | tree |
2007-06-29 |
Vadim Zeitlin | strip the leading dot from extension if present in...
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window...
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | corrected some links
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | mention wxLogInterposer(Temp)
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | use DisableTimestamp() instead of SetTimestamp(NULL)
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | don't invalidate the font in SetNativeFontInfo[Desc...
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | added wxLog::DisableTimestamp() to be used as a synonym...
|
commit | commitdiff | tree |
2007-06-26 |
Vadim Zeitlin | fix bug in WX_GL_DOUBLEBUFFER handling introduced during...
|
commit | commitdiff | tree |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | remove #if around operator&&(), its needed for other...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix asserts for dropdown items
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | override DoLog(wxString) and not the deprecated DoLog...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't crash in SetBackgroundStyle() if the window is...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't always add wxCAPTION to wxMiniFrame style unconditionally
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | make JPEG callbacks extern "C" to fix Sun CC warnings
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix warnings about parameters shadowing member variables
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | pointer to literal string should be const
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | suppress virtual function hiding warnings due to the...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | regenerated after today's changes, it should now handle...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | remove -mt and/or -pthread when mixing Sun CC and gcc...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | use -R instead of -Wl,-rpath with Sun CC under Linux too
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fixed defining FOOCXX symbols (was broken because AC_LANG_PO...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | added support for using Sun CC to link shared libraries...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warnings about converting literal strings...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | suppress Sun CC warnings about casting between C++...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warning about name clash between the method...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | better Sun CC fix: put the function in anonymous namespace...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | Sun CC doesn't allow calling static function from template...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | test for Sun CC under Linux too, and not only Solaris...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't redefine __WCHAR_TYPE__ when using Sun CC if...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | Sun CC (at least version 5.9) has wint_t as a separate...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | document CreateConfig() (extended patch 1739374)
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | don't use DLL export declaration with inline functions...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | changed AddPendingEvent() to take const wxEvent reference...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | fix STL build (don't rely on implicit wxString to char...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | fixed compilation in Unicode build (it was silently...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | fix compilation in ANSI STL build
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | blind fix for wxUSE_WXDIB==0 compilation (replaces...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | pass double as sqrt() argument as at least Sun compiler...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | document that wx[HV]SCROLL don't work with native controls...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | check that we do have scrollbars before using them...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | fix to the previous commit: percent signs have to be...
|
commit | commitdiff | tree |
2007-06-21 |
Vadim Zeitlin | fix handling of '#' in file names (patch 1740328)
|
commit | commitdiff | tree |
2007-06-20 |
Vadim Zeitlin | single line wxTextCtrl fg colour fix is now in 2.8
|
commit | commitdiff | tree |
2007-06-20 |
Vadim Zeitlin | mention changes from 2.8 branch too, at the very least...
|
commit | commitdiff | tree |
2007-06-20 |
Vadim Zeitlin | don't free "static" alpha data (patch 1738966)
|
commit | commitdiff | tree |
2007-06-17 |
Vadim Zeitlin | correct setting of pSymbol->SizeOfStruct (patch 1737789)
|
commit | commitdiff | tree |
2007-06-16 |
Vadim Zeitlin | fix unused parameters warnings
|
commit | commitdiff | tree |
2007-06-16 |
Vadim Zeitlin | changed wxIsxxx() to return bool, not int, to avoid...
|
commit | commitdiff | tree |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead...
|
commit | commitdiff | tree |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and...
|
commit | commitdiff | tree |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
|
commit | commitdiff | tree |
2007-06-15 |
Vadim Zeitlin | documented WXUSING/MAKINGDLL
|
commit | commitdiff | tree |
2007-06-15 |
Vadim Zeitlin | documented __WXDFB__ and __WXGTK2n__
|
commit | commitdiff | tree |
2007-06-15 |
Vadim Zeitlin | corrected strptime() test, don't use NULL pointer as...
|
commit | commitdiff | tree |
2007-06-14 |
Vadim Zeitlin | check if strptime() works correctly and disable its...
|
commit | commitdiff | tree |
2007-06-13 |
Vadim Zeitlin | overload wxStrpbrk() for more types and add tests for it
|
commit | commitdiff | tree |
2007-06-13 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
|
commit | commitdiff | tree |
2007-06-13 |
Vadim Zeitlin | strWC used in the tests was supposed to be a wide string...
|
commit | commitdiff | tree |
2007-06-13 |
Vadim Zeitlin | Unicode compilation fix: wxStrlocale() doesn't take...
|
commit | commitdiff | tree |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFileType...
|
commit | commitdiff | tree |
2007-06-12 |
Vadim Zeitlin | update from Yuri Chornoivan
|
commit | commitdiff | tree |
2007-06-10 |
Vadim Zeitlin | make PositionTextCtrl() virtual (patch 1734405)
|
commit | commitdiff | tree |
2007-06-09 |
Vadim Zeitlin | initialize the variable as XtVaGetValues() may not...
|
commit | commitdiff | tree |
2007-06-09 |
Vadim Zeitlin | generate disconnection event if recv() returns 0 in...
|
commit | commitdiff | tree |
2007-06-09 |
Vadim Zeitlin | fix custom draw bug for controls with only one column...
|
commit | commitdiff | tree |
2007-06-09 |
Vadim Zeitlin | fix SetProcessAffinityMask() prototype (was missing...
|
commit | commitdiff | tree |
2007-06-09 |
Vadim Zeitlin | cancel dragging if Esc is pressed (patch 1733657)
|
commit | commitdiff | tree |
2007-06-05 |
Vadim Zeitlin | compilation fix after last commit: make wxAppConsole...
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | update from Hakki Dogusan
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | fix typo in Selecting() description (bug 1726270)
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppConsole...
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving...
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | provide overloads for all kinds of strings for wxDataFormat...
|
commit | commitdiff | tree |
2007-06-04 |
Vadim Zeitlin | add wx/unix/private directory
|
commit | commitdiff | tree |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselves...
|
commit | commitdiff | tree |
2007-06-03 |
Vadim Zeitlin | initialize wxListItem::m_image to -1 (which means no...
|
commit | commitdiff | tree |
next |