summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-13Added call to get the gadget scale factor for a canvas. Doesn't seem to work.HEADmasterIan C
2020-06-12On app terminate call Close on the top window.Ian C
2020-06-12If AppTerminate event recieved, End. Need to work out how to notify theIan C
application that this is happening.
2020-04-08Removed Strict -- doesn't seem to like it anymore.Ian C
2019-12-12Update ignore lists.Ian C
2019-12-12Tweaks to compile with BlitzMax NG. Removed the glflag module as it doesn'tIan C
compile anymore.
2008-11-09MaxGUI namespace changes in BMX 1.30Ian C
2007-10-12Updated as TGUIFont clashed with MAXGUIIan C
2007-10-12Updated for Max 1.26Ian C
2006-09-03Updated for BlitzMAX 1.22Ian C
2006-06-03Added module to view licensesIan C
2006-05-05Changed license to MIT LicenseIan C
2006-04-28Updated docs (removed extra about: lines)Ian C
2006-04-17Added DrawRight()Ian C
2006-04-15Fixed for 1.18Ian C
2006-01-15Added drag and drop eventIan C
2006-01-15Initial completed versionIan C
2006-01-15Development checkinIan C
2006-01-10Development checkinIan C
2006-01-06Initial importIan C
2005-11-29Tidied up interfaces and added CentreOn()Ian C
2005-11-15Further updates for 1.12Ian C
2005-11-13Updates for BlitzMax 1.12Ian C
2005-11-04Added code to fade menu items between colours.Ian C
2005-11-01Added TGfxMenu class.Ian C
2005-10-24Added a different method for handling collisionsIan C
2005-10-23Changed handling of invalid callsIan C
2005-10-23Fixed bug in lookup tableIan C
2005-10-23Added IsInside()Ian C
2005-10-23Added fields to indicate size of objectsIan C
2005-10-21Added scale to objects, and ability to clone objectsIan C
2005-10-21Added double based rotationIan C
2005-10-21Fixed bug where escape would cancel the file selector even if the text field ↵Ian C
had focus
2005-10-17Improved collision processing so that the points, objects and lines that ↵Ian C
cause collisions can be got.
2005-10-17Additional documentation fixesIan C
2005-10-17Fixed docs for TTextListItemIan C
2005-10-17Added TTextList, TScrollbar and a simple file selector. Change TFloatNumber ↵Ian C
to TDoubleNumber.
2005-10-16Added win32 moduleIan C
2005-10-11Changed vector objects so they work on a point list and line index basisIan C
2005-10-10Added routines to get adjusted co-ords and normals from lines.Ian C
2005-10-10Added vectorgfx moduleIan C
2005-10-10Added DoRotate()Ian C
2005-10-04Added KeySyms moduleIan C
2005-10-04Added CircleIntersects()Ian C
2005-10-03Added Clone()Ian C
2005-10-01Changed to using doublesIan C
2005-09-27Added SetFloat() to TTextIan C
2005-09-26Added DoCirlce() commandIan C
2005-09-26Fixed bug where ESC exited Dialog when something had the focusIan C
2005-09-25Allow ESC to clear text boxesIan C