index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dialog.cc
Age
Commit message (
Expand
)
Author
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
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
2011-06-25
rm some references to fltk2
corvid
2011-06-10
Set modal for a_Dialog_choice5
Jorge Arellano Cid
2011-06-10
don't use monospace with the text window dialog anymore
corvid
2011-05-30
user/pass dialog msg bounds
corvid
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
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
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
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-01-26
adapt font-family preferences to match CSS
Johannes Hofmann
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
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.height
jcid
2008-01-31
- Set the url resolver to escape illegal chars instead of stripping.
jcid
2007-12-23
Made dialogs use font_factor (e.g. view source).
jcid
2007-12-11
Made the viewsource button not scalable
jcid
2007-11-20
Added line numbers and enabled wrapping in the "View Source" window.
jcid
2007-11-19
- Bound Ctrl+Space to fullscreen toggle.
jcid
2007-11-05
Updated copyright lines
jcid
2007-10-07
Initial revision
jcid