..
doc
Added missing but not-so important changes from local SVN working copy.
2012-07-10 23:35:24 +02:00
plot
Fix provided by Michale Drake.
2012-08-04 02:51:46 +02:00
res
Implemented a new colour picker.
2012-07-26 12:25:27 +02:00
scripts
This version was used to build release package of netsurf 2.9
2012-04-04 21:21:33 +00:00
Makefile.target
Clean up flags setup, requires changes to Makefile.default
2012-07-25 14:00:51 +02:00
bitmap.c
moved "bitmap_resize()" to bitmap.c
2012-07-23 02:03:09 +02:00
bitmap.h
moved "bitmap_resize()" to bitmap.c
2012-07-23 02:03:09 +02:00
browser.c
Changed toolbar_bg_color to type "colour",
2012-07-23 14:48:50 +02:00
browser.h
I'm actually trying to simplify the frontend code, changes:
2011-11-28 23:23:28 +00:00
browser_win.c
renmaed plot functions (use plot_ prefix).
2012-07-23 02:30:11 +02:00
browser_win.h
Open window by configured width,
2011-11-30 23:08:21 +00:00
clipboard.h
Implemented Search Dialog
2011-01-30 19:24:03 +00:00
ctxmenu.c
Fix access to context data URL char *.
2012-07-14 22:15:05 +02:00
ctxmenu.h
Added context menu,
2011-09-19 18:38:48 +00:00
download.c
Use safe string functions.
2012-05-13 15:31:30 +00:00
download.h
Let user select download path and filename, removed unused struct members.
2012-03-21 21:12:06 +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
Plotter refactor: removed one plotter abraction layer.
2012-07-13 22:19:04 +02:00
font.h
I'm actually trying to simplify the frontend code, changes:
2011-11-28 23:23:28 +00:00
global_evnt.c
Handle "Save window size" menu event.
2012-07-27 03:06:12 +02:00
global_evnt.h
Removed obsolete menu item struct member.
2012-04-09 11:44:09 +00:00
gui.c
Use selection_copy_to_clipboard instead of peering into core.
2012-08-02 15:20:59 +01:00
gui.h
Use safe string functions.
2012-05-13 15:31:30 +00:00
history.c
Open hotlist and history at top right corner
2012-07-27 03:47:42 +02:00
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.
2012-06-19 23:46:57 +00:00
hotlist.c
Open hotlist and history at top right corner
2012-07-27 03:47:42 +02:00
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.
2012-06-19 23:46:57 +00:00
login.c
Implemented Search Dialog
2011-01-30 19:24:03 +00:00
login.h
Implemented Search Dialog
2011-01-30 19:24:03 +00:00
misc.c
Load toolbar icons from a single bitmap file.
2012-06-03 17:06:11 +00:00
misc.h
Added function load_icon
2012-04-10 23:10:49 +00:00
options.h
Changed toolbar_bg_color to type "colour",
2012-07-23 14:48:50 +02:00
osspec.c
Use safe string functions.
2012-05-13 15:31:30 +00:00
osspec.h
Improved path conversion for DOS Filesystems.
2011-04-23 20:09:24 +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
Implemented Search Dialog
2011-01-30 19:24:03 +00:00
search.c
Open search form at lower right corner
2012-07-27 03:35:53 +02:00
search.h
Added better checkboxes,
2011-02-12 19:41:07 +00:00
settings.c
Fix settings dialog positioning
2012-08-08 00:34:59 +02:00
settings.h
Added settings dialog, read only right now.
2011-12-13 22:17:50 +00:00
statusbar.c
Plotter refactor: removed one plotter abraction layer.
2012-07-13 22:19:04 +02: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
Fix colour string matching. Lose unneeded case insensitivity in matching.
2012-03-27 11:02:35 +00:00
thumbnail.c
Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create().
2011-02-19 22:17:54 +00:00
toolbar.c
Handle "Save window size" menu event.
2012-07-27 03:06:12 +02:00
toolbar.h
Added missing but not-so important changes from local SVN working copy.
2012-07-10 23:35:24 +02:00
treeview.c
Plotter refactor: removed one plotter abraction layer.
2012-07-13 22:19:04 +02: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
Plotter refactor: removed one plotter abraction layer.
2012-07-13 22:19:04 +02:00
verify_ssl.h
Implemented Search Dialog
2011-01-30 19:24:03 +00:00