wxWidgets.git
2007-06-16  Vadim Zeitlinreplace wxDocument::GetPrintableName(wxString&) and...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-06-15  Vadim Zeitlinadded wxDEPRECATED_BUT_USED_INTERNALLY macro and use...
2007-06-15  Vadim Zeitlindocumented WXUSING/MAKINGDLL
2007-06-15  Vadim Zeitlindocumented __WXDFB__ and __WXGTK2n__
2007-06-15  Jouk Jansen Committing in .
2007-06-15  Václav Slavíkdon't put invalid UTF-8 data into wxString if Printf...
2007-06-15  Václav Slavík(blind) compilation fix
2007-06-15  Vadim Zeitlincorrected strptime() test, don't use NULL pointer as...
2007-06-14  Paul Cornetttypo fix
2007-06-14  Paul Cornettremove gtk1 code
2007-06-14  Václav Slavíkfixed wxComboBox::Replace() to correctly use UTF-8...
2007-06-14  Vadim Zeitlincheck if strptime() works correctly and disable its...
2007-06-13  Václav Slavíkprefer wxFFile to wxFile if both are available, for...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-13  Václav Slavíkdon't propagate wxChildFocusEvent outside of wxTLWs
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Václav Slavíkremoved redundant #include <dynarray.h>
2007-06-13  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-13  Vadim ZeitlinUnicode compilation fix: wxStrlocale() doesn't take...
2007-06-13  Vadim Zeitlinadded wxNullPtr and use it instead of just 0 with wxFil...
2007-06-13  Václav Slavíkadded missing #includes
2007-06-12  Václav Slavíkuse wxString in wxDateTime methods (only partially...
2007-06-12  Václav SlavíkwxUSE_UNICODE_MSLU compilation fix
2007-06-12  Jouk Jansen Updates for VMS
2007-06-12  Vadim Zeitlinupdate from Yuri Chornoivan
2007-06-12  Václav Slavíkmore STL fixes
2007-06-12  Václav SlavíkANSI/Unix build compilation fixes
2007-06-12  Václav SlavíkPCH-less compilation fix
2007-06-11  Václav Slavíkfixed VC6 warnings about non-dllexported members in...
2007-06-11  Václav Slavíkcompilation fix for gcc 3.3
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-11  Václav Slavíkadded long int operators to wxUniChar (fixes wxMac...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-11  Václav Slavíkadded wchar_t, wxUniChar overloads for wxStrchr
2007-06-11  Václav SlavíkVC6 doesn't like 'return callToVoidFunc();' statements
2007-06-11  Václav Slavíkgcc on OS X has problems with compiling empty files...
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav SlavíkATTRIBUTE_PRINTF doesn't work with wchar_t* format...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkfixed signed/unsigned comparison warning
2007-06-10  Václav SlavíkPCH-less compilation fix
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-10  Vadim Zeitlinmake PositionTextCtrl() virtual (patch 1734405)
2007-06-09  Julian SmartFaster hex encoding
2007-06-09  Vadim Zeitlininitialize the variable as XtVaGetValues() may not...
2007-06-09  Vadim Zeitlingenerate disconnection event if recv() returns 0 in...
2007-06-09  Vadim Zeitlinfix custom draw bug for controls with only one column...
2007-06-09  Vadim Zeitlinfix SetProcessAffinityMask() prototype (was missing...
2007-06-09  Vadim Zeitlincancel dragging if Esc is pressed (patch 1733657)
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-06-08  Stefan NeisTry using UTF-8 on OS/2.
2007-06-08  Julian SmartSmall typo fix
2007-06-07  Julian SmartInit fix
2007-06-07  Robin DunnYielding from a non-gui thread needs to bail out, other...
2007-06-07  Julian SmartDon't insert a newline when we get text
2007-06-07  Chris Elliottmissing closing bracket broke tex2rtf
2007-06-07  Václav Slavíkremoved unused glob.inc file
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-06-06  Václav Slavíkmarked WinCE implementations of wxOpen etc. functions...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-05  Vadim Zeitlincompilation fix after last commit: make wxAppConsole...
2007-06-05  Václav Slavíkdon't crash when using wxHtmlWidgetCell in wxHtmlListBox
2007-06-04  Vadim Zeitlinupdate from Hakki Dogusan
2007-06-04  Vadim Zeitlinfix typo in Selecting() description (bug 1726270)
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Václav Slavíkcompilation fix
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-04  Vadim Zeitlinadd wx/unix/private directory
2007-06-04  Václav Slavíkremoved unneeded wxVaCopy calls
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-06-04  Václav Slavíkadded comment explaining the condition for compiling...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-06-03  Vadim Zeitlininitialize wxListItem::m_image to -1 (which means no...
2007-06-03  Vadim Zeitlincorrected wrong change description: raw RGB support...
2007-06-03  Vadim Zeitlinadded raw RGB support and colour normalization to PNM...
2007-06-03  Vadim Zeitlinadd ctor overloads for all kinds of strings to fix...
2007-06-03  Julian SmartTypo fix
2007-06-02  Václav Slavíkuse iterators in wxStaticText wrapping and escaping...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-06-02  Vadim Zeitlinthe same event handler class, not object, can be used...
2007-06-02  Vadim Zeitlinupported changes from 2.8.5 (at the very least this...
2007-06-02  Vadim Zeitlinenable non-top tabs workaround for Vista too (replaces...
2007-06-02  Vadim Zeitlinadded msw.font.no-proof-quality system option as it...
2007-06-02  Václav Slavíkpartially fixed passing wxUniChar as vararg argument...
2007-06-02  Václav Slavíkimplemented wxMBConv::IsUTF8() helper for more classes...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-06-01  Vadim Zeitlincompilation fix: wxColour::GetColor() returns const...
2007-06-01  Vadim Zeitlinsuppress warnings about void* to uint conversion losing...
2007-06-01  Vadim Zeitlinalso correct run-time check for gtk_message_dialog_form...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
next