]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2002-02-06  Vadim Zeitlintypo in IMPLEMENT_DYNAMIC_CLASS fixed
2002-02-06  Vadim Zeitlincompilation fix for BC++ (hopefully)
2002-02-06  Vadim Zeitlincompilation fix after m_lDlgCode removal
2002-02-06  Stefan Csomorm_style.cpp added
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2002-02-06  Vadim Zeitlinassert when a base class of a class in wxRTTI system...
2002-02-06  Vadim Zeitlinadded wxRTTI macros to wxList and wxStringList
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-05  Mattia Barbon* SPACE -> TAB in filelist.txt
2002-02-05  Robin DunnDerive wxGridWindow from wxWindow instead of wxPanel...
2002-02-05  George TaskerAdded WXDLLEXPORT_DATA() around several data elements
2002-02-05  Vadim Zeitlinmake the log dialog slightly taller when it is expanded...
2002-02-05  Julian SmartFirst stabs at stripping out Xt/Motif code
2002-02-05  Julian SmartFixed a couple of typos
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-02-05  David Websterno message
2002-02-05  Julian SmartApplied Hans Van Leemputten's FL separator patch
2002-02-05  Vadim Zeitlincompilation fix for wxUniv
2002-02-05  Vadim Zeitlindon't compile this file under wxMSW
2002-02-05  Vadim Zeitlindefined wxUSE_IFF
2002-02-05  Vadim Zeitlinfixed compilation without wxUSE_STREAMS
2002-02-05  Vadim Zeitlinfixed VC++ compilation warnings in optimized build
2002-02-04  David Websterconst fix.
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-02-04  Vadim Zeitlinno changes, just the file I forgot to commit...
2002-02-04  Gilles Depeyrotadded missing system colours (exact colours to be defined)
2002-02-04  Vadim Zeitlinfixed crash when return is pressed in a spinctrl inside...
2002-02-04  Vadim Zeitlinfixed size of the log dialog details drop down
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Vadim Zeitlinadded GAUGE standard colour and use it in DrawProgressB...
2002-02-04  Vadim Zeitlinminor fix to the constraints of the cancel button to...
2002-02-04  Vadim Zeitlindon't skip first/last node when pressing down/up arrow...
2002-02-04  David Websternon const to const change
2002-02-04  Robert Roebling Now updating and clearing are done in a delayed fashion.
2002-02-04  Robert Roebling Applied thread wakeup patch.
2002-02-04  Vadim Zeitlinbase class of wxTreeItemData corrected
2002-02-04  Robert Roebling Big wxRegion clean up.
2002-02-04  Robert Roebling Ref counting fixes and compile fixes.
2002-02-04  David WebsterOS/2 scrolling support
2002-02-04  Vadim Zeitlintotal wxBrush cleanup: made private stuff private,...
2002-02-04  Vadim Zeitlinchanged CloneRefData() to take a const pointer
2002-02-04  Vadim ZeitlinScrollWindow() should use the rect it scrolls as the...
2002-02-03  Václav SlavíkUnicode compilation fixes
2002-02-03  Václav SlavíkwxXmlInitXmlModule no longer needed
2002-02-03  Vadim Zeitlincompilation fix
2002-02-03  Vadim Zeitlinoops, Clone/CreateRefData() were not overridden in...
2002-02-03  Vadim Zeitlinadded asserts to Clone/CreateRefData()
2002-02-03  George TaskerAdded isql.h and isqlext.h to the "Base" target
2002-02-03  Vadim Zeitlinfixed wxRegion::Offset() to not modify the shared regions
2002-02-02  Václav SlavíkwxXRC cleanup: removed .xmlbin format
2002-02-02  Václav Slavíkadded cur and ico formats to the sample
2002-02-02  Václav Slavíkgenerated makefiles no longer contain information about...
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-02-02  Vadim Zeitlinadded more commands for moving the logical origin
2002-02-02  Vadim Zeitlin1. fixed bug in wxDC::SetMapMode() which broke the...
2002-02-02  Gilles Depeyrotcorrection for compilation with ProjectBuilder
2002-02-02  Gilles DepeyrotwxCommand is in cmdproc.h (SourceForge patch #511506)
2002-02-02  Robin DunnA little cleanup for this demo
2002-02-02  Robin DunnShouldn't call SetFont(wxNullFont) any more
2002-02-02  Vadim ZeitlinwxDC::SetClippingRegion() in wxMSW works like in wxGTK...
2002-02-02  Robin DunnwxPyEmptyStr --> wxEmptyString
2002-02-01  Robin DunnwxPyEmptyStr --> wxEmptyString
2002-02-01  Robin DunnUpdated contrib from Lorne White
2002-02-01  Robin Dunnbetter log messages for this demo
2002-02-01  Václav SlavíkwxDialog::Show has default argument value in wxUniv now
2002-02-01  Václav SlavíkwxRootWindow::AcceptsFocus must be const; added wxRTTI...
2002-02-01  Václav Slavíkcompilation fix
2002-02-01  Vadim Zeitlinremoved GetString(), it doesn't belong here
2002-02-01  Julian SmartAdded missing '!' to HasCapture() in window.cpp
2002-02-01  David WebsterMakefile and mod def updates. Compile bug in Choice...
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-02-01  Vadim Zeitlinsome really ancient tips updated, mention make problems...
2002-02-01  Vadim Zeitlinvarious minor fixes to wxHashMap: compilation warnings...
2002-02-01  David WebsterGot rid of the bad EOLs.
2002-02-01  Vadim Zeitlinfixed Show() doc, added Hide()
2002-02-01  Vadim Zeitlinadded default value for Show() argument
2002-02-01  David Websterno message
2002-02-01  Robin DunnFix for bug #511057
2002-02-01  Robin Dunnadded wx type info macros for wxFSFile
2002-02-01  Robin Dunnfixed compile bug for when threads are turned off
2002-02-01  Vadim Zeitlintest wxRegion::Offset()
2002-01-31  Julian SmartApplied hash copy fix, BC++ makefile fix (though not...
2002-01-31  David WebsterLots of fixes for scrolling
2002-01-31  Julian SmartApplied status bar sample patch to toggle status bar
2002-01-31  Julian SmartApplied wxImage -> wxCursor patch, tool window event...
2002-01-31  Julian SmartApplied wxPoem, wxSystemSettings, sizing, install doc...
2002-01-31  Vadim Zeitlindon't return HTCLIENT for radiobox - this breaks redraw...
2002-01-31  Julian SmartApplied patch to reset pointer
2002-01-31  Julian SmartRegenerated FL docs; applied patch [ #511363 ] Dialogs...
2002-01-31  Vadim Zeitlinadded wxObject::AllocExclusive() and associated methods
2002-01-31  Vadim Zeitlinimplemented wxRegion::Offset() for MSW and documented it
2002-01-31  Julian SmartCorrected Normalize invocation by casting
2002-01-31  Julian SmartRemoved wxPATH_NORM_CASE from Normalize or files won...
2002-01-30  Mattia BarbonAdd WXDLLEXPORT
2002-01-30  Robin DunnSWIG update for wxMac
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-30  Robert Roebling Added wxRegion::Offset(x,y)
2002-01-30  Vadim Zeitlinignore the icon option in Netscape mime.type file
2002-01-30  Robert Roebling Added various calls to wxWindow::Update() to
2002-01-30  Robert Roebling New Refresh()/Update() behaviour. As expected, scrolling
next