Commit History

Author SHA1 Message Date
  cutealien e75d2904b1 Replace public header guards to avoid using indentifiers reserved by c++ 3 years ago
  hybrid 9f7227b7ad Some whitespace adjustment. 11 years ago
  cutealien ac75fdd5fd - Add functions to set/get cursor character and blinktime to IGUIEditBox 12 years ago
  cutealien 1965979541 Add getters IGUIButton::isDrawBorderEnabled and IGUIButton::isDrawBackgroundEnabled 12 years ago
  hybrid 0a2330890a Bump copyright to 2012 12 years ago
  cutealien de5f4b7af1 Add documentation to all IGUIElement's which events they are creating. 12 years ago
  hybrid 40480a7822 Merged revisions 4001-4056 from 1.7 branch. Keycode updates, fix compilation errors, vector normalize error case fixed, joystick safety fixes, editbox updates, meshviewer modal window fix, isPointInsideFast changes. 12 years ago
  cutealien 86c043ea52 All gui-elements now use "SColor" instead of "const SColor&" to unify interfaces somewhat (it doesn't really matter which way it's done - the only bad solution is doing it different in every second function). I don't dare changing the one occurrence of "const SColor&" in IGUISkin as skins are so often overloaded and so changing that would break too much user-code, will do that once IGUISkin is more seriously reworked. Sorry for anyone already overloading gui-elements IGUIEditBox, IGUIListBox, IGUIStaticText - you will have to change that as well. But I think in the long run it's better having this at least a little less inconsistent. 13 years ago
  cutealien caac1b4505 - Add getActiveFont to all elements which have setOverrideFont for cleaner code 13 years ago
  cutealien 7d101163aa IGUIEditBox: Added setDrawBackground. Crash-fix with wordwrapping and spaces. Remove bug with spaces getting added to the end of each line. Add missing serialization for Border. 13 years ago
  hybrid 5e4d495dcc Bump copyright dates to 2011. 14 years ago
  cutealien b72110baa1 Fix compiling on VS (thx to joshcryer for reporting). 14 years ago
  cutealien b80b8c180d Add CGUIEditBox::getOverrideColor and CGUIEditBox::isOverrideColorEnabled (same as GuiStaticText has already. thx to greenya for noticing) 14 years ago
  cutealien baa4ecb9dc Documentation updates. 15 years ago
  hybrid 3ef1b18308 Fix eol-style for all code files to CRLF for simpler file handling. 15 years ago
  hybrid 7e5822ec2c Fix eol-style for all code files to native. 15 years ago
  hybrid ca8f261819 Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames. 16 years ago
  Rogerborg dcebfbbf0d http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704 16 years ago
  hybrid 7472bcd83c Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. 16 years ago
  hybrid 9c33ae93ad Merge revisions 1489:1494 from 1.4 branch. Mainly cleanup, removal of .NET wrapper, and postEventFromUser patch to return if the event was absorbed. 16 years ago
  hybrid cdffc4a5d6 Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 16 years ago
  hybrid 08e359784b GUI constification done, other parts still missing. 17 years ago
  bitplane 6b742e903b added password option for edit box. removed some credits as requested 17 years ago
  bitplane 4996342b0f added IGUIEditBox::setAutoScroll, isAutoScrollEnabled and getTextDimension. 17 years ago
  bitplane 1f1006a177 Added CuteAlien's IGUISpinBox. 17 years ago
  bitplane 7cf5252eb9 completion of most getters/setters for GUI 17 years ago
  bitplane c00ce1d372 Moved everything to /trunk 17 years ago