]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-07-18  Vadim ZeitlinwxGTK/Univ compilation fixes
2007-07-18  Robert RoeblingCompleted sorting in wxDataViewCtrl
2007-07-18  Vadim Zeitlinadded documentation of wxUSE_XXX symbols (modified...
2007-07-18  Vadim Zeitlinfix broken wxvscrolledwindowsetrowcount link
2007-07-18  Václav Slavíkcompilation fix for minimal build
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingForgot this one
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-18  Vadim Zeitlinremoved the hyphen from the new --enable{baseevt,epoll...
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-07-18  Václav Slavíkuse iterators instead of c_str()
2007-07-17  Vadim Zeitlinadded new libraries (patch from Francesco)
2007-07-17  Vadim Zeitlinadded missing libraries to the requirements list
2007-07-17  Vadim Zeitlinremove references to contrib (patch from Francesco)
2007-07-17  Vadim Zeitlincheck whether the string is non-empty before accessing...
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-17  Chris Elliottsvn rather than cvs
2007-07-17  Chris Elliottsvn rather than cvs
2007-07-17  Václav Slavíkcompilation fix for Borland C++
2007-07-17  David ElliottPartially implement wxRadioBox for wxCocoa.
2007-07-17  David ElliottAdd a couple of wxAutoNSAutoreleasePool in some key...
2007-07-17  David ElliottDon't use exceptions to determine lack of a method...
2007-07-16  Vadim Zeitlinremove file containing many obsolete defines, if anyone...
2007-07-16  David ElliottAdded preliminary documentation about how to write...
2007-07-16  Vadim Zeitlintest for gettimeofday/ftime even if we don't use wxDate...
2007-07-16  Vadim Zeitlinuse wxGetLocalTimeMillis() instead of wxDateTime in...
2007-07-16  Vadim Zeitlincompilation fix for wxUSE_LOG==0
2007-07-16  Vadim Zeitlinadd wxMilliClockToLong() helper
2007-07-16  Vadim Zeitlininclude wx/dynarray.h to fix compilation with minimal...
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-16  Vadim Zeitlininclude wx/longlong.h to fix compilation with wxUSE_DAT...
2007-07-16  Václav Slavíksupport real transparency for controls that return...
2007-07-16  Václav Slavíkcompilation fix for wxStrtod and friends: non-zero...
2007-07-16  David ElliottThe wxUSE_EPOLL_DISPATCHER (like other wxUSE flags...
2007-07-16  Vadim Zeitlinfix WX_ARG_WITH behaviour when it's used before wxUSE_A...
2007-07-16  Vadim Zeitlinadded unistd.h include for close()
2007-07-16  Robert RoeblingUse wxDataViewItem, not row to index
2007-07-16  Robert RoeblingStore pointers in wxDataViewItem in the sample, no...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-15  Vadim Zeitlinsimplify the test for build setup.h being out of date...
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-07-15  Paul Cornettfix for monolithic build
2007-07-15  Vadim Zeitlinno real changes, just added an extra status message
2007-07-15  Vadim Zeitlincreate greyed image for wxBitmapButton in MSW automatic...
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-15  Václav Slavíkconvert bitmap's surface to RGB24/ARGB in wxBitmap...
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-14  Vadim Zeitlinregenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions
2007-07-14  Vadim Zeitlinmake the path absolute before using it with gtk_file_ch...
2007-07-14  Vadim Zeitlinreplace RunLoop() call with Dispatch() after wxFDIODisp...
2007-07-14  Vadim Zeitlinallow setting empty tooltip in SetIcon() (patch 1750994)
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincorrected #if check which was written as #ifdef
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim Zeitlinignore bakefile-generated test.dsw too
2007-07-14  Paul Cornettfix syntax error
2007-07-14  Vadim Zeitlinadded include guard
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Vadim Zeitlinfix harmless unused variable warning
2007-07-14  Paul Cornettfix HasPendingEvents() to only return true if there...
2007-07-14  Vadim Zeitlinallow using dashes in the names of --enable/with option...
2007-07-14  Vadim Zeitlindon't change the wxUSE_XXX for the controls if --enable...
2007-07-14  Robert RoeblingTest in GetFirstChild() if item is known to control
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-14  Benjamin Williamsfix for bug #1747890 - close button problem fixed
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-14  Stefan Csomoradapting to new m_labelOrig label member
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-07-13  Václav Slavíkadded --disable-visibility configure option
2007-07-13  Vadim Zeitlincompilation fix for DoReadBinary() in STL build
2007-07-13  Vadim Zeitlinset the string field of the wxEVT_COMMAND_CHECKLISTBOX_...
2007-07-13  Vadim Zeitlinfixed showing busy cursor for disabled windows and...
2007-07-13  Vadim Zeitlinuse wxLongLong::ToLong() and not GetLo() to extract...
2007-07-13  Vadim Zeitlinadded commands to test how busy cursor behaves during...
2007-07-13  Vadim Zeitlinadded eVC project file for building regex library ...
2007-07-13  Vadim Zeitlinadded stubs for DoRead/WriteBinary()
2007-07-13  Vadim Zeitlincast abs() argument to int to fix compilation with...
2007-07-13  Vadim ZeitlinwxCreateDIB() seems to be unused, removed
2007-07-13  Václav Slavíkmake it possible to build in ANSI build on Windows...
2007-07-13  Václav Slavíkmake --enable-optimise the default in absence of -...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Vadim Zeitlinfix unused parameter warning in OnIdle()
2007-07-12  Vadim Zeitlinuse unsigned char to avoid MSVC warnings about cast...
2007-07-12  Vadim Zeitlinremove deprecated UseAlpha() call
2007-07-12  David ElliottImprove static_cfref_cast so that it can be used withou...
2007-07-12  David ElliottFix Raise and Lower to leave all other sibilng views...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Václav Slavíkremoved extra semicolon
2007-07-12  Vadim Zeitlincompilation fix for ANSI STL build
2007-07-12  Vadim Zeitlinremoved Insert() methods which already exist in the...
2007-07-12  Vadim Zeitlinadded support for alpha channel to wxColour to/from...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Václav Slavíkcompilation fix
2007-07-12  Vadim Zeitlinadded missing spaces
2007-07-12  Vadim Zeitlinnon-PCH compilation fix after latest change
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlin--with-sdl option should be taken into account for...
next