Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-02 | Avoid searching for boundary in file content | Xavier Del Campo Romero | |
Making the boundary string very unlikely to collide with the file to upload allows Dillo to assume it would never be found and avoids the expensive memmem() check. Even if major implementations tend to add several '-' characters to multipart/form-data boundaries, this is not enforced by RFC 2046, so it can be increase to 70 random characters. See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/VUB5PIOPJZ2VTCVGQPBZMGOYEISTXCFX/ | |||
2024-08-07 | Use dStrdup instead of strdup | Rodrigo Arias Mallo | |
The strdup function is not available in POSIX-2001, so we use our own implementation in dlib: dStrdup. Reviewed-by: dogma | |||
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-08-07 | Fix pedantic warnings | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-07-05 | restore lost initialization of choice_answer | corvid | |
looks like we lost it in "changeset 2768:e7f98f931ed7 Modified a_Dialog_choice5() to accept any number of alternatives [p37sitdu]" | |||
2015-05-29 | some more information for TLS warning popups | corvid | |
2015-05-18 | gain some space in a_Dialog_choice | corvid | |
2013-04-19 | trim some spaces | corvid | |
2013-01-28 | Fix: dialog menu is keyboard-activable again (119c5d6ba0df regression) | Jorge Arellano Cid | |
The search engine option menu was activable with keyborad (Down key). Made this work again. Also made FORM option menus activable with Down key. | |||
2013-01-11 | Modified a_Dialog_choice5() to accept any number of alternatives [p37sitdu] | Jorge Arellano Cid | |
2012-12-30 | ui color fg/bg preferences | corvid | |
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html | |||
2012-12-10 | Dillo: parameterise window titles. | Jeremy Henty | |
2012-12-10 | Dillo: improved window titles. | Jeremy Henty | |
2012-12-07 | fltk1.3-ify wrap_mode call | corvid | |
I suspect it's just chance that the fltk2-style arguments worked. | |||
2012-11-28 | Add "#include <FL/fl_ask.H>" wherever its functions are used. | Jeremy Henty | |
2012-11-08 | Add '#' to the open file dialog escaped character set | corvid | |
2011-09-25 | let the enter key trigger buttons when possible | corvid | |
Topic brought up by Alexander recently. In FLTK2, Enter and Space would both trigger buttons. In 1.3, only Space does it. I asked the FLTK guys about this, and I learned that Space to trigger buttons is actually old-school X behaviour that I somehow never became aware of. | |||
2011-07-29 | Added better error handling for the web search dialog (search_url) | Jorge Arellano Cid | |
2011-07-24 | Added an optional label to dillorc's search_url. Format: "[<label> ]<url>" | Jorge Arellano Cid | |
2011-07-24 | Added multiple search engines (with several 'search_url' lines in dillorc) | Jorge Arellano Cid | |
This patch adds the PREFS_STRINGS type to the prefsparser, which allows having multiple different strings asociated with one dillorc option (stored in a list) | |||
2011-06-27 | Enabled CTRL+{a,e,d,k} in search dialog (for start,end,del,cut) | Jorge Arellano Cid | |
2011-06-27 | Replaced fl_input() with a custom dialog | Jorge Arellano Cid | |
* avoids sound bell, allows customization (e.g. widgets, keyboard) | |||
2011-06-25 | rm some references to fltk2 | corvid | |
2011-06-10 | Set modal for a_Dialog_choice5 | Jorge Arellano Cid | |
- Prevents multiple dialogs for repeated Ctrl-q - Re-enables window dialog closing with Escape key | |||
2011-06-10 | don't use monospace with the text window dialog anymore | corvid | |
It was nice when this dialog was used to view source, but it doesn't matter for viewing html bugs. If anything, it takes up space. | |||
2011-05-30 | user/pass dialog msg bounds | corvid | |
A label won't fill an entire box. How much of a gap is there? Well, you know what the inside of fltk is like -- a million cases of "Let's add two here; it'll look nice!" Looking at, e.g., Fl_Tooltip, fl_ask, they just pick numbers, too, to make up for it. The "6" might turn out not to be enough under certain circumstances. | |||
2011-05-29 | choice5: don't crash in the absence of choices | corvid | |
2011-05-26 | user/pass dialog appearance | corvid | |
2011-05-26 | fix compilation warnings | corvid | |
reported in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-May/008348.html | |||
2011-05-25 | rm comment | corvid | |
2011-05-25 | delete choice5 window | corvid | |
2011-05-25 | user/password dialog | corvid | |
2011-02-06 | imported patch choice5 | Jorge Arellano Cid | |
2011-01-26 | fix the temporary choice5 code | corvid | |
2011-01-25 | let caller know user/pass dialog isn't working yet | corvid | |
2011-01-25 | dialog text window | corvid | |
2011-01-16 | some general commenting-out for src/ | corvid | |
I also get a conflict with Status in dns.h. (Also seen in ui.cc, which I changed like a week ago.) Seemingly defined in X somewhere already. I remember the same thing happening on my port experiment a couple of years, so...I'll just change it. | |||
2011-01-08 | a bit of dialog | corvid | |
2011-01-06 | some dialog.cc changes | corvid | |
2011-01-06 | some UI constants | corvid | |
2010-02-17 | dialog recombine make/show_text_window | corvid | |
The function had been split up in June 08 so that I could put an unref_buf() between them. Now that view source is a dpi, it's no longer necessary. | |||
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-01-26 | adapt font-family preferences to match CSS | Johannes Hofmann | |
CSS 2.1 uses the following predefined font names: 'serif', 'sans-serif', 'cursive', 'fantasy', 'monospace'. Add preferences so that the user can set real font names for these. Basically the new "font_sans_serif" option is what "vw_fontame" used to be and "font_monospace" is equivalent to "fw_fontname". The other two options are new. | |||
2009-01-02 | Fixed a VOIDP2INT bug in the authentication dialog callback. | Jorge Arellano Cid | |
2008-12-20 | Added basic authentication! | Jorge Arellano Cid | |
2008-10-30 | - Reduced warnings with gcc-4.3. | jcid | |
2008-09-30 | - Added a workaround for missing lines with "View Source". | jcid | |
2008-09-21 | - Some i18n in view source and tab labels. | jcid | |
2008-09-08 | - Adjusted internal font sizes so the default font_factor is 1.0 | jcid | |