Garry's Mod Logo
add_circle

Features

  • DIconLayout - Added SetStretchWidth & SetStretchHeight to enable/disable auto stretch of the panel
  • DBinder - Added OnChange hook
  • DColorPalette - added ResetSavedColors & better Paint function to account for children & "networking" of the palette changes
  • DComboBox - Proper sorting and ability to disable it
  • DAlphaBar - better background grid code for super tall sizes
  • DColorMixer - DColorPalette got new right click menu with ability to reset the palette
arrow_circle_up

Improvements

  • DHorizontalDivider - Many IsValid checks, better handling of resizing to prevent firing PerformLayout every frame
  • DNumSlider - SetDecimals now refreshes the displayed number
handyman

Fixed

  • DScrollPanel - Fixed up resizing putting scroll position too far down in some cases
  • MatSelect - Fixed the panel not rebuilding when needed and fixed child size calculation for child sizes less than 1 to take into account spacing and padding
  • DFileBrowser - Fixed Clear() leaving some variables to a chance of inheriting values of a global variable named "_"
  • DPanelSelect - Fixed the panel not restoring old PaintOver()s
  • DTree_Node - Fixed wildcard not properly applying to child elements
  • DListView - Fixed white line in the middle of a line when line height is set to high values
  • DTree_Node (DTree) first expansion will no longer try to expand to a size higher than necessary
  • DLabelEditable - You can no longer use translated strings with this panel (sort of)
  • PropSelect - Auto vertical height support