]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-09-22  Chris Elliottfix for gtk swapped colors
2003-09-22  Stefan NeisFixed wxGUIAppTraits declaration on OS/2.
2003-09-22  Vadim Zeitlinfixed broken link
2003-09-22  Vadim Zeitlinadded wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
2003-09-22  Stefan NeisAdded GUI part of AppTraits for OS/2.
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-22  Stefan NeisAdded AppTraits for OS/2.
2003-09-22  Stefan NeisAdded AppTraits for starting/ending a thread.
2003-09-21  Vadim Zeitlinset event object for wxContextMenuEvent (patch 797697)
2003-09-21  Vadim Zeitlintrying to fix race conditions. double deletions and...
2003-09-21  Stefan NeisIdentify OS/2 by defining __OS2__.
2003-09-21  Vadim Zeitlinterminate child threads in frame dtor, not in OnQuit...
2003-09-21  Stefan NeisSwitched over to using wxEventLoop.
2003-09-21  Stefan NeisAdded declaration for GetViewRect to fix compilo.
2003-09-21  Julian SmartAdded wxMGL switch
2003-09-21  Vadim Zeitlinfix problems with terminating while threads are running...
2003-09-21  Vadim Zeitlinadded IsVisible() test
2003-09-21  Vadim ZeitlinIsVisible() shouldn't return true if item is out of...
2003-09-21  Stefan NeisAdded evtloop.cpp for OS/2 to get rid of linker errors.
2003-09-21  Stefan NeisAdded #include "wx/encinfo.h" as needed.
2003-09-21  Vadim Zeitlincompilation fix
2003-09-21  Vadim Zeitlincompilation fix
2003-09-21  Vadim Zeitlindon't return & in strings returned by GetLabelTop(...
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-21  Vadim ZeitlinUnicode compilation fix (patch 81006)
2003-09-21  Julian SmartDon't assert when Clear() is called, better to ignore it
2003-09-21  Vadim Zeitlingenerate standard mini dumps instead of writing our...
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-09-20  Vadim Zeitlinemphasize that result of wxGetWorkingDirectory() must...
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-20  Vadim Zeitlincorrected TAB order of wizard buttons (patch 800935)
2003-09-20  Stefan NeisUpdated OS/2 specific part of the installation instruct...
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-20  Vadim Zeitlinincremented WX_CURRENT
2003-09-20  Stefan NeisAdapted MAKE_SHELL/MAKESHELL to current make versions.
2003-09-20  Vadim Zeitlincreate image list of the right size to avoid asserts
2003-09-20  Vadim Zeitlinfix after patch 802882
2003-09-20  Vadim Zeitlinexchanged the base classes order, wxObject must be...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-20  Vadim Zeitlinremoved mark #pragmas
2003-09-20  Vadim Zeitlindestroy the frame if the exception occurs in a dialog...
2003-09-20  Vadim Zeitlinfixed cleanup order to behave correctly in presence...
2003-09-20  Vadim Zeitlinfixed typos which resulted in 2 broken links
2003-09-20  Vadim Zeitlincall OnExit() even if an exception has been thrown...
2003-09-20  Vadim Zeitlinmention exceptions changes
2003-09-20  Vadim Zeitlinadded minimal support for xlc under Darwin
2003-09-20  Vadim Zeitlincompilation fix for xlc
2003-09-20  Vadim Zeitlinmade globals static to avoid linking problems
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-20  Vadim ZeitlinUnicode compilation fix (bug 809707)
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-19  Vadim Zeitlinfixed bug in wxCSConv(encoding) ctor (which I just...
2003-09-19  Vadim Zeitlinuse wxCSConv instead of Win32 API
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-09-19  Vadim Zeitlinattemps to make wxStreamToTextRedirector work with...
2003-09-19  Vadim Zeitlininclude wx/encinfo.h, not wx/fontenc.h, now
2003-09-19  Mattia Barbon Try linking wxMotif without -lSM and -lICE.
2003-09-19  Vadim Zeitlinadded wx/encinfo.h
2003-09-19  Václav Slavíkbackported wxZipFSHandler fix
2003-09-19  Vadim Zeitlinextracted wxNativeEncodingInfo in a separate file to...
2003-09-19  Václav Slavíkbackported intl.cpp fixes
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Robin DunnPrevent possible divide by zero problem
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-19  Robin DunnSWIGged updates
2003-09-19  Robin DunnChanges for removing DefaultEncodingIsPC
2003-09-19  Robin DunnUpdated version number
2003-09-19  Robin DunnRegenerated some contrib makefiles
2003-09-19  Julian SmartApplied patch [ 809066 ] Cleanup for text2rtf
2003-09-19  Mattia Barbon Do not use wx/wx.h.
2003-09-19  Vadim Zeitlinfix for generating set/kill focus events for wxRadioBox...
2003-09-19  Vadim Zeitlinuse wxTAB_TRAVERSAL style for panels and frame
2003-09-19  Vadim Zeitlinlinking fix (removed unused virtual methods declarations)
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-19  Robin DunnOnly process dynamic events if the eventTypes match
2003-09-19  Vadim Zeitlindon't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the...
2003-09-19  Vadim Zeitlincleaned up VMS #ifdef mess
2003-09-19  Vadim Zeitlinattempt to fix race condition between Delete() and...
2003-09-19  Vadim Zeitlincheck whether input stream is readable in OpenFile...
2003-09-18  Robin DunnAdded some missing constants and fixed GetPoints
2003-09-18  Vadim Zeitlinfix text scrolling in GTK2 (patch 703988)
2003-09-18  Vadim Zeitlinremoved bogus #pragma implementation
2003-09-18  Vadim Zeitlincorrected parsing of dates like 01.02.03 (where year...
2003-09-18  Václav Slavíkconfigurable use of exceptions
2003-09-18  Václav Slavíkregenerated
2003-09-18  Václav Slavíkadded <cxx-rtti> and <cxx-exceptions>
2003-09-18  Václav Slavíkfixed single word selection
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Vadim Zeitlindon't redefine wxUSE_UNICODE if already defined
2003-09-18  Robin DunnAlways build prntdlgg for wxMSW since it will be needed if
2003-09-18  Robin DunnSWIGged updates
2003-09-18  Robin Dunnsome more test code for the toolbar
2003-09-18  Robin DunnFix for internal compiler error
2003-09-18  Robin DunnAdded missing }
2003-09-18  Robin DunnPatch #808669 more warngins and unicode fixes
2003-09-18  Vadim Zeitlinmissing headers for !USE_PCH compilation
2003-09-18  Julian SmartReverted fragment
next