]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-05-03  Robert Roebling Putting draft of wxImplDC and the wxDC using it
2007-05-03  Robert Roebling Put old wxDC methods using long instead of wxCoord
2007-05-03  Václav Slavíkfixed typo in Watcom code
2007-05-03  Václav Slavíkfixed passing raw unconverted strings through wxArgNorm...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
2007-05-03  Vadim Zeitlinuse a default URL, I got tired of typing it in the...
2007-05-03  Václav Slavíkdon't do char*->wchar_t*>char* roundtrip in wxArgNormal...
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-03  Vadim Zeitlinshow the error returned by SmcOpenConnection(); don...
2007-05-03  Václav Slavíkfixed reverted #if condition around wxDoLogTraceWchar
2007-05-03  Vadim Zeitlincompilation fix for PCH-less build
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Václav Slavíkcompilation fix for 2.8 compat disabled
2007-05-03  Václav SlavíkOpenWatcom has the explicit keyword too
2007-05-03  Václav Slavíkadded wx[W]CharBuffer/wxCStrData overloads to remaining...
2007-05-03  Václav Slavíkfixed linking in monolithic case if USE_STC=0
2007-05-03  Václav Slavíkfixed linking against wxscintilla in debug build
2007-05-03  Roman Rolinskyfix for testing if a property is in allParams - it...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
2007-05-02  Roman Rolinskystyle required on wxGTK
2007-05-02  Roman Rolinskyoptimized highlighting to reduce flicker
2007-05-02  Václav Slavíkmore OS/2 compilation fixes
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-05-02  Václav SlavíkwxAppTraits::SetLocale() is wxUSE_INTL=1 only
2007-05-02  Václav Slavíkadded convenience functions wxString::To/From8BitData...
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Julian SmartCorrected swapped descriptions
2007-05-02  Julian SmartCorrected swapped descriptions
2007-05-02  Václav Slavíkadded test for passing std::string to vararg functions
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Václav Slavíkmade wxConvXXX objects usable at static initialization...
2007-05-02  Václav Slavíkinclude object.h so that delete has complete type
2007-05-02  David ElliottAdd comments and a debugging aid to Get/SetLabel implem...
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-05-02  Paul Cornettmake File->Exit work
2007-05-01  Robert Roebling Renamed wxDCBase::LogicalTo ... to wxDC::.. here...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Václav Slavíkadded inline plural form of wxGetTranslation to wxUSE_I...
2007-05-01  Václav Slavíkdefine wxPLURAL even if wxUSE_INTL=0
2007-05-01  Stefan Csomoradjusting refcount asserts
2007-05-01  Vadim Zeitlinclarified alpha support status (bug 1710013)
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-05-01  Stefan CsomorPatch 1709069
2007-05-01  Stefan CsomorPatch 1709108
2007-04-30  Roman Rolinskyset drop target on panel if present
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-30  Vadim Zeitlinuse a marginally more precise but, more importantly...
2007-04-30  Vadim Zeitlinassert that wxRound() argument is in the supported...
2007-04-30  Roman Rolinskydrag-and-drop with left button
2007-04-30  Václav Slavíkalways define wxLocaleIsUtf8
2007-04-30  Václav Slavíkfixed release build compilation with compilers without...
2007-04-30  Václav SlavíkOS/2 compilation fixes
2007-04-30  Roman Rolinskymoved setting itemColour to XML_Tree.Clean where it...
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-29  Václav SlavíkOpenWatcom >= 1.2 has __VA_ARGS__
2007-04-29  Václav Slavíkcompilation fixes for --disable-log
2007-04-29  Václav Slavíkadded support for passing std::[w]string to 'vararg...
2007-04-29  Robin DunnAnother fix for: AttributeError: 'XML_Tree' object...
2007-04-28  Michael WetherellRegister the test under the name displayed by "./test -l"
2007-04-28  Michael WetherellMap illegal UTF-8 sequences to a range in Unicode's...
2007-04-28  Stefan NeisCompilation fix for string changes (patch #1709228).
2007-04-28  Stefan NeisAdapted to API changes with respect to GetTextExtent...
2007-04-28  Václav Slavíkadded missing #include "wx/buffer.h"
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-27  Robin DunnEnsure there is a g.testWin before trying to use it
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Roman Rolinskydrop highlight color fix
2007-04-27  Roman Rolinskyfixes to move-around methods related to current selecti...
2007-04-27  Roman Rolinskycursor image type fix
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav Slavíkinclude wxchar.h from string.h in 2.8 compatibility...
2007-04-27  Václav Slavíkadded copy ctor to wxCStrData to fix crashes when passi...
2007-04-27  Vadim Zeitlinno changes, just fix a typo
2007-04-26  Roman Rolinskytest prevented to update encoding
2007-04-26  Roman Rolinskyfinal revision
2007-04-26  Roman Rolinskysome sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop highlighting
2007-04-26  Roman Rolinskymore param renaming, some sizing fixes
2007-04-26  Roman Rolinskydrag-and-drop adding of controls to test window
2007-04-26  Roman Rolinskyset labels for new controls
2007-04-26  Roman Rolinskyspecify order of radios in prefs dlg
2007-04-26  Roman Rolinskymade main toolbar bitmaps 24x24
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Robert Roebling Added IsOfStandardClass() as per wxMSW.
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Paul Cornettbuild fix
2007-04-26  Chris Elliottadd Borland Developer Studio and Turbo Explorer info
2007-04-26  Chris Elliottbetter user info
2007-04-26  Chris Elliottfix dll path
2007-04-26  Vadim Zeitlinadded Roscale() test
2007-04-26  Vadim Zeitlinadded Rotate() test
2007-04-26  Chris Elliottadd Borland Developer Studio project file (for Turbo...
2007-04-26  Václav Slavíkmore efficient implementation of ToAscii/FromAscii...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
next