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 |
2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | do use the font in DoGetTextExtent()
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | compilation fix after wxString changes
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextExtent
|
commit | commitdiff | tree |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to...
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | removed extra semicolons added by last commit
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | added wxTimer test (now that it works in console application...
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | removed unused any more file (replaced by wxSelectDispatcher)
|
commit | commitdiff | tree |
2007-05-15 |
Vadim Zeitlin | use C++ compiler for va_copy test, at least under IRIX...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | djgpp doesn't have wint_t as separate type
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | fixed warning about using deprecated GetTextExtent...
|
commit | commitdiff | tree |
2007-05-14 |
Vadim Zeitlin | compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CONTEXT==0
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | another patch bring the docs more up to date (patch...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | remove gettext docs, they have nothing to do in our...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR_DEBU...
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | mention drop down toolbar buttons
|
commit | commitdiff | tree |
2007-05-12 |
Vadim Zeitlin | getting text colour using the themes API doesn't seem...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | apply the table bg colour between the cells too (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | fix wxComboCtrl colours under Windows Vista (patch...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | update the samples/platforms which were unchanged since...
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | fix compilation
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | translate the 'About' string (patch 1717088)
|
commit | commitdiff | tree |
2007-05-11 |
Vadim Zeitlin | avoid truncating the colour channels values, this results...
|
commit | commitdiff | tree |
next |