funchelpers: Support traits for non-member functions
[quassel.git] / src / uisupport / qssparser.cpp
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use raw string literals instead of escaped...
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-08-28 Manuel Nickschasqss: Introduce new message label "hovered"
2018-07-24 Jan Alexander Stef... QssParser: Don't interpret `font: normal` as weight 0
2018-07-24 Jan Alexander Stef... QssParser: Interpret "oblique" as italic
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2018-03-08 Manuel Nickschasuistyle: Support rendering of strikethrough'd text
2018-03-08 Manuel Nickschasuistyle: Support reverse color rendering
2018-03-08 Manuel Nickschasuistyle: Define via stylesheet if color codes have...
2018-03-08 Manuel Nickschasuistyle: Add more type-safety to UiStyle, and clean...
2017-04-12 Shane SynanSwitch sender colors to use color palette
2017-04-12 Shane SynanAllow palette names with digits 0-9
2016-06-06 Manuel NickschasBring copyright headers into 2016
2015-02-07 Manuel NickschasMerge pull request #97 from Bombe/focus-host-input
2015-02-07 Manuel NickschasMerge pull request #104 from mamarley/disconnectdesyncfix
2015-02-05 Manuel NickschasMerge pull request #102 from mamarley/qcaqt5
2015-02-05 Manuel NickschasMerge pull request #105 from merlin1991/qdatastream
2015-01-02 Manuel NickschasHappy New Year!
2014-01-01 Manuel NickschasHappy New Year!
2013-10-10 Manuel NickschasRemove unused field from QssParser
2013-02-19 Manuel NickschasMerge pull request #1 from sandsmark/master
2013-02-19 Manuel NickschasMerge pull request #5 from Tucos/feat-keyx
2013-02-19 Manuel NickschasMerge pull request #2 from sandsmark/wii
2013-01-27 Manuel NickschasYearly bump
2012-05-25 Manuel NickschasFix ALL the license headers!
2012-05-25 Manuel NickschasReformat ALL the source!
2010-08-10 Johannes Huberhandle incoming invite, fixes #961
2010-06-16 Manuel NickschasSet QSS-parsed gradients' coordinate system to ObjectBo...
2010-02-16 Roscoe van WykFixed QssParser::parseFontSize regex
2009-08-24 Manuel NickschasFix QSS syntax
2009-08-24 Sebastian GothMake netsplits pretty on clientside
2009-08-12 Manuel NickschasMake all color values work
2009-08-11 Manuel NickschasMake URLs stylable and fix on-hover underline
2009-08-06 Manuel NickschasAdapt to new topic message type
2009-08-06 Manuel NickschasUse state="channel-event" rather than "event" to make...
2009-08-06 Manuel NickschasVarious fixes for the style engine
2009-08-06 Manuel NickschasProvide means for styling itemviews via UiStyle
2009-08-06 Manuel NickschasIntroduce extra Palette roles for UiStyle
2009-08-06 Manuel NickschasStylesheetify the marker line color
2009-08-06 Manuel NickschasMake text selection stylesheetable
2009-08-06 Manuel NickschasMerge rather than replace identical sections in QSS
2009-08-06 Manuel NickschasCorrectly handle the font property "underline"
2009-08-06 Manuel NickschasParse mIRC colors in stylesheets
2009-08-06 Manuel NickschasRemove C-style comment lines from stylesheets
2009-08-06 Manuel NickschasAdd --qss parameter to load a custom stylesheet
2009-08-06 Manuel NickschasParse format parameters in QSS
2009-08-06 Manuel NickschasMake sender-hash based styling ("colored nicks") work...
2009-08-06 Manuel NickschasFix QSS font handling
2009-08-06 Manuel NickschasAdd a Contents subelement type to ChatLine
2009-08-06 Manuel NickschasHandle all message types properly in UiStyle; eliminate...
2009-08-06 Manuel NickschasParse font properties in QSS
2009-08-06 Manuel NickschasSwitch to lowercase for subelement and message types...
2009-08-06 Manuel NickschasParse foreground and background for ChatLines
2009-08-06 Manuel NickschasMove QssParser out of UiStyle