]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...
2007-03-28  Václav Slavíkmade wxHashMap work with any form of strings
2007-03-28  Václav Slavíkadded test for operator?: and wxCStrData
2007-03-28  Václav Slavíkre-enabled using std::string for wxStringImpl if wxUSE_...
2007-03-28  Vadim Zeitlinupdate from helix84
2007-03-27  Julian SmartNeed an extra pixel when divider present
2007-03-27  Václav Slavíkdisabled VC6 warning about passing a macro that expands...
2007-03-27  Václav Slavíkfixed compilation with 2.8 compatibility off: wxTR_EXTE...
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinremoved wxHAS_NATIVE_TAB_TRAVERSAL which is now defined...
2007-03-26  Vadim Zeitlinuse NavigateIn() method instead of sending wxNavigation...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinadded taborder sample
2007-03-26  Václav Slavíkadded basic test for wxLocale
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
2007-03-26  Václav Slavíkuse wxStrings in wxLocale methods, _() and wxGetTransla...
2007-03-26  Václav Slavíkescape _ in LaTeX sources
2007-03-26  Václav SlavíkPreparing wxString for UTF-8 representation:
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-26  Vadim Zeitlinadded ellipsis to a couple of stock labels
2007-03-26  Vadim Zeitlinfixed compilation without PCH
2007-03-26  Vadim Zeitlinuse more complicated layout; added wxTE_PROCESS_TAB...
2007-03-26  Vadim Zeitlinsend wxNavigationKeyEvent to the correct window
2007-03-26  Vadim Zeitlinadded taborder sample
2007-03-26  Vadim Zeitlinassert if AddRoot() is called twice for a wxTR_HIDE_ROO...
2007-03-26  Julian SmartTypo correction
2007-03-26  Václav Slavíkadded missing operators to wxString::reverse_iterator
2007-03-25  Vadim Zeitlindo accept focus in notebook as it needs it for tabs
2007-03-25  Vadim Zeitlindon't accept focus in book control itself
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-25  Vadim Zeitlinremove all the tags for development branch
2007-03-25  Vadim Zeitlinupdate status bar display when we don't have focus too
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-25  Vadim Zeitlinrespect the current default style in SetValue() (modifi...
2007-03-25  Vadim Zeitlindocument GetBufferSize() (patch 1687070)
2007-03-25  Vadim Zeitlincorrected name of wxWS_EX_PROCESS_UI_UPDATES style...
2007-03-25  Vadim Zeitlincorrected link to gettext manual (part of patch 1686335)
2007-03-25  Vadim Zeitlinextract popup menu item labels from Scintilla sources...
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-24  Julian SmartTest for encoding conversion success in wxFile::Write...
2007-03-24  Julian SmartTest for encoding conversion success in wxFFile::Write...
2007-03-23  Vadim Zeitlinmore changes from 2.8.4 added
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Vadim Zeitlinfixed compilation for Windows compilers now after last...
2007-03-23  Vadim Zeitlinadded conversions to unsigned short: this fixes compila...
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2007-03-23  Vadim Zeitlinalso removed WXDLLIMPEXP_BASE from friend declaration...
2007-03-23  Václav SlavíkwxLogGeneric usage compilation fix
2007-03-23  Vadim Zeitlinremoved dll export declaration for wxCStrData: it's...
2007-03-23  Vadim Zeitlinfix DLL build with MSVC: it wasn't happy that some...
2007-03-22  Václav Slavíkreimplemented wx[W]CharBuffer using templates
2007-03-22  Vadim Zeitlinadded explicit conversion of wxCStrData to const void...
2007-03-22  Vadim Zeitlinremove wxWINT_T_IS_TYPEDEF as it seems wint_t is always...
2007-03-22  Vadim Zeitlinadded macros to avoid code repetition when defining...
2007-03-22  Vadim Zeitlinadded wxCStrData conversion to const unsigned char...
2007-03-22  Vadim Zeitlinadd operator+=(unsigned char) for backwards compatibili...
2007-03-22  Vadim Zeitlinadded conversion to unsigned int too: this is needed...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-22  Vadim Zeitlinrename wxlike-libdirname to just wxlike-dirname (patch...
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-22  Vadim Zeitlinuse correct background colour for the box label when...
2007-03-22  Vadim Zeitlincall GetTextExtent() after selecting the correct font...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-20  Vadim Zeitlinremoved extraneous comma at the end of wxGridDirection...
2007-03-20  Vadim Zeitlinremoved extraneous semicolons
2007-03-20  Vadim Zeitlinno changes, just fixed spelling of 'indeterminate'
2007-03-20  Václav Slavíkadded wxUniChar <-> unsigned char conversion
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
2007-03-20  Vadim Zeitlindon't offset the window being centered more than strict...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Vadim Zeitlindeprecate wxTR_EXTENDED and remove it from the docs
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav Slavíkfixed missing ; after class declaration
2007-03-19  Václav Slavíktagged IsEmpty(), Strlen() and Stricmp() global functio...
2007-03-19  Václav Slavíkfixed wrong include path
2007-03-19  Václav Slavíkuse wxUin32 for wxUniChar::value_type: we need 32bit...
2007-03-19  Václav SlavíkwxUniChar::unicode_type -> value_type
2007-03-19  Václav Slavíkadded makefile targets for building individual libs...
2007-03-19  Benjamin Williamsapplied patch 1683441
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
next