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 |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersection...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | declare wxFileSelectorDefaultWildcardStr to fix compilation...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149)
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and...
|
commit | commitdiff | tree |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
|
commit | commitdiff | tree |
2007-05-23 |
Vadim Zeitlin | fix wxODCB_PAINTING_SELECTED not being always set ...
|
commit | commitdiff | tree |
2007-05-23 |
Vadim Zeitlin | don't crash in dtor if the dialog had never been shown...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | remove unused static function (avoids a warning about it)
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compilation...
|
commit | commitdiff | tree |
2007-05-22 |
Vadim Zeitlin | remove GetStandardCmdLineOptions() which is not needed...
|
commit | commitdiff | tree |
2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessPendin...
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | rebaked after evtloopmsw.cpp removal
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | document wxLaunchDefaultBrowser() scheme handling
|
commit | commitdiff | tree |
2007-05-19 |
Vadim Zeitlin | restore WX_UNICODE after building ANSI packages
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | we don't need status bar in the MDI children
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | don't give debug messages about WM_MDISETMENU failure...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | don't dereference NULL parent in wxMDIChildFrame dtor...
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | LaTeX syntax and links corrections
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | fix warning about unused rc variable in release builds
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class...
|
commit | commitdiff | tree |
next |