Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2013-01-08 | downloads.cc: do not test whether the file exists or prompt to overwrite. | Jeremy Henty | |
2012-12-12 | Download DPI Scroll should calculate the scrollbar width properly. | Jeremy Henty | |
2012-12-11 | Download DPI Scroll should resize itself before resizing its child. | Jeremy Henty | |
2012-12-10 | Downloads DPI: meaningful and consistent window titles. | Jeremy Henty | |
2012-11-28 | Add "#include <FL/fl_ask.H>" wherever its functions are used. | Jeremy Henty | |
2011-11-11 | locale-independent ASCII character case handling | corvid | |
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. | |||
2011-10-17 | downloads DPI: make the download items resize horizontally with the main window. | Jeremy Henty | |
2011-10-05 | dpi/download.cc: make the indentation more consistent. | Jeremy Henty | |
2011-09-15 | let downloads dpi use the fltk scheme | corvid | |
In dillo, fltk putenv()s the scheme (FLTK_SCHEME), and Fl::scheme(NULL) getenv)s it. Not that it makes much of a difference to the downloads dpi... | |||
2011-09-13 | use a dRealloc | corvid | |
mentioned by Alexander on dillo-dev | |||
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-07-30 | fix clang warning | Rob S | |
2011-07-27 | escape '@' in wget log output shown in downloads dpi tooltip | corvid | |
There are opportunities for optimizations and cleverness, but it's nice to think of workarounds as something simple and minimally intrusive that you will get to rip out again someday. I'll have to check whether I've ever complained to the FLTK people about this specific problem. | |||
2011-07-27 | disable symbol/shortcut interpretation in the downloads dpi's labels | corvid | |
TODO: '@' in the wget output tooltip | |||
2011-06-30 | Workaround for downloads dpi: It had display glitches on some machines. !? | 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-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-05-19 | delete [] | corvid | |
2011-04-30 | downloads GUI: fixed a couple of rendering glitches | Jorge Arellano Cid | |
Removing entries wasn't updating the screen. Workaround for a FLTK-1.3 bug with FL_ROUND_UP_BOX. | |||
2011-04-29 | Fixed downloads dpi GUI (close and rename dialogs, colors) | Jorge Arellano Cid | |
close and rename dialog had option processing reversed since the port. some colors of in the old theme were not showing. "continue" on a partial file didn't update the meter. All fixed now. | |||
2011-03-09 | Minor resolve for previous patch | Jorge Arellano Cid | |
2011-03-09 | merge | Jorge Arellano Cid | |
2011-03-09 | Merged indentation patch. Kept one-char indentation for child widgets | Jorge Arellano Cid | |
2011-02-25 | merge in recent changes from main repo | corvid | |
2011-02-11 | downloads dpi: init some time variables | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-February/008058.html | |||
2011-02-07 | dpi/downloads.cc: make the indentation consistent. | Jeremy Henty | |
2011-01-07 | downloads: fix progress bar | corvid | |
2011-01-07 | downloader compiles | corvid | |
and if you resize it, you can see that it's _sort_ of working, even. | |||
2010-12-13 | typo | corvid | |
2010-11-16 | downloads dpi: RAW_LABEL for the widget displaying the filename | corvid | |
Noticed with http://portal.acm.org/ft_gateway.cfm?id=1039523&type=pdf which redirected to a filename with lots of ampersands. | |||
2010-10-09 | make dillo compile with clang | Johannes Hofmann | |
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget. | |||
2009-11-09 | downloads dpi div. by 0 | corvid | |
2009-11-01 | Made downloads dpi use dsh auth | Jorge Arellano Cid | |
2009-07-17 | Added a_Dpip_get_attr_l() to DPIP's API | Jorge Arellano Cid | |
2009-05-15 | add a couple of const | Jorge Arellano Cid | |
2009-03-18 | [mq]: fix-dlwin_new-comment | Jeremy Henty | |
2009-02-27 | [mq]: remove-fltk-bug-workaround | Jeremy Henty | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | 's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation. | Jorge Arellano Cid | |
2009-01-02 | Ensure that the dlib dStr* functions are used everywhere. | Jorge Arellano Cid | |
2008-10-30 | - Set the ScrollGroup as the resizable widget in downloads dpi. | jcid | |
2008-10-30 | - Reduced warnings with gcc-4.3. | jcid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2008-06-10 | - Made the download dpi's panels resize horizontally. | jcid | |
2008-05-22 | - s/strdup/dStrdup/ | jcid | |
2008-05-16 | - FTP dpi: Fixed algorithm bugs and improved the mime-type detector. | jcid | |
2007-11-17 | Added the "static" qualifier where missing. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |