aboutsummaryrefslogtreecommitdiff
path: root/src/dialog.cc
AgeCommit message (Collapse)Author
2011-07-29Added better error handling for the web search dialog (search_url)Jorge Arellano Cid
2011-07-24Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"Jorge Arellano Cid
2011-07-24Added 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-27Enabled CTRL+{a,e,d,k} in search dialog (for start,end,del,cut)Jorge Arellano Cid
2011-06-27Replaced fl_input() with a custom dialogJorge Arellano Cid
* avoids sound bell, allows customization (e.g. widgets, keyboard)
2011-06-25rm some references to fltk2corvid
2011-06-10Set modal for a_Dialog_choice5Jorge Arellano Cid
- Prevents multiple dialogs for repeated Ctrl-q - Re-enables window dialog closing with Escape key
2011-06-10don't use monospace with the text window dialog anymorecorvid
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-30user/pass dialog msg boundscorvid
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-29choice5: don't crash in the absence of choicescorvid
2011-05-26user/pass dialog appearancecorvid
2011-05-26fix compilation warningscorvid
reported in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-May/008348.html
2011-05-25rm commentcorvid
2011-05-25delete choice5 windowcorvid
2011-05-25user/password dialogcorvid
2011-02-06imported patch choice5Jorge Arellano Cid
2011-01-26fix the temporary choice5 codecorvid
2011-01-25let caller know user/pass dialog isn't working yetcorvid
2011-01-25dialog text windowcorvid
2011-01-16some 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-08a bit of dialogcorvid
2011-01-06some dialog.cc changescorvid
2011-01-06some UI constantscorvid
2010-02-17dialog recombine make/show_text_windowcorvid
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-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-26adapt font-family preferences to match CSSJohannes 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-02Fixed a VOIDP2INT bug in the authentication dialog callback.Jorge Arellano Cid
2008-12-20Added 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.0jcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-26- Enabled proxy_user in preferences.jcid
2008-05-22- removed some unnecessary includes.jcid
2008-05-22- Replaced the findtext dialog with an in-window widget!jcid
2008-05-22.jcid
2008-05-05- Switched Window::destroy to Window::delete, fixing side effects.jcid
2008-04-26- Solved some 64bit issues.jcid
2008-04-11- Implemented the file input control for forms (work in progress).jcid
2008-04-11- Implemented a_Dialog_choice5(). May be used by dpis and dillo.jcid
2008-04-06- Fixed a bug in the findtext dialog.jcid
2008-02-03- Switched text window (dialog) to use prefs.width and prefs.heightjcid
2008-01-31- Set the url resolver to escape illegal chars instead of stripping.jcid
2007-12-23Made dialogs use font_factor (e.g. view source).jcid
2007-12-11Made the viewsource button not scalablejcid
2007-11-20Added line numbers and enabled wrapping in the "View Source" window.jcid
2007-11-19- Bound Ctrl+Space to fullscreen toggle.jcid
- Bound preliminar find text support. - Added better pixmaps for Img On/Off icon.
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid