]> git.saurik.com Git - wxWidgets.git/history - src
ANSI mode compilation fix
[wxWidgets.git] / src /
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 ZeitlinPCH-less build fix
2007-09-28  Chris Elliottvc6 did not like this (void function returning a value)
2007-09-27  Robert Roebling[ 1803350 ] Wrong top-level window positioning on scrol...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-27  Václav Slavíkfixed cellpadding when printing (bug #1795572)
2007-09-26  Vadim Zeitlincontinue with loading the message catalog even if setti...
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  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  Vadim Zeitlinfix harmless unused parameter warning
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
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 Zeitlinrevert last change (r48897)
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-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  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
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  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 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 Zeitlinremoved wxEVT_POWER which wasn't declared nor used...
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  Julian SmartCorrected bug in in revision 47973
2007-09-21  Julian SmartFix for wxLIST_STATE_SELECTED not being returned when...
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  Robert RoeblingPatch from Bo for new selection API and impl. of GetCol...
2007-09-20  Vadim Zeitlinfix round trip check in wxMBConv_win32::WC2MB() when...
2007-09-20  Vadim Zeitlinremove extra colons and semicolons
2007-09-20  Vadim Zeitlinadded missing wxUSE_RICHEDIT test
2007-09-20  Vadim Zeitlinbuild fixes for MSVC
2007-09-20  Vadim Zeitlinbuild updates for libtiff 3.8.2
2007-09-19  Vadim Zeitlinimport libtiff 3.8.2 into the trunk
2007-09-19  Vadim Zeitlinremove the old hybrid libtiff sources
2007-09-19  Robin DunnGive wxPowerEvent wxRTTI
2007-09-19  Robert RoeblingGTK+ selects the first item initially, II
2007-09-19  Robert RoeblingGTK+ selects the first item initially
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinuse drives paths, not names, in the dialog to avoid...
2007-09-19  Vadim Zeitlinremove platform check, always compile this file as...
2007-09-19  Robert RoeblingLet wxListCtrl generate the context menu event itself
2007-09-19  Vadim Zeitlinuse fabs() instead of abs() to fix mingw32 compilation...
2007-09-19  Vadim Zeitlinshut down GDI+ from a module instead of doing it during...
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-18  Robert RoeblingCorrect setting of line width
2007-09-18  Paul Cornettreturn type for "grab-broken-event" is not void; remove...
2007-09-18  Julian SmartLayout corrections
2007-09-18  Vadim Zeitlinfix for the last commit: reset the dummy wxRICHTEXT_DEF...
2007-09-18  Vadim Zeitlinproperly NUL-terminate the buffer returned by wxMBConv...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-18  Julian SmartFixed compilo
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  David ElliottInstantiate NSSecureTextField instead of NSTextField...
2007-09-17  Robert RoeblingAlways rearrange wxListBook and send out size event...
2007-09-17  Robert RoeblingDon't compile with < GTK 2.4
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Julian SmartRemoved restriction that multiple centre panes can...
2007-09-17  Julian SmartAdded omitted variable copy
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
next