.. |
doc
|
Updated docs.
|
2012-01-06 22:12:20 +00:00 |
plot
|
more #ifdef WITH_8BPP_SUPPORT
|
2012-02-25 15:23:00 +00:00 |
res
|
Updated resources ( mainmenu and settings dialog updated for background_images, foreground_images, font_monochrom )
|
2012-01-06 23:30:59 +00:00 |
scripts
|
Commented and adjusted default options
|
2011-12-10 01:02:19 +00:00 |
bitmap.c
|
Only set opaque on initial alloc, add flag for clearing buffer on realloc.
|
2012-01-06 21:57:42 +00:00 |
bitmap.h
|
Only set opaque on initial alloc, add flag for clearing buffer on realloc.
|
2012-01-06 21:57:42 +00:00 |
browser_win.c
|
Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of overwriting the default handlers. Removed option atari_realtime_move.
|
2011-12-21 21:13:13 +00:00 |
browser_win.h
|
Open window by configured width,
|
2011-11-30 23:08:21 +00:00 |
browser.c
|
Mouse button holding wasn't reported to the browser because of drag optimization, resulting in internal scrollbars which only reacted on click, not mouse holding down.
|
2012-02-03 00:05:37 +00:00 |
browser.h
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
clipboard.h
|
|
|
ctxmenu.c
|
Re-Enabled "View Source"
|
2011-12-15 22:59:15 +00:00 |
ctxmenu.h
|
Added context menu,
|
2011-09-19 18:38:48 +00:00 |
download.c
|
Set status message on download finish.
|
2011-12-27 23:30:39 +00:00 |
download.h
|
Fixed display of download speed.
|
2011-12-21 22:44:37 +00:00 |
dragdrop.c
|
Remove drag n' drop constants, already defined by cflib.h
|
2011-11-23 19:53:54 +00:00 |
dragdrop.h
|
Remove drag n' drop constants, already defined by cflib.h
|
2011-11-23 19:53:54 +00:00 |
encoding.c
|
Fix conversion of local encoding to utf-8
|
2011-12-04 17:18:07 +00:00 |
encoding.h
|
Fix conversion of local encoding to utf-8
|
2011-12-04 17:18:07 +00:00 |
filetype.c
|
fixed types for simple Mime type detection (which shouldn't have been checked in...)
|
2011-12-15 23:00:39 +00:00 |
findfile.c
|
fixed type.
|
2011-12-15 22:56:46 +00:00 |
findfile.h
|
Fix focus element
|
2011-12-06 21:06:41 +00:00 |
font.c
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
font.h
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
global_evnt.c
|
Added key shortcut for bookmark, handle menut item "Hide Toolbars"
|
2012-01-25 22:42:03 +00:00 |
global_evnt.h
|
Added menu items for foreground_images,background_images for fast access.
|
2012-01-06 23:23:31 +00:00 |
gui.c
|
Default to "not rendering" when setting GUI poll priority.
|
2012-01-25 22:44:00 +00:00 |
gui.h
|
Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of overwriting the default handlers. Removed option atari_realtime_move.
|
2011-12-21 21:13:13 +00:00 |
history.c
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
history.h
|
|
|
hotlist.c
|
Update frontends for r13185. Enabled new functionality, where it is not logical it
|
2011-11-27 20:09:10 +00:00 |
hotlist.h
|
Moved mouse movement handling into window event handlers, updated resources, updated todos, implemented treeview + hotlist
|
2011-04-10 21:52:07 +00:00 |
login.c
|
|
|
login.h
|
|
|
Makefile.target
|
Always use pkg-config, never use xml-config or curl-config, it breaks crossbuild when these binaries are actually available on the build machine.
|
2012-02-27 22:43:33 +00:00 |
misc.c
|
Removed non declared and unused "cookies_update" function ( some frontends still define the functions), added missing prototypes.
|
2012-01-11 20:35:14 +00:00 |
misc.h
|
Removed non declared and unused "cookies_update" function ( some frontends still define the functions), added missing prototypes.
|
2012-01-11 20:35:14 +00:00 |
options.h
|
Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of overwriting the default handlers. Removed option atari_realtime_move.
|
2011-12-21 21:13:13 +00:00 |
osspec.c
|
Fixed warning.
|
2012-01-06 22:04:55 +00:00 |
osspec.h
|
Improved path conversion for DOS Filesystems.
|
2011-04-23 20:09:24 +00:00 |
plot.c
|
Added flag for monochrom font rendering.
|
2012-01-06 22:06:31 +00:00 |
plot.h
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
redrawslots.c
|
Added copyright comment.
|
2011-12-04 12:54:49 +00:00 |
redrawslots.h
|
I'm actually trying to simplify the frontend code, changes:
|
2011-11-28 23:23:28 +00:00 |
save.c
|
added save page handlers.
|
2011-12-10 01:06:48 +00:00 |
save.h
|
added save page handlers.
|
2011-12-10 01:06:48 +00:00 |
schedule.c
|
Added schedule stats.
|
2012-01-06 22:04:23 +00:00 |
schedule.h
|
|
|
search.c
|
Added context menu,
|
2011-09-19 18:38:48 +00:00 |
search.h
|
|
|
settings.c
|
set monochrom option on save was missing
|
2012-01-07 00:28:35 +00:00 |
settings.h
|
Added settings dialog, read only right now.
|
2011-12-13 22:17:50 +00:00 |
statusbar.c
|
Removed resize widget from statusbar ( Not needed anymore, window has native widgets now)
|
2011-11-23 19:59:24 +00:00 |
statusbar.h
|
Removed resize widget from statusbar ( Not needed anymore, window has native widgets now)
|
2011-11-23 19:59:24 +00:00 |
system_colour.c
|
|
|
thumbnail.c
|
|
|
toolbar.c
|
Added functions to hide/show the toolbar.
|
2012-01-11 20:35:50 +00:00 |
toolbar.h
|
Added functions to hide/show the toolbar.
|
2012-01-11 20:35:50 +00:00 |
treeview.c
|
Pass whether background images are wanted in redraw_context.
|
2011-12-23 22:39:25 +00:00 |
treeview.h
|
Stick to OS features for drag feature - handle it almost blocking (improves user experience).
|
2011-12-04 13:05:00 +00:00 |
verify_ssl.c
|
|
|
verify_ssl.h
|
|
|