You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/atari
Michael Drake 663191791e
Add move caret msg. Add flag to choose internal caret or caret move msgs.
12 years ago
..
doc Added missing but not-so important changes from local SVN working copy. 13 years ago
plot Fixed syntax error caused by search&replace? 12 years ago
res Added default favicon 13 years ago
scripts Remove libxml 12 years ago
Makefile.defaults split target defaults out 12 years ago
Makefile.target move common include path setup to core Makefile 12 years ago
bitmap.c Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. 12 years ago
bitmap.h moved "bitmap_resize()" to bitmap.c 13 years ago
browser.c Fix 1 pixel caret redraw bug. 13 years ago
browser.h I'm actually trying to simplify the frontend code, changes: 13 years ago
browser_win.c Use malloc instead of alloca. 12 years ago
browser_win.h Redraw favicon when it has been changed. 12 years ago
clipboard.h Implemented Search Dialog 14 years ago
ctxmenu.c Fixes for new clipboard interface. 12 years ago
ctxmenu.h Added missing copyright headers 13 years ago
download.c Fix integer overflow in percentage calculation, credits: Peter Slegg. 12 years ago
download.h Let user select download path and filename, removed unused struct members. 13 years ago
dragdrop.c Remove drag n' drop constants, already defined by cflib.h 13 years ago
dragdrop.h Remove drag n' drop constants, already defined by cflib.h 13 years ago
encoding.c Added missing copyright headers 13 years ago
encoding.h Added missing copyright headers 13 years ago
filetype.c fixed types for simple Mime type detection (which shouldn't have been checked in...) 13 years ago
findfile.c Use malloc instead of alloca. 12 years ago
findfile.h Fix focus element 13 years ago
font.c Added missing copyright headers 13 years ago
font.h I'm actually trying to simplify the frontend code, changes: 13 years ago
global_evnt.c Revert "Refactored menu event handling and got rid of several windom calls." 12 years ago
global_evnt.h Revert "Refactored menu event handling and got rid of several windom calls." 12 years ago
gui.c Removed obsolete variable tmp_clipboard 12 years ago
gui.h Use safe string functions. 13 years ago
history.c Remove unused functions. 12 years ago
history.h fix history redraw by calling the window specific redraw function from gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. 13 years ago
hotlist.c Fix warnings, moved prototypes, housekeeping 13 years ago
hotlist.h fix history redraw by calling the window specific redraw function from gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. 13 years ago
login.c Fix up ripples from urldb change. 12 years ago
login.h Fix up ripples from urldb change. 12 years ago
misc.c Revert "Refactored menu event handling and got rid of several windom calls." 12 years ago
misc.h Added is_process_running 13 years ago
msgbox.c Added message box, so warn_user works as expected. 12 years ago
msgbox.h Added message box, so warn_user works as expected. 12 years ago
options.h Set default download path "downloads" 13 years ago
osspec.c remove bogus posix define and workround missing PATH_MAX directly 13 years ago
osspec.h Improved path conversion for DOS Filesystems. 14 years ago
redrawslots.c Added copyright comment. 13 years ago
redrawslots.h Added missing copyright headers 13 years ago
save.h Added missing copyright headers 13 years ago
schedule.c Added schedule stats. 13 years ago
schedule.h Added missing copyright headers 13 years ago
search.c Added missing copyright headers 13 years ago
search.h Added missing copyright headers 13 years ago
settings.c Revert "Refactored menu event handling and got rid of several windom calls." 12 years ago
settings.h Added settings dialog, read only right now. 13 years ago
statusbar.c Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. 12 years ago
statusbar.h Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. 12 years ago
system_colour.c Fix colour string matching. Lose unneeded case insensitivity in matching. 13 years ago
thumbnail.c Fix up ripples from urldb change. 12 years ago
toolbar.c Add move caret msg. Add flag to choose internal caret or caret move msgs. 12 years ago
toolbar.h Fixes for new clipboard interface. 12 years ago
treeview.c Plotter refactor: removed one plotter abraction layer. 13 years ago
treeview.h Stick to OS features for drag feature - handle it almost blocking (improves user experience). 13 years ago
verify_ssl.c Plotter refactor: removed one plotter abraction layer. 13 years ago
verify_ssl.h Implemented Search Dialog 14 years ago