2021-09-17 12:24:08 by Nia Alarie | Files touched by this commit (1) |
Log message:
luakit: add missing libraries on SunOS
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2021-03-15 12:17:18 by Nia Alarie | Files touched by this commit (4) |
Log message:
luakit: Update to 2.3
## [2.3]
### Added
- Added Gopher protocol support, see comment in rc.lua.
- Added two commands to clear website data (:clear-data, :clear-favicon-db).
- Added dark mode support setting `application.prefer_dark_mode`.
- The tabmenu plugin is now included in luakit (:tabmenu).
### Changed
- Removed debug symbol generation for default make.
- Changed the C standard from gnu99 to c11 because Webkit wants it.
- The proxy module remembers when no proxy or system proxy was used last.
- The proxy widget is hidden when proxy "None" is active.
### Fixed
- Fixed bounding box not spanning over whole element.
- Fixed an issue where styled hint labels caused intransparent bounding boxes.
- Fixed a race condition when a tab is closed on NetBSD.
- Do not execute "git ls-files" when luakit is not a git repository
### Update information
- The gopher module needs `luasocket` installed.
|
2020-11-06 13:15:54 by Nia Alarie | Files touched by this commit (12) |
Log message:
Make luajit PaX MPROTECT safe.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-10-05 09:13:07 by Nia Alarie | Files touched by this commit (1) |
Log message:
luakit: better COMMENT
|
2020-10-04 20:16:43 by Nia Alarie | Files touched by this commit (4) |
Log message:
luakit: Update to 2.2.1
### Changed
- Removed debug symbol generation for default make.
- Changed the C standard from gnu99 to c11 because Webkit wants it.
### Fixed
- Fixed bounding box not spanning over whole element.
- Fixed an issue where styled hint labels caused intransparent bounding boxes.
- Fixed a race condition when a tab is closed on NetBSD.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-08-09 20:17:43 by Nia Alarie | Files touched by this commit (1) |
Log message:
luakit: Don't rely on git for versioning
|
2020-08-09 19:25:37 by Nia Alarie | Files touched by this commit (7) |
Log message:
www: Add luakit
Luakit is a highly configurable browser framework based on the WebKit web
content engine and the GTK+ toolkit. It is very fast, extensible with Lua,
and licensed under the GNU GPLv3 license. It is primarily targeted at
power users, developers and anyone who wants to have fine-grained control
over their web browser's behaviour and interface.
|