aboutsummaryrefslogtreecommitdiff
path: root/dpi/bookmarks.c
AgeCommit message (Collapse)Author
2024-04-01Use 14px font size for bookmarksRodrigo Arias Mallo
2024-04-01Remove unused table CSS rule in bookmarksRodrigo Arias Mallo
Reported-by: dogma Fixes: https://github.com/dillo-browser/dillo/issues/112
2024-04-01Improve readability of bookmarksRodrigo Arias Mallo
Simplifies and increases the contrast of the Bookmark pages and menus. Tables are removed in favor of HTML5 elements. For styles we add a simple CSS style sheet, common for all pages. Fixes: https://github.com/dillo-browser/dillo/issues/108
2016-01-25bookmarks dpi: add more error handling to bw.txt parserJohannes Hofmann
2011-11-17never treat URI schemes case-sensitivelycorvid
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2010-09-13bookmarks dpi urlstr leakcorvid
noticed in Jeremy's valgrind logs
2009-11-20Set a_Nav_reload() behind a timeout (fixes a race condition)Jorge Arellano Cid
Note: the timeout lets CCC operations end before making the request.
2009-11-18Fixed bookmarks "cancel" link (Add/Mod URL, Add Sec). Also s/tmp_fd/sock_fd.Jorge Arellano Cid
2009-11-18WORKAROUND for an obscure bug not delivering bookmarks' "Add Section" pageJorge Arellano Cid
2009-11-10Fixed a couple file descriptor leaks in dillo's DPI codeJorge Arellano Cid
2009-11-01bookmarks dpi: added dsh authJorge Arellano Cid
2009-11-01Implemented the file dpi based on select() (removed its pthreads dependency)Jorge Arellano Cid
It should be faster and use less resources.
2009-11-01Introduced the new tokenizing dsh API to DPIPJorge Arellano Cid
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer).
2009-11-01Introduce basic shared-secret-based authenticationJorge Arellano Cid
2009-09-20trim some spacescorvid
2009-09-19add id='dillo_bm' to the body element of bookmark pagesJohannes Hofmann
Using this id one can customize the look of the bookmark pages in ~/.dillo/style.css. E.g: #dillo_bm {background-color: black !important; font-family: monospace}
2009-07-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-03-10[mq]: fix-width-problem.patchJustus Winter
2009-03-10[mq]: abort.patchJustus Winter
2009-03-10[mq]: consistent-delimiter-in-menu-bar.patchJustus Winter
2009-03-10[mq]: fix-html-warning.patchJustus Winter
2008-11-05- Cleaned up and normalized D_SUN_LEN usage.jcid
2008-09-30- s/todo:/TODO:/gjcid
2008-09-14- Made several cleanups according to compiler warnings with "-W -Wall".jcid
2007-12-31- Added more statics in dpi, const in pixmaps, and removed redundant includes.jcid
2007-12-19minor changesjcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid