]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-07-31  Václav SlavíkwxMGL compilation fix that I forgot to chekc in
2001-07-31  Václav Slavíkfriend class fix
2001-07-31  Václav Slavíkfixed friend class declaration (why the hell did somebo...
2001-07-31  Robin DunnFixed "Failed to set clipboard data. (error 1418: threa...
2001-07-31  Vadim Zeitlinstarted applying patch 410826
2001-07-31  David WebsterAdded regex to the build. New .def file for .dll builds.
2001-07-31  David WebsterTRUE instead of true
2001-07-31  Vadim Zeitlinfixed compilation [warning]
2001-07-31  Vadim Zeitlindeclare and define wxEVT_COMMAND_TEXT_UPDATED even...
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-30  Robin DunnApplied patch #445873
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-30  Vadim Zeitlineliminated flicker when selecting items
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-07-29  Vadim Zeitlinimplemented ScrollLines/Pages; fixed bug in Thaw()
2001-07-29  Vadim Zeitlindocumented ScrollLines/Pages
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-29  Vadim Zeitlincompilation fix for recent commit
2001-07-29  Vadim Zeitlinadded Freeze/Thaw implementation for Windows
2001-07-29  Robin DunnAdded context help stuff to wxPython
2001-07-28  Václav SlavíkwxMGL compilation fix
2001-07-28  Václav SlavíkwxMGL compilation fixes
2001-07-28  Robin DunnVarious tweaks, fixes, and additions
2001-07-28  Robin DunnVarious tweaks, fixes, and additions
2001-07-28  Robin DunnFixed resource leak for wxListItem
2001-07-28  Robin DunnThe installer should also check HKCU for the python...
2001-07-28  Robin DunnA couple fixes for the demo, and some code to show...
2001-07-28  Robin DunnA couple off-by-one fixes
2001-07-27  Vadim Zeitlinmingw32/cygwin compilation fixes
2001-07-27  Vadim Zeitlindon't crash when invalid colour is set as fg/bg colour
2001-07-27  Julian SmartAdded fix to send scroll messages from mouse wheel...
2001-07-27  Robin DunnAdded some WXDLLEXPORTs
2001-07-26  Vadim Zeitlin(bad) fix for asserts and OnIdle events
2001-07-26  Vadim Zeitlinforgotten method declaration
2001-07-26  Vadim Zeitlinmade the log dialog resizeable (again?)
2001-07-26  Vadim Zeitlinhighlight the focused item in non report mode too
2001-07-26  Vadim Zeitlinfix for (re)positioning the main window when the style...
2001-07-26  Vadim Zeitlinavoid nested modal log dialogs
2001-07-26  Vadim Zeitlintest for wxLog interaction with wxYield better
2001-07-26  Vadim Zeitlin*really* suppress log messages from inside wxYield
2001-07-26  Robert Roebling Fixed problem with missing refresh in wxScrolledWindow::
2001-07-26  Vadim Zeitlinrespect SetFont/SetXXXColour in wxTextCtrl even when...
2001-07-26  Vadim Zeitlindon't do anything in SetBackgroundColour() if colour...
2001-07-26  Vadim Zeitlintimestampt trace/debug messages under Unix too, this...
2001-07-26  Vadim Zeitlinadded demo of the difference Freeze/Thaw makes in wxTex...
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-25  Vadim Zeitlinfix for focus handling when deleting the items
2001-07-25  Julian SmartTweaks to fl project files
2001-07-24  Vadim Zeitlincompilation warning fixed
2001-07-24  Vadim Zeitlinreverted my previous change to WINVER - it is already...
2001-07-24  Vadim Zeitlinfixed compilation problem with multiple Update()s
2001-07-24  Julian SmartAdded fl (frame layout) to wxWindows, from source tidie...
2001-07-23  Gilles Depeyrotrenamed Number method (should be GetCount)
2001-07-23  Vadim Zeitlinfixed bug with wxPathExists('c:\') yet again
2001-07-23  Vadim Zeitlindon't process VK_OEM_XXX key presses
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-23  Vadim Zeitlinadded test for writing empty value to the config
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2001-07-23  Vadim Zeitlindon't call wxYield() from EnsureVisible(), this is...
2001-07-23  Vadim Zeitlinfixed bug with deletion of several last items in wxList...
2001-07-23  Vadim Zeitlinadded and documented wxDir::HasFiles/SubDirs(), use...
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2001-07-22  Gilles Depeyrotcorrected pragma interface/implementation (clash with...
2001-07-22  Gilles Depeyrotfixed wxListBox inheritance
2001-07-22  Gilles Depeyrotadded property sheet option
2001-07-22  Gilles Depeyrotadded tree layout define
2001-07-22  Gilles Depeyrotcorrected conditional compilation tests
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-07-22  Gilles Depeyrotcorrected pragma interface/implementation for Mac OS X
2001-07-22  Gilles Depeyrotadded missing conditional compilation test for MSW...
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-07-22  Gilles Depeyrotcorrections for Mac OS X compilation
2001-07-22  Gilles Depeyrotignore files produced by CodeWarrior
2001-07-22  Gilles Depeyrotcorrection for Mac OS compilation
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-07-22  Gilles Depeyrotcorrection for Mac OS X compilation
2001-07-22  Gilles Depeyrotpost wxUniv merge fixes
2001-07-22  Gilles Depeyrotcorrections for Mac OS X compilation
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-07-22  Gilles Depeyrotremoved inexistant header files
2001-07-22  Vadim Zeitlincompilation fix for old broken Borland compiler
2001-07-22  Vadim Zeitlinbackported fix for proper tree ctrl refershing after...
2001-07-21  Gilles Depeyrotreplaced hardcoded wxgtk_gl library with appropriate...
2001-07-21  Gilles Depeyrotadded WX_TARGET_LIBRARY_GL to recursive configure subst...
2001-07-21  Gilles Depeyrotadded wxWindows shared library to link of OpenGL wxWind...
2001-07-21  Gilles Depeyrotcorrected bad Darwin related configure test
2001-07-21  Gilles Depeyrotadded DEP_INFO_FLAGS to compilation options
2001-07-21  Gilles Depeyrotcorrections for wxGtk compilation under Darwin/Mac...
2001-07-21  Gilles Depeyrotadded missing conditional compilation test for wxUSE_PR...
2001-07-21  Gilles Depeyrotminor changes to correct compilation warnings
2001-07-20  Vadim Zeitlinfix for rather mysterious problem when deleting the...
2001-07-20  Gilles Depeyrotpost wxUniv merge fixes
2001-07-20  Gilles Depeyrotpost wxUniv merge fix
2001-07-20  Vadim Zeitlinapplied numpad keys patch
2001-07-20  Václav Slavíkfixed entities parsing under win32
2001-07-20  Václav Slavíkoops, forgot to fix wxHtmlTag dtor
2001-07-20  Vadim Zeitlintest for __WIN95__ in the main header, not platform...
next