]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-08-02  Vadim Zeitlinapplied patch 446010 (unicode compilation fixes)
2001-08-02  Vadim Zeitlinapplied patch 446009 (DLL cross compilation using mingw32)
2001-08-02  Vadim Zeitlinremoved wxYield call from wxBusyCursorSuspender
2001-08-02  Julian SmartCorrections to the VC++ project files
2001-08-02  Julian SmartRemoved memory leak
2001-08-02  Vadim Zeitlincompilation fix for cygwin/old mingw32 (patch 446700)
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-02  Robin Dunncompilation fix for VC++
2001-08-02  Robin Dunnchanged Replace and Remove to always use EM_REPLACESEL...
2001-08-01  Václav Slavíkdocumented changes
2001-08-01  Václav SlavíkSHARED_LD must be CXX, not CC, otherwise we get unresolved
2001-08-01  Václav Slavíkfixed MGL files
2001-08-01  Václav SlavíkwxMGL update (no, it still doesn't work, I'm backuping...
2001-08-01  Václav Slavíkmore tests
2001-08-01  Václav Slavíkadded tracing of strconv
2001-08-01  Václav Slavíkhopefully fixed bytesex issues in strconv
2001-08-01  Václav Slavíkfixed <pre> handling
2001-08-01  Václav Slavíkfixed mgl.t to not include paletteg.o (hey, reading...
2001-08-01  Václav Slavíkfixed MGL files
2001-08-01  Václav Slavíkadded mgl.t to makeall.sh
2001-08-01  Václav Slavíkadded bmpbase.cpp (forgotten during merge?)
2001-08-01  Václav Slavíkfixed overrestrictive test
2001-08-01  Václav Slavíkcompilation fix
2001-08-01  Václav Slavíkcompilation fix (Vadim, is this correct?)
2001-08-01  Julian SmartThis time, changed the correct release script.
2001-08-01  Julian SmartAdded progress dialog to project files; changed version...
2001-08-01  Vadim Zeitlinapplied patch 432202 (allow installing in already exist...
2001-08-01  Vadim Zeitlinapplied patch 441270 (fix cygwin wxSplashScreen compila...
2001-08-01  Vadim Zeitlinapplied patch 444915 (warning fixes for gcc 2.95.4)
2001-08-01  Vadim Zeitlinadded wxUSE_FINDREPLDLG
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-08-01  Vadim Zeitlinadded tests for ScrollLines/Pages
2001-08-01  Vadim Zeitlinremoved KLB mods - but I'm doing this for the last...
2001-08-01  Vadim Zeitlinremoved duplicate typedef
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-31  Václav SlavíkwxWindowBase remembers title/label now
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...
next