]> git.saurik.com Git - wxWidgets.git/history - src
added contrib strings to catalog and regenerated po files
[wxWidgets.git] / src /
2001-11-24  Václav Slavíkforgot to remove ;; when applying the patch
2001-11-23  Stefan Csomorformatting
2001-11-23  Stefan Csomormoved test for valid controlpart into this method
2001-11-23  Stefan Csomoradded virtual DoSetSize method in order to allow for...
2001-11-23  Vadim Zeitlinshow correctly the initially selected colour and update...
2001-11-23  Vadim Zeitlinfixed UMR (patch #484863)
2001-11-23  Vadim Zeitlinimplemented GetBestSize() for wxChoice
2001-11-23  Robert RoeblingRestored wxFileName::GetModificationTime() under Classic.
2001-11-23  Václav Slavíkapplied Greg's refinment of hist treectrl patch
2001-11-23  Václav Slavíkfixed memory leak in imagjpeG (patch #484865)
2001-11-23  Václav Slavíkcosmetic change: XML resource -> XRC resource
2001-11-23  Robert Roebling Fixed mouse move bug. No idea why it has to be fixed,
2001-11-23  Jouk Jansen Committing in .
2001-11-23  Julian SmartAdded event Clone functions
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-11-23  George TaskerMS Access support fix
2001-11-22  Václav Slavíkblind fix for wxGIFDecoder::ReadGIF
2001-11-22  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-22  Vadim Zeitlinfixed memory leaks
2001-11-22  Vadim Zeitlinadded check for NULL Clone() return
2001-11-22  Vadim Zeitlinremoved read() declaration which resulted in a warning
2001-11-22  Julian Smart#ifdefed out the joystick code, and removed the wxBitma...
2001-11-22  Robert Roebling Tries to fix wxListBox focus problems.
2001-11-22  Vadim Zeitlinadded wxSockAddress copy ctor which, in particular...
2001-11-22  Mattia BarbonUnicode compilation fixes
2001-11-22  Mattia BarbonConverting uninitialized data is not a Good Idea
2001-11-22  Mattia BarbonMust convert the last part, too
2001-11-22  Mattia BarbonReadded --use-temp-file to RCFLAGS, needed for old...
2001-11-22  Vadim Zeitlinfix for Unicode build
2001-11-22  Vadim Zeitlinminor flicker reduction in the virtual list ctrl
2001-11-22  Václav Slavíkreverted fix for missing wxEvent::operator=
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-21  Vadim Zeitlinfixed wxDropFilesEvent dtor, added copy ctor and implem...
2001-11-21  Vadim Zeitlinfixed wxTaskBarIcon compilation
2001-11-21  David WebsterNew .def file.
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-21  Gilles Depeyrotadded missing joystick source file for wxMotif
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-11-21  Vadim Zeitlinchanges to match listctrl.h changes (forgot to commit...
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-21  Václav Slavíkremoved rpmfiles.lst
2001-11-21  Václav Slavíkclient area origin handling fixes for univ/wxTLW
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-21  Václav SlavíkwxUniv fixes for generic wxColourDialog
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-21  Václav Slavík- removed GDI lists from wxMGL
2001-11-20  Václav Slavíkcompilation fix (caused by removal of wxMouseEvent...
2001-11-20  Václav Slavíkfine-tuned API from the ICO patch
2001-11-20  Václav Slavíkbetter <HR> tag handling in wxHTML
2001-11-20  Václav Slavíkfixes for wxBase RPM
2001-11-20  Václav SlavíkwxDC::SetFont can now handle invalid font and doesn...
2001-11-20  Václav Slavíkoptimized default GUI font loading
2001-11-20  Vadim Zeitlinapplied patch 475879 (Can't use subclassed GridCellEditor)
2001-11-20  Vadim Zeitlinmore DBCS-related changes (patch 481898)
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-11-20  Vadim Zeitlinbackwards incompatible change to wxWizardPage reverted
2001-11-20  Vadim Zeitlinfix for my old mingw32 cross-compiler
2001-11-20  Vadim Zeitlinfixed erroneous debug error message
2001-11-19  Václav Slavíkcase-insensitive sort of HTML help index
2001-11-19  Václav Slavíkfix for wxComboBox::GetSelection from inside event...
2001-11-19  Stefan Csomorapplied Paul A. Thiessen's patches for correcting coord...
2001-11-19  Vadim Zeitlinfixed a memory leak and an initialization problem
2001-11-19  Mattia BarbonFixed Cygwin crash on toolbar tooltip
2001-11-19  Mattia BarbonAdded HANGUL_CHARSET for MSVC5
2001-11-19  Julian SmartMore VC++ project file corrections
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-11-19  Vadim Zeitlinfixes for the dialog layout for the multiline labels
2001-11-19  David WebsterNew .def file
2001-11-18  Vadim Zeitlinfixes for programmatically deleting the find/replace...
2001-11-18  Gilles Depeyrotuse class name instead of generic message in event...
2001-11-18  Stefan Csomoradded a preImage of the selection in order to avoid...
2001-11-18  Stefan Csomorcorrected MacSetSelection which was incorrectly deselec...
2001-11-18  Robert Roebling This form of the event cloning patch survived my
2001-11-18  Robert Roebling Applied Chris' patch for support for ICO loading.
2001-11-18  Gilles Depeyrotremoved include/wx/mac/setup.h from filelist.txt
2001-11-18  Ron LeeRemoved include/wx/setup.h from filelist.txt -- Needed...
2001-11-17  Robert Roebling More changes to various controls for more reliably
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-11-17  Václav Slavíkregenerated makefiles
2001-11-17  Václav Slavíkadded temporary implementation of wxChoice for wxUniv
2001-11-17  Robert Roebling Changed/Fixed way in which wxListBox blocks events
2001-11-17  Robert Roebling Trying to fix dialog close/focus_widget problem.
2001-11-17  Robert Roebling Fixed bug which prevented toplevel window from reacting
2001-11-17  Ron Leecast away a couple of warnings and added *.inc to the...
2001-11-17  Robert Roebling Fixed sveral problems with wxTextCtrl::WriteText...
2001-11-17  Vadim Zeitlincompilation fix
2001-11-17  Vadim Zeitlinimplemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl
2001-11-16  David WebsterImplementing some more controls and an MDI child frame...
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-16  Vadim ZeitlinwxGTK popup menu positioning fix
2001-11-16  Vadim Zeitlincompilation warning fix
2001-11-15  Václav Slavíkoptimalization of wxHtmlWindow painting (used to repain...
2001-11-15  Václav SlavíkwxMGL bugfixes:
2001-11-15  Robert Roebling Small patch for HTML help under Drawin.
2001-11-15  Robin DunnOnly update the mask if the mask is valid
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
next