Commit Graph

  • 95ee03fb37
    move BYPASS_COMPOSITOR near other SetHint Daniele Laudani 2020-06-03 15:05:55 +0200
  • 7aa462e43d
    Don't tell the system to disable compositing under X11 Daniele Laudani 2020-06-03 14:38:44 +0200
  • 18de4552e2 Made tab's text left-aligned if wider than the tab rxi 2020-06-03 13:34:10 +0100
  • f61ffc4710 Add missing resource file on windows U-ST\francesco abbate 2020-06-03 12:22:17 +0200
  • 4b167e86c6 Fixed bug in Highlighter.invalidate() when setting first_invalid_line rxi 2020-06-02 22:50:03 +0100
  • 9bd4a8b9de Merge remote-tracking branch 'rxi/master' into font-rendering-tests Francesco Abbate 2020-06-02 23:28:52 +0200
  • 01a4981210 Use static libgcc and libstdc++ when doing release build Francesco Abbate 2020-06-02 23:20:22 +0200
  • e01ba599ba Optimize glyph set bitmap rectangles by trimming empty regions Francesco Abbate 2020-06-02 18:46:44 +0200
  • d46cf80226 Adjust xadvance computation to use rounding instead of truncate Francesco Abbate 2020-06-02 17:52:02 +0200
  • 39d7d49586 Reduce y padding in BakeFontBitmap Francesco Abbate 2020-06-02 17:51:26 +0200
  • ae032cd185 Ember blender with gamma correction into FontRenderer Francesco Abbate 2020-06-02 17:18:52 +0200
  • bc74b2860d Add gamma correct pixel blender Francesco Abbate 2020-06-02 14:47:06 +0200
  • a6f52197d0 Fixes keypad enter issue (#131) Victor Gridnevsky 2020-06-02 13:26:16 +0300
  • c41d6a82e1 Adjust BakeFontBitmap issues Francesco Abbate 2020-06-01 17:23:18 +0200
  • c2949edcd7 Check for errors when loading fonts Francesco Abbate 2020-06-01 17:01:42 +0200
  • b734390388 Use font_renderer in aGG font testing program Francesco Abbate 2020-06-01 16:57:33 +0200
  • e291e7269a Hack to fix font size rendering to align with STB original rendering Francesco Abbate 2020-06-01 15:33:14 +0200
  • c333425770 Remove stb from Meson dependencies for Lite Francesco Abbate 2020-06-01 15:28:07 +0200
  • 98f5c16932 Remove unused variable Francesco Abbate 2020-06-01 15:16:07 +0200
  • 5ca7471fc7 Cosmetic code's cleanup Francesco Abbate 2020-06-01 14:45:07 +0200
  • fa06862177 Completely remove usage of stb_truetype Francesco Abbate 2020-06-01 14:43:45 +0200
  • 91a82d8ae4 Add missing function to free FontRenderer Francesco Abbate 2020-06-01 14:42:57 +0200
  • 0389bd000a Fix y offset in BakeFontBitmap Francesco Abbate 2020-06-01 14:33:46 +0200
  • 4c6e15b66c Rename GlyphSetA to GlyphSet Francesco Abbate 2020-06-01 14:08:50 +0200
  • 3a8cb05ea6 Replace stb's BakeBitmapFont with AGG based font's renderer Francesco Abbate 2020-06-01 12:56:23 +0200
  • ca6b7bc902 Render correctly codepoints in agg font render test and fix bounding box Francesco Abbate 2020-06-01 11:26:25 +0200
  • edb103716a Add function to render a single unicode codepoint Francesco Abbate 2020-06-01 11:25:22 +0200
  • f00d5d55df Version 1.06 rxi 2020-05-31 16:53:53 +0100
  • 4ec521dd37 Add correct glyphs bitmap location rects with AGG Francesco Abbate 2020-05-31 13:53:27 +0200
  • 7c57b1d6ca Adjust the font's height when creating the bitmap Francesco Abbate 2020-05-30 20:01:37 +0200
  • 4334d09bab More notes Francesco Abbate 2020-05-30 18:07:40 +0200
  • 103336945e Add pixel format to render font in bitmap format Francesco Abbate 2020-05-30 18:07:31 +0200
  • 010966d60d Add correct font's height calculation using AGG Francesco Abbate 2020-05-30 16:26:10 +0200
  • 0fea5d9d25 Add in agg_font_render method to get face's units to em Francesco Abbate 2020-05-30 16:25:13 +0200
  • 508b6fb73a Improved RootView's EmptyView rxi 2020-05-30 14:53:01 +0100
  • d9dea5d122 More notes on font rendering Francesco Abbate 2020-05-30 15:19:33 +0200
  • 155e76df5f Add font vmetrics in AGG font renderer test Francesco Abbate 2020-05-30 15:19:12 +0200
  • 4701c2899c Add function in agg_font_freetype to take face's height Francesco Abbate 2020-05-30 15:18:36 +0200
  • db8c5ea2aa Renamed core:command/file-finder => core:find-command/file rxi 2020-05-30 09:11:42 +0100
  • 7fbefe40d5 Made `system.set_window_title` only be called on title change rxi 2020-05-30 08:53:48 +0100
  • f77261afa4 Initial working version of agg font rendering test Francesco Abbate 2020-05-29 18:41:55 +0200
  • a7904eba3b Fix errors in renderer lcd Francesco Abbate 2020-05-29 18:41:14 +0200
  • cc58fcc35b Changed summer color theme's caret color rxi 2020-05-29 17:18:04 +0100
  • 0e713f7692 WIP: to use AGG font renderer to create a coverage bitmap Francesco Abbate 2020-05-29 15:57:22 +0200
  • 20626ab911 Add small test program for stb_truetype Francesco Abbate 2020-05-29 12:50:13 +0200
  • b96609b7b8 Removed redundant __APPLE__ case in get_scale() rxi 2020-05-29 09:33:42 +0100
  • 4a8df09829 Fix y coordinate orientation in font rendering call Francesco Abbate 2020-05-29 09:27:00 +0200
  • 31d7cb5ce0 Fix LCD font rendering for BGRA32 pixel format Francesco Abbate 2020-05-28 16:08:48 +0200
  • 1b2fda2825 Changed block movement to mimic word movement rxi 2020-05-28 13:08:18 +0100
  • 9c652086e8 Improved behaviour of and renamed `translate.next|previous_word_boundary` rxi 2020-05-28 11:50:03 +0100
  • 23a080ca45 WIP: compiles but completely broken Francesco Abbate 2020-05-28 12:15:24 +0200
  • 74755f5b4a Simplified implementation of `core.temp_filename()` rxi 2020-05-27 11:38:42 +0100
  • e7cf551e22 Changed EmptyView text from `empty` to `lite` rxi 2020-05-26 10:33:07 +0100
  • 064b6d0b95 Fixed changing of cwd and loading of commandline files rxi 2020-05-26 10:17:36 +0100
  • 79487074c0 Add missing gui_app flag in meson build Francesco Abbate 2020-05-25 16:18:06 +0200
  • 7b9def299d Add dl library because it may be needed by SDL2 Francesco Abbate 2020-05-25 12:23:46 +0200
  • 618078829c Add meson build configuration Francesco Abbate 2020-05-25 12:21:43 +0200
  • 257b9ab753 Added `core.temp_filename()` rxi 2020-05-24 17:34:23 +0100
  • 61a2a2c4e5 Version 1.05 v1.05 rxi 2020-05-24 13:52:10 +0100
  • c2d27ab3f7 Removed `core.project_dir` rxi 2020-05-24 13:50:32 +0100
  • 82e33dd2de Moved event-waiting when not focused to after run_threads() rxi 2020-05-24 13:31:49 +0100
  • 946c125fd4 Changed `core.redraw` to be set to `true` by default rxi 2020-05-24 08:04:47 +0100
  • 61092fbb99 Changed fuzzy matching to favour matching case rxi 2020-05-23 14:30:24 +0100
  • 28b1844a8b Added support for dropping a folder onto the window rxi 2020-05-23 11:31:08 +0100
  • e45b3e2bc0 Minor renaming in rootview rxi 2020-05-23 09:40:42 +0100
  • e6a2770e2e Merge branch 'master' of https://github.com/rxi/lite rxi 2020-05-22 18:59:59 +0100
  • 71fb50ece0
    Merge pull request #111 from waywardmonkeys/fix-tmpnam-warning rxi 2020-05-22 18:59:42 +0100
  • e7320c2291 Made RootView:open_doc() try to use previous node if current node is locked rxi 2020-05-22 15:43:47 +0100
  • 35b642d434 Added rencache invalidation on window-exposed event rxi 2020-05-22 09:00:48 +0100
  • 35ce3d32a9 Fixed string quoting on windows in `system.exec()` rxi 2020-05-22 08:11:05 +0100
  • c9f798a07b Enable LUA_USE_POSIX, fix tmpnam warning on macOS. Bruce Mitchener 2020-05-21 21:57:05 +0700
  • 6b39fb6dfb Changed autoreload to strip carriage-returns on reload rxi 2020-05-21 09:57:26 +0100
  • 7aabfebfa0 Fixed mouse-position resolution when dropping a file rxi 2020-05-20 10:33:08 +0100
  • 08ce7e2563 Fixed stuck mouse-drag-selection on dropped-file rxi 2020-05-20 09:24:06 +0100
  • bc4bf3d384 Added core.set_active_view(); removed `focusable` boolean from View rxi 2020-05-19 12:58:41 +0100
  • 8ec717f240 Added temporary backwards compatibility for `core.project_dir` rxi 2020-05-18 10:25:44 +0100
  • 4ae0d477c0 Made lite set project dir to CWD; removed core.project_dir rxi 2020-05-17 16:59:19 +0100
  • c1f731e5a1 Fixed EXEDIR having trailing slash rxi 2020-05-17 16:58:32 +0100
  • adad2a65be Version 1.04 v1.04 rxi 2020-05-17 14:58:44 +0100
  • adecaba292 Removed unused varibale in ./data/plugins/treeview.lua rxi 2020-05-17 14:02:49 +0100
  • 4644154e5b Added `config.ignore_files` rxi 2020-05-17 13:31:04 +0100
  • 1abb979490 Added null-checks for all push_command() calls in rencache.c rxi 2020-05-17 13:17:38 +0100
  • 82fdc63c6a Added global EXEFILE rxi 2020-05-17 09:36:46 +0100
  • 7e7602c53c Removed `exec` plugin -- moved to `lite-plugins` repo rxi 2020-05-16 10:06:35 +0100
  • 59f5692f2e Merge branch 'master' of https://github.com/rxi/lite rxi 2020-05-16 10:00:13 +0100
  • 0dd4811465
    Merge pull request #101 from demotulatingswan/master rxi 2020-05-16 09:59:58 +0100
  • bc3147e1d0 Changed config.mouse_wheel_scroll default to multiply by SCALE rxi 2020-05-16 09:46:31 +0100
  • 15129b49a6 Moved `config.treeview_size` from `config.lua` to `treeview.lua` rxi 2020-05-16 09:44:31 +0100
  • 92b3b5ba86 Fixed various issues in exec:replace demotulatingswan 2020-05-15 20:18:07 +0200
  • 5102088aca Deferred showing window until after the first frame has rendered rxi 2020-05-14 22:28:22 +0100
  • b8d2805502 Exposed doc's internal insert/remove: Doc:raw_insert|remove rxi 2020-05-14 16:10:48 +0100
  • ef53453246 Fixed x-offset of text in `DocView:draw_line_gutter` rxi 2020-05-14 13:26:21 +0100
  • 6525269386 Made tokenizer skip parsing process on plain-text files rxi 2020-05-14 10:08:12 +0100
  • bcd1b3a081 Fixed gutter text jittering when horizontal scrolling on docview rxi 2020-05-14 09:52:10 +0100
  • 9bf0ed2419 Made rencache warn on exhausting command buffer instead of panicing rxi 2020-05-14 08:52:07 +0100
  • 4c2c03ed4d Made draw_text/draw_rect not push command if result is not on-screen rxi 2020-05-14 08:43:27 +0100
  • 2b32edf7f0 Added system.exec() to system api rxi 2020-05-13 20:32:53 +0100
  • e4ae088bb5 Added support for shift+click selecting rxi 2020-05-13 16:12:20 +0100
  • 1f55fec94b Fixed triple-clicking on last line not selecting the line rxi 2020-05-13 09:28:56 +0100
  • ed86f7d04e Fixed find-replace:select-next erroring on multiline selection rxi 2020-05-12 20:04:50 +0100