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 |
2007-06-03 |
Vadim Zeitlin | corrected wrong change description: raw RGB support...
|
commit | commitdiff | tree |
2007-06-03 |
Vadim Zeitlin | added raw RGB support and colour normalization to PNM...
|
commit | commitdiff | tree |
2007-06-03 |
Vadim Zeitlin | add ctor overloads for all kinds of strings to fix...
|
commit | commitdiff | tree |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher...
|
commit | commitdiff | tree |
2007-06-02 |
Vadim Zeitlin | the same event handler class, not object, can be used...
|
commit | commitdiff | tree |
2007-06-02 |
Vadim Zeitlin | upported changes from 2.8.5 (at the very least this...
|
commit | commitdiff | tree |
2007-06-02 |
Vadim Zeitlin | enable non-top tabs workaround for Vista too (replaces...
|
commit | commitdiff | tree |
2007-06-02 |
Vadim Zeitlin | added msw.font.no-proof-quality system option as it...
|
commit | commitdiff | tree |
2007-06-01 |
Vadim Zeitlin | extract setting max length in wxGridCellTextEditor...
|
commit | commitdiff | tree |
2007-06-01 |
Vadim Zeitlin | compilation fix: wxColour::GetColor() returns const...
|
commit | commitdiff | tree |
2007-06-01 |
Vadim Zeitlin | suppress warnings about void* to uint conversion losing...
|
commit | commitdiff | tree |
2007-06-01 |
Vadim Zeitlin | also correct run-time check for gtk_message_dialog_format_se...
|
commit | commitdiff | tree |
2007-05-26 |
Vadim Zeitlin | fix typo: s/radion/radio/
|
commit | commitdiff | tree |
2007-05-26 |
Vadim Zeitlin | GetMenuCount() returns size_t, not int
|
commit | commitdiff | tree |
2007-05-25 |
Vadim Zeitlin | compilation fix for non-PCH build, include wx/wxchar.h
|
commit | commitdiff | tree |
2007-05-25 |
Vadim Zeitlin | deal correctly with having too few items in wxFlexGridSizer...
|
commit | commitdiff | tree |
2007-05-25 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions...
|
commit | commitdiff | tree |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking...
|
commit | commitdiff | tree |
2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString()
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | fix DLL export declaration (adv, not core)
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | don't create wxEventLoop in Initialize(), it's too...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | s/wxStaticIcon/wxStaticBitmap/g (bug 1724527)
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | include wx/wxcrtvararg.h needed for wxSscanf() when...
|
commit | commitdiff | tree |
next |