aboutsummaryrefslogtreecommitdiff
path: root/data/core/style.lua
AgeCommit message (Collapse)Author
2022-06-02style: move default colors to its own style filejgmdev
2022-05-31Add `warn` log levelGuldoman
2022-04-12Add scrollbar "track" and resize on hoverGuldoman
2021-12-21change INFO to use style.texttakase1121
2021-12-21Merge branch 'master' of github.com:lite-xl/lite-xl into better-logviewtakase1121
2021-12-21adapt style.good and style.errortakase1121
2021-12-20Add some comments to styleJipok
2021-12-20Predifined colors: good, warn, error, modifiedJipok
2021-12-20Add predefined colors to style: good, badJipok
2021-12-18make error icon redtakase1121
2021-12-18multiple improvements to loggingtakase1121
- added style.log table - removed contextmenu - use ctrl+click to copy individual log entries - use icon instead of + or - for log items in logview
2021-10-02Added in suggested changes.Adam Harrison
2021-09-17Implement tab drag and dropGuldoman
2021-09-07Adopt bigger fonts by defaultFrancesco Abbate
2021-06-21Add a C API copy method for font_desc objectsFrancesco Abbate
Add a renderer.font's method "copy" to clone the font object by specifying an optional new size. In the size is not given the size of the original object is used. Should fulfill the request from issue #288.
2021-05-27Use FiraSans regular for UIFrancesco Abbate
2021-05-26support for font changing in the syntax highlighterliquidev
2021-05-22Switch to FiraSans and JetBrainsMono fontsFrancesco Abbate
2021-03-13integrate NagViewTakase
2021-02-28Use slightly larget font for UIFrancesco Abbate
2021-02-19Make code and ui font smaller at 12v1.16.0-lite-xlFrancesco Abbate
2021-02-19Adjust default code font sizeFrancesco Abbate
The previous value looks too big in hidpi screens
2021-02-15Replace icons font with new fontello fontFrancesco Abbate
2021-02-12Show a dummy toolbarFrancesco Abbate
Does not do anything for the moment
2020-12-13Use core.reload_module instead of style.loadFrancesco Abbate
2020-12-12Merge branch 'project-manager'Francesco Abbate
2020-12-10Automatically reload style when saving the project user moduleFrancesco Abbate
2020-12-06Fix documentation and behavior for 1.13 releaseFrancesco Abbate
2020-12-04Implement optional font rendering optionsFrancesco Abbate
The user can now choose antialiasing grayscale and subpixel and hinting non, slight or full.
2020-12-02First implementation of unix-like data directoryFrancesco Abbate
It basically works by setting the data directory to $prefix/share/lite-xl where $prefix is determined so that $prefix/bin corresponds to EXEDIR. The packages 'user' and 'user.*' are loaded from the directory '$HOME/.config/lite-xl'.
2020-05-09Default color theme adjustmentsrxi
2020-04-25Removed underscore from start of globals, added VERSIONrxi
eg. `_SCALE` => `SCALE` prevents conflict with lua's own _NAME globals
2019-12-28Initial commitrxi