wxWidgets.git
2007-09-30  Vadim Zeitlinanother wxCmdLineEntryDesc compilation fix
2007-09-29  Vadim Zeitlinfix DrawLine() and DrawPolygon() which were totally...
2007-09-29  Vadim ZeitlinANSI mode compilation fix
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Vadim Zeitlincorrect properties were not set during initial add...
2007-09-28  Vadim Zeitlinanother compilation fix after wxCmdLineEntryDesc changes
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Chris Elliottvc6 did not like this (void function returning a value)
2007-09-28  Michael WetherellAdd buildbot configuration.
2007-09-27  Robert Roebling[ 1803350 ] Wrong top-level window positioning on scrol...
2007-09-27  Václav Slavíkcopy the list in wxList::operator=(), for consistency...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-27  Vadim Zeitlindon't declare HasSelection() in this class and especial...
2007-09-27  Vadim Zeitlinadded msw/textentry{cpp,h}
2007-09-27  Václav Slavíkfixed cellpadding when printing (bug #1795572)
2007-09-27  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-26  Vadim Zeitlincontinue with loading the message catalog even if setti...
2007-09-26  Vadim Zeitlinfixed command line processing which was preempted by...
2007-09-26  Vadim Zeitlincompilation fix after wxTRANSLATE() changes
2007-09-26  Vadim Zeitlinanother compilation fix PCH-less build
2007-09-26  Robert RoeblingCompilo
2007-09-26  Robert RoeblingCompilo for non-PCH
2007-09-26  Robert RoeblingForgot to commit
2007-09-26  Vadim Zeitlinpart of wxComboBox to wxEntry refactoring (should have...
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-09-26  Vadim Zeitlincompilation fixes for wxGTK1 after wxTextEntry changes...
2007-09-26  Vadim Zeitlincompilation fix for wxGTK1
2007-09-26  Julian SmartAdded forward declaration for wxWindow
2007-09-26  Vadim Zeitlinfix harmless unused parameter warning
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-09-25  Vadim Zeitlinfix operator<<() for wxString
2007-09-25  Vadim Zeitlindefine wxUSE_GADGETS as 0 as it's not defined in config...
2007-09-25  Vadim Zeitlinfix warning about visibility attribute ignored on non...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-24  Václav Slavíkdocument that GetAttribute's argument must not be NULL
2007-09-24  Václav SlavíkwxXmlNode::GetAttribute's pointer argument must not...
2007-09-24  Robert RoeblingReduce width and height of drawing ops by one in all...
2007-09-24  Robert RoeblingFix various minor PS issues
2007-09-24  Robert RoeblingUse line width code from GTK+ print in GNOME print
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-24  Robert RoeblingCompilation with new dc code
2007-09-24  Robert Roeblingreorganized wxSVGFileDC code
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-23  Vadim Zeitlindon't define wxCRT_xxprintfW function if the correspond...
2007-09-23  Vadim Zeitlinrevert last change (r48897)
2007-09-22  Vadim Zeitlininclude wx/log.h to fix PCH-less compilation
2007-09-22  Chris Elliottadd missing sample stc
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-22  Paul Cornettuse logical operator &&, not bitwise &; indentation fix
2007-09-22  Paul Cornettunused variables, useless assert
2007-09-22  Paul Cornettunused variable, more efficient increment operator
2007-09-22  Bryan PettyCorrected doc typo (missing escaped underscore).
2007-09-21  Vadim Zeitlinifconfig under NetBSD also takes -a
2007-09-21  Vadim Zeitlin*wprintf() functions should be extern, not static,...
2007-09-21  Vadim Zeitlininclude tif_config.h using <> instead of ""
2007-09-21  Vadim Zeitlinbring the new linpng 1.2.20 (without its contrib subdir...
2007-09-21  Vadim Zeitlinremove old libpng 1.2.7
2007-09-21  Vadim Zeitlinadded more convenient wxDL_INIT_FUNC[_AW] macros and...
2007-09-21  Vadim Zeitlinmade gs_msgXXX variables static
2007-09-21  Vadim Zeitlinallow using wxTaskBarIcon under Win95 by loading Shell_...
2007-09-21  Julian SmartDoc corrections
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-21  Paul Cornettallow copying wxFormatString for compiler-generated...
2007-09-21  Vadim Zeitlincopy tif_config.h.vc to tif_config.h, this file will...
2007-09-21  Vadim Zeitlinuse libtiff/libjpeg VC-specific include files for all...
2007-09-21  Vadim Zeitlinremoved extra semicolon
2007-09-21  Vadim Zeitlinput __attribute__((deprecated)) before declaration...
2007-09-21  Julian SmartCorrected typo
2007-09-21  Vadim Zeitlinno changes, just a typo fix
2007-09-21  Julian SmartSize of help window tabs reduced to prevent ugly overlap
2007-09-21  Julian SmartReverted unnecessary fix
2007-09-21  Vadim Zeitlinfix VC6 warnings
2007-09-21  Julian SmartMake SetFont actually do something
2007-09-21  Vadim Zeitlinadded wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
2007-09-21  Vadim Zeitlinmake wxScopeGuardImplBase copy ctor public to avoid...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-09-21  Vadim Zeitlinfix icc warnings about shadowed variables and mismatchi...
2007-09-21  Vadim Zeitlinfunctions not taking argument must be declared as ...
2007-09-21  Vadim Zeitlinremoved wxEVT_POWER which wasn't declared nor used...
2007-09-21  Robert Roeblingmore work on wxDC reorganizing
2007-09-21  Vadim Zeitlinremoved an extra semicolon
2007-09-21  Vadim Zeitlindon't shadow declaration of nIndex variable
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-21  Vadim Zeitlinuse the lower-case version of the parameter in GetEndia...
2007-09-21  Vadim Zeitlincheck whether compiler supports visibility pragmas...
2007-09-21  Robert RoeblingMention that DrawLines( wxList *) is deprecated
2007-09-21  Julian SmartCorrected bug in in revision 47973
2007-09-21  Julian SmartFix for wxLIST_STATE_SELECTED not being returned when...
2007-09-21  Paul Cornettwcstod seems to be more widely available than wcstof
2007-09-21  Paul Cornettbuild fix for AIX
2007-09-21  Paul Cornettfix for HP and IBM compilers, calls to static template...
2007-09-20  Vadim Zeitlinallow the user to press Esc to close preview frame...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Vadim Zeitlinupdate from Antonio Cardoso Martins
next