]> git.saurik.com Git - wxWidgets.git/history - contrib
install both compiled and ascii resource files for Mac OS X
[wxWidgets.git] / contrib /
2002-04-27  Václav Slavíkuse XML namespace in XRC files
2002-04-27  Vadim ZeitlinARCHINCDIR must be defined in makeb32.env, not makefile...
2002-04-10  Robin DunnEnsure the caret flashes properly
2002-04-09  Robin DunnInclude wx/object.h to get the global memory operators...
2002-04-09  Mattia BarbonAllow building with wxUSE_CALENDARCTRL=0
2002-04-08  Václav Slavíkcompatibility macro
2002-04-08  Julian SmartProject file update
2002-04-08  Julian SmartAdded define to STC VC++ project file
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-07  Julian SmartFixed some bit-rot problems in contribs
2002-04-04  Julian SmartDon't set a normal cursor for the frame, set the NULL...
2002-04-04  Julian SmartAdded FAQ topic for FL
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-29  Vadim Zeitlinfixed fl compilation after the recent tbar changes...
2002-03-29  Vadim Zeitlincompilation fix
2002-03-26  Robin DunnDon't use ConvertToBitmap
2002-03-24  Václav Slavíkfixed sizers-inside-wxFrame
2002-03-24  Václav Slavíkadded radio menu items ot XRC
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-18  Robin DunnUpdated wxSTC from Scintilla 1.40 to Scintilla 1.45
2002-03-17  Robin DunnFixed compilation error and a stupid typo
2002-03-16  Václav Slavíkfixes to wxEditableListBox logic
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-03-15  Robin DunnChanges needed for wxUSE_UNICODE for wxOGL to compile...
2002-03-09  Václav Slavíkfixed to translatable strings output
2002-03-09  Vadim Zeitlincompilation fix after the array changes
2002-03-08  Václav Slavíkcorrections to the wxEditableListBox patch, removed...
2002-03-08  Václav Slavíkapplied patch to wxEditableListBox that adds wxEL_ALLOW...
2002-03-08  Robin DunnAdded patch that adds style flags for wxEditableListBox...
2002-03-07  Julian SmartAdded VC++ project files for remaining Gizmo samples
2002-03-07  Gilles Depeyrotcorrection to float array declaration following array...
2002-03-06  Julian SmartApplied [ 516382 ] FL toolbar patch
2002-03-03  Václav Slavíkfixed translatable strings handling in XRC
2002-02-28  Julian SmartAdded a test for lastH.IsOk()
2002-02-23  Robin DunnChanges for wxOGL since wxFatalError has been deprecated.
2002-02-20  Robin DunnFix so OGL can build without wxBuffer
2002-02-18  Václav Slavíkfixed a typo (_ instead of wxT)
2002-02-17  Václav Slavíkcompilation fix
2002-02-15  Václav Slavíkfix visual artifact in wxMSW (why does it happen?)
2002-02-15  Václav Slavíkdon't translate accelerators in XRC menus
2002-02-12  Václav SlavíkwxMGL compilation fix
2002-02-09  Václav Slavíkcompilation fix for wxUSE_TOOLTIPS=0 (i.e. wxUniv)
2002-02-09  George TaskerPatch #514838 - FL wxFrameLayout::SetBarState() patch...
2002-02-09  George TaskerPatch #514836 - Tested by Hans
2002-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2002-02-08  George TaskerPatch #514729 applied - adds missing RTTIs to wxToolLay...
2002-02-07  Robin DunnPatch from Neil H.
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-05  Julian SmartApplied Hans Van Leemputten's FL separator patch
2002-02-03  Václav SlavíkUnicode compilation fixes
2002-02-02  Václav SlavíkwxXRC cleanup: removed .xmlbin format
2002-01-31  Julian SmartApplied wxImage -> wxCursor patch, tool window event...
2002-01-31  Julian SmartApplied patch to reset pointer
2002-01-31  Julian SmartRegenerated FL docs; applied patch [ #511363 ] Dialogs...
2002-01-29  George TaskerFixes some position issues of where to draw heart of...
2002-01-29  George TaskerFixes memory leaks that occur when dragging toolbars...
2002-01-29  George TaskerFix for OnSize() redraw problems - Submitted by Hans...
2002-01-28  Robin DunnFix some compile errors and warnings when using gcc 3
2002-01-28  Vadim Zeitlinno changes
2002-01-27  Václav SlavíkXMLID->XRCID, XMLCTRL->XRCCTRL
2002-01-27  Václav Slavíkuse correct encoding in wxrcedit
2002-01-27  Václav Slavíkimplemented writing in original encoding
2002-01-25  Julian SmartSome doc tweaks
2002-01-24  Robin DunnEnsure that endPos > startPos in a couple methods
2002-01-24  Václav Slavíkupdates to XRC resources compiler
2002-01-24  Václav Slavík1. added encodings handling to XRC, so that it is possible
2002-01-24  Václav Slavíkadded encodings handling to XRC, so that it is possible...
2002-01-23  Julian SmartSome comments modified to help with documentation
2002-01-23  Václav Slavíkadded wxGenericDirCtrl handler to XRC
2002-01-22  Julian SmartAdded screenshot and a few lines of explanation.
2002-01-22  Julian SmartAdded events topic.
2002-01-21  Julian SmartTidied/commented FL header files, regenerated docs...
2002-01-18  Václav Slavíkslight corrections, moved bwd compat macros to the...
2002-01-18  Julian SmartStarted to improve header comments for FL
2002-01-18  Václav Slavíksafer destruction of wxXmlResource::ms_instance
2002-01-18  Julian SmartUpdated VC++ files
2002-01-17  Václav Slavíkadded singleton interface to wxXmlResource, replaces...
2002-01-17  Václav Slavíkimplemented Alex's <object_ref> symlinks in XRC
2002-01-16  Robin DunnPatch for using wxSTC with Borland, #504370
2002-01-16  George TaskerReplaced "-erase" calls with "-$(RM)" calls
2002-01-16  George TaskerMinor cleanup
2002-01-15  Václav Slavíkmerged another part of Alex's work (LoadMenuBar w/...
2002-01-13  Gilles Depeyrotcorrections for wxMac
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-06  Gilles Depeyrotcorrection for wxMac
2002-01-06  Robin DunnSome compilation fixes
2002-01-05  Julian SmartAdded bone structure for Gizmos docs
2002-01-05  Julian SmartAdded makefile
2002-01-05  Julian SmartAdded bone structure for FL documentation
2002-01-05  Robin DunnFixed an off-by-one error in the rectangle converter
2002-01-02  George TaskerReplaced 'delete' calls with wxDELETE() calls
2001-12-30  Václav Slavíkfixed stupid typo
2001-12-29  Václav Slavíkuse a programmer-friendly macro for subclassing
2001-12-29  Václav Slavíkimplemented subclassing in XRC
2001-12-27  Václav SlavíkChanges to the XRC library:
2001-12-27  Václav Slavíkremoved obsolete docs
next