73 Commits (a019d59a93bf07ff5a98a0b59c61fc3748f2c8e8)

Author SHA1 Message Date
  Leonard Ritter a019d59a93 renamed uiClear/uiLayout to uiBegin/EndLayout 10 years ago
  Leonard Ritter d8f7e65c53 small fix to stages 10 years ago
  Leonard Ritter cef9f45e2f added stage to debug misdirected calls 10 years ago
  Leonard Ritter b04311e064 - recover item ids in hierarchies where possible 10 years ago
  Leonard Ritter 57110c60af added uiGetAllocSize() 10 years ago
  Leonard Ritter a337155dfa added support for manually specifying item and buffer capacity 10 years ago
  Leonard Ritter 93b7e52b82 updated uiFindItem() docs in respective to frozen items 10 years ago
  Leonard Ritter 899491995f added uiFindItem(), uiSetFlags() and uiGetFlags() for user-defined flags 10 years ago
  Leonard Ritter 5e8a29038d MSVC: disabling warnings 10 years ago
  Leonard Ritter 6b860dc29a bumped oui revision number 10 years ago
  Leonard Ritter dafb2e8ece - expanded documentation on oui.h 10 years ago
  Leonard Ritter 24ec05c01e UI_BREAK: support for manual newlines, querying inserted newlines 10 years ago
  Leonard Ritter a1b5e9414f implemented vertical UI_WRAP 10 years ago
  Leonard Ritter f366bbbdd9 fixed excess right space for UI_JUSTIFY|UI_WRAP 10 years ago
  Leonard Ritter 94b617340f added UI_WRAP mode and example 10 years ago
  Leonard Ritter 74e6658f6a added UI_LAYOUT, UI_ROW demos to example 10 years ago
  Leonard Ritter 4b4d8f3cf2 missed prototypes 10 years ago
  Leonard Ritter 15ec166709 split up parent/child layout flags into uiSetBox and uiSetLayout 10 years ago
  Leonard Ritter 044c012e79 fixed uiSetLayout(), added uiAddLayout() for accumulative flags 10 years ago
  Leonard Ritter 945bd812a3 whoops, tab mode was enabled in editor, fixed 10 years ago
  Leonard Ritter 4b09ffeb4d removed lastkid/previtem entries, reducing UIitem size to 32 bytes 10 years ago
  Leonard Ritter 0d6863730b - rect queries are absolute, removed uiGetAbsoluteRect() 10 years ago
  Leonard Ritter 58510e14b7 - new flex layouter (no wrap yet) 10 years ago
  Leonard Ritter 29d04b90ea - added new flex-mode bitflags (not functional yet) 10 years ago
  Leonard Ritter 3fdef9c99e state validation on GetFocusedItem() destroyed state 10 years ago
  Leonard Ritter 22ef68fd18 fixed hot item 10 years ago
  Leonard Ritter b95cf18c92 oui: use item identity for state keeping 10 years ago
  Leonard Ritter aa8e0ced01 merged data and handles; handles can either be set or allocated. 10 years ago
  Leonard Ritter 4243d5e845 - merged layout flags, event flags, frozen flag, visited flags into single item flagset 10 years ago
  Leonard Ritter 1bf721fbcd added UI_ADJUST_HEIGHT to support multiline text boxes 10 years ago
  Leonard Ritter 8977f16d27 fixed button state check 10 years ago
  Leonard Ritter 9e7dc62cd8 context clicks go directly through 10 years ago
  Leonard Ritter 6759a4b5dc removed UI_APPEND 10 years ago
  Leonard Ritter e407717c70 - removed UI_EXTEND, as using code can replicate this function easily 10 years ago
  Leonard Ritter 89c53ac58c fixed a type signature error 10 years ago
  Leonard Ritter 0bc10ad5f4 support for double-, triple-, etc. clicks 10 years ago
  Leonard Ritter dab1d7bc0c oui: added UI_SCROLL event 10 years ago
  Leonard Ritter 91b515d50f uiMakeCurrent no longer clears items 10 years ago
  Leonard Ritter b362329a46 added uiGetItemCount() 10 years ago
  Leonard Ritter fdfb902168 added uiUpdateHotItem() 10 years ago
  Leonard Ritter 3132f241bd renamed the RelTo* functions to something more descriptive 10 years ago
  Leonard Ritter 2c323265a5 added uiExtend to interface 10 years ago
  Leonard Ritter 4e96ad8476 added extern "C" flag for oui.h 10 years ago
  Leonard Ritter 43fe99cb82 added BND_EXPORT, OUI_EXPORT for situations where an export 10 years ago
  Leonard Ritter 8de9f9d04b oui: support for extending items by event 10 years ago
  Leonard Ritter 8ea104d97d oui: added callback for right mouse button 10 years ago
  Leonard Ritter a8df9c519b added uiGetAbsoluteRect() 10 years ago
  Leonard Ritter 001e763f73 oui: added uiSetSelfHandle() 10 years ago
  Leonard Ritter f79ab2da03 blendish: fixed bndJoinAreaOverlay 10 years ago
  Leonard Ritter f3b3384016 - new constants for splitters 10 years ago