]> git.saurik.com Git - wxWidgets.git/history - include
fix harmless unused parameter warning
[wxWidgets.git] / include /
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
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  Robert RoeblingRemove several hack from PS code, use high resolution...
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-22  Vadim Zeitlininclude wx/log.h to fix PCH-less compilation
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-21  Vadim Zeitlinadded more convenient wxDL_INIT_FUNC[_AW] macros and...
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 Zeitlinremoved extra semicolon
2007-09-21  Vadim Zeitlinput __attribute__((deprecated)) before declaration...
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 Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-09-21  Vadim Zeitlinfunctions not taking argument must be declared as ...
2007-09-21  Robert Roeblingmore work on wxDC reorganizing
2007-09-21  Paul Cornettwcstod seems to be more widely available than wcstof
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 Zeitlinapply XRCID() automatically to XRCSIZERITEM() argument...
2007-09-20  Vadim Zeitlinremove extra colons and semicolons
2007-09-19  Robin DunnGive wxPowerEvent wxRTTI
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinfix warning about int->bool conversion; wrap long lines...
2007-09-19  Vadim Zeitlinallow using wxSizerFlags with wxSizer methods adding...
2007-09-18  Michael Wetherelltemplate class WXDLLIMPEXP_FWD_XRC wxVector<wxXmlResour...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert Roeblingcompilation
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Vadim Zeitlindeclare wxVector<wxXmlResourceHandler *> as DLL-exporte...
2007-09-17  Vadim Zeitlindefine wxUSE_CAIRO as 0 for non-GTK builds to avoid...
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
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-09-16  Chris Elliottfix for VC6 sorry
2007-09-16  Chris Elliottfix for VC6
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-15  Vadim ZeitlinwxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-09-15  Vadim Zeitlinuse wxSafeConvertWX2MB() instead of mb_str() in operato...
2007-09-15  Vadim Zeitlinfix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu...
2007-09-14  Vadim Zeitlinreverted the change of wxCmdLineEntryDesc fields to...
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE() macro and...
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Robert RoeblingForgot this one
2007-09-14  Vadim Zeitlinadded WXDLLIMPEXP_BASE for a couple of template classes...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-09-14  Vadim Zeitlinuse wxBORDER_NONE as border default for wxStatusBar...
2007-09-13  Robert RoeblingwxDataViewCtrl patch from Hartwig
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Robert RoeblingPatch from Hartwig (use new GetChildren() API)
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-13  Paul Cornettremove unused configure tests and macros
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-10  Václav SlavíkFixed wxAtomicInc/Dec() to not use asm/atomic.h header...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-09-10  Václav Slavíkfix to make 'wxAtomicInt i = 0;' work with generic...
2007-09-10  Václav Slavíkcompilation fixes for generic implementation of wxAtomi...
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-10  Vadim ZeitlinwxDL_XXX macros and dynamic loading cleanup:
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-09-07  Vadim Zeitlinchange wxCmdLineEntryDesc::short/longName type to wxStr...
2007-09-07  Vadim Zeitlinfix unused parameter warning in wxSetEnv() in release...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Vadim Zeitlinchanged wxCmdLineEntryDesc::short/longName fields type...
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-07  Robert Roeblingminor corrections, made non-public API private
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-06  Robert RoeblingAdd wxCairoLibrary (not yet built)
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-09-03  Robin Dunnmore exports
2007-09-03  Robin DunnUpdate wxStack class macro for the new wxVector
2007-09-03  Robin Dunnexport wxGetNativeFontEncoding and wxTestFontEncoding
2007-09-03  Robin Dunnfix events and eventTypes for wxPython
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-31  Robert RoeblingAdded const and virtual in various places
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-30  Vadim Zeitlinuse fallback encoding in wxConvAuto when input is not...
next