]> git.saurik.com Git - wxWidgets.git/history - contrib
Applied glcanvas patch.
[wxWidgets.git] / contrib /
2000-11-27  Robert Roebling Removed surplus file.
2000-11-26  Robert Roebling Split wxCanvas into two (wxVectorCanvas).
2000-11-25  Václav Slavíkvarious bugfixes
2000-11-25  Václav Slavíkupdated XRC sample
2000-11-25  Václav Slavíkadded growable cols and rows to wxFlexGridSizer XRC...
2000-11-25  Robert Roebling Small mods to wxCanvas.
2000-11-24  Robert Roebling Trying to understand wxCanvas.
2000-11-24  Václav Slavíkadded i18n support to the compiler
2000-11-24  Václav Slavíkadded support for 'imagefile' property type
2000-11-24  Václav Slavíkwxrcedit bugfixes
2000-11-24  Robert Roebling Adding new wxCanvas
2000-11-24  Robert Roebling Adding new wxCanvas
2000-11-15  Václav Slavíkapplied Brian's patch
2000-11-05  Václav Slavíkadded font and flags properties to wxrcedit
2000-11-04  Václav Slavíkreworked the editor
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-10-18  Václav Slavíkapplied Brian's patches
2000-10-13  Julian SmartDoc/distribution script mods
2000-10-13  Julian SmartAdded missing GIFs.
2000-10-10  Julian SmartAdded wxXML demo VC++ project files; corrected filename...
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-09  Václav Slavíkfix for assertion failure
2000-10-07  Václav Slavíkchange in XRC format
2000-10-07  Václav Slavíkrenamed resource.xml to resource.xrc
2000-10-07  Václav Slavíkfixed use of wxMenuItem::SetBitmap
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-01  Václav Slavíkfixed LoadPanel (created two instances previously and...
2000-09-29  Václav Slavíkremoved loading from in-memory document (illicit idea)
2000-09-27  Václav Slavíkadded bitmaps to menu items
2000-09-26  Václav Slavíkupdated resources convertor
2000-09-26  Václav Slavíkadded ability to read resources directly from wxXmlDocu...
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-18  Václav Slavíkadded XML resources sample
2000-09-17  Václav Slavíkadded XML resources sample
2000-09-17  Václav Slavíkadded unknown widget support
2000-09-17  Václav Slavíkadded <bitmap> and <icon> resources
2000-09-17  Václav Slavíkadded wxStaticLine handler
2000-09-17  Václav Slavíkdocumented EVT_LIST_ITEM_RIGHT_CLICK
2000-09-17  Václav Slavíkadded rc2xml and wxr2xml convertor (no makefiles yet)
2000-09-17  Václav Slavíkadded disabled, focus and selected to wxBitmapButton...
2000-09-17  Václav Slavíkremoved bitmap scaling in bitmap button handler
2000-09-14  Václav Slavíkadded new controls
2000-09-14  Václav Slavíkadded new controls: wxBitmapButton, wxCalendarCtrl...
2000-09-14  Robert Roebling Readded TrueType text.
2000-09-14  Robert Roebling Compilation fixes, bug fixes and streamlining in...
2000-09-13  Kevin Hockadded polygon and polyline
2000-09-13  Robert Roebling First shot at wxBitmap based wxCanvas.
2000-09-11  Robert Roebling Some more tests and mouse events for wxCanvas.
2000-09-11  Robert Roebling Compile fixes for wxCanvas.
2000-09-08  Kevin Hockoops winnt path to fonts wrong
2000-09-08  Kevin Hockadded groups of canvasobject and references to groups
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-09-07  Robert Roebling There was no need to create the buffer in OnIdle().
2000-09-07  Robin DunnInterface file defining functionality available in...
2000-09-06  Robert Roebling Added various missing bits to scrolling wxCanvas.
2000-09-06  Robert Roebling Trying to make wxCanvas less simple.
2000-09-05  Kevin Hockadded moving an object with the mouse
2000-09-05  Kevin Hockcapturing the mouse in wxCanvasObject
2000-09-05  Robin DunnFixed some off-by-one errors that were visible on wxGTK...
2000-09-04  Robert Roebling Virtualized coordinate system for wxCanvas.
2000-09-03  Robert Roebling Minor update to wxCanvas.
2000-09-03  Robert Roebling Makefile adaption for freetype.
2000-09-02  Robert Roebling Added wxCanvasLine, Freeze() and Thaw() and mouse...
2000-09-01  Vadim Zeitlinuse TRUETYPE env var for the font location
2000-09-01  Robert Roebling Various improvements and addition to wxCanvas
2000-08-30  Robert Roebling TrueType support for Canvas.
2000-08-30  Robert Roebling Added alpha blending in prep for FreeType text to...
2000-08-30  Julian SmartFixed jumping problem with remotely scrolled tree
2000-08-29  Robert Roebling Added wxCanvasControl before anyone else would do
2000-08-29  Robert Roebling Added wxCanvas prototype and sample
2000-08-27  Václav Slavíkadded AddWindowStyles
2000-08-26  Václav Slavíkfixed clearly wrong use of APPEXTRALIBS in gizmos sampl...
2000-08-26  Václav Slavíkgizmos compilation fixes (gcc)
2000-08-24  Julian SmartAdded gizmos
2000-08-24  Julian SmartFixed for wxGTK compilation
2000-08-24  Julian SmartFixed #pragma
2000-08-20  Václav Slavíkfixed bug in gizmos Makefile.in
2000-08-20  Václav Slavíkadded contrib/gizmos to configure
2000-08-20  Václav Slavíkadded contrib/gizmos to configure.in
2000-08-18  Julian SmartAdded companion window. Now it's working pretty much...
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-18  Julian SmartAdded tree.rc
2000-08-18  Julian SmartBug fix
2000-08-17  Julian SmartSmall fixes
2000-08-17  Julian SmartAdded gizmos hierarchy
2000-08-15  Václav Slavíkadded wxXmlResourceHandler::GetDimension for 1D values...
2000-08-15  Václav Slavíkadded 'centered' property to wxDialog handler
2000-08-12  Václav Slavíkfixed creation of toolbars under MSW
2000-08-12  Václav Slavíkfixed bug in zlib compressed binary xml resources savin...
2000-08-11  Václav Slavíkadded toolbars
2000-08-11  Václav Slavíkadded toolbar handling
2000-08-11  Václav Slavíkfixed loading of bitmaps from mem_fs
2000-08-11  Václav Slavíkadded binz handler to standard handlers initialized...
2000-08-11  Václav Slavíkstored bitmaps in generated resources
2000-08-11  Václav Slavíkfixed bug: wxButton hasn't name set correctly
2000-08-06  Václav Slavíkfixed some bugs in wxrc compiler
2000-08-06  Václav Slavíkremoved debug message ; improved resource loading logic
2000-08-06  Václav Slavíkwxrcedit improvements
2000-08-05  Václav Slavíkfixed bug in wxrcedit makefile
2000-08-05  Václav Slavíkadded minsize variable for sizers and sizeritems
next