summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename libcss_node_data key for libdom node user data.Michael Drake2013-12-133-7/+11
|
* Update for new libcss API.Michael Drake2013-12-138-213/+89
|
* Removed old code in atari/toolbar.cOle Loots2013-12-131-16/+0
|
* Do not use default plot scale for URL redrawOle Loots2013-12-131-1/+6
|
* plot_set_scale return old scale now.Ole Loots2013-12-132-2/+14
|
* Check if URL is already added to bookmarkOle Loots2013-12-131-0/+6
|
* Removed toolbar icons: favourite, ssl-indicatorOle Loots2013-12-135-113/+69
| | | | (because it looks disgusting)
* Revert "Use correct LD_LIBRARY_PATH for additional libraries"Ole Loots2013-12-051-1/+1
| | | | This reverts commit 5b4a9e9315d688765115f846a8cd1731dfffb5b3.
* Recognize scale when plotting fontsOle Loots2013-12-042-7/+45
|
* Removed debug printOle Loots2013-12-041-1/+0
|
* Recognize scale when plotting bitmapsOle Loots2013-12-041-0/+7
|
* Redraw window on scale request.Ole Loots2013-12-041-2/+4
|
* Allow keyboard shortcuts not defined inside the RSC file.Ole Loots2013-12-041-15/+61
|
* fix previous prototypeOle Loots2013-12-041-1/+1
|
* Added plot_set_scale / plot_get_scale prototypesOle Loots2013-12-041-0/+2
|
* Added "scale" member and get / set methodsOle Loots2013-12-041-0/+11
|
* Use correct LD_LIBRARY_PATH for additional librariesOle Loots2013-12-041-1/+1
|
* Use LOG(()) instead of printfOle Loots2013-12-031-1/+2
|
* Optimise selection by generating node ancestor element/class/id name bloom ↵Michael Drake2013-12-014-5/+173
| | | | filters for new libcss API.
* check mkdir call for errors (coverity 1109834)Vincent Sanders2013-11-281-1/+7
|
* Wrap line.Michael Drake2013-11-281-1/+2
|
* check return from mkdir (coverity 1109834)Vincent Sanders2013-11-271-1/+5
|
* check stat error return (coverity 1109835)Vincent Sanders2013-11-271-1/+5
|
* check return of chmod (coverity 1109836)Vincent Sanders2013-11-271-1/+3
|
* fix null derference (coverity 1127056)Vincent Sanders2013-11-271-1/+3
|
* fix null ereference (coverity 1127057)Vincent Sanders2013-11-271-1/+3
|
* fix null dereference (coverity 1127058)Vincent Sanders2013-11-271-1/+2
|
* Improved file drop, use browser_window_navigate as fallback.Ole Loots2013-11-251-24/+51
|
* Updated header file for new toolbar functions.Ole Loots2013-11-241-0/+4
|
* Added bookmark indicator and SSL/crypto indicator to toolbar.Ole Loots2013-11-244-198/+333
|
* Improve Keyboard Shortcut parsing.Ole Loots2013-11-241-8/+50
| | | | Handle standard keyboard shortcut format.
* Added commentsOle Loots2013-11-242-0/+9
|
* Create a layout group for favicon, URL and the new favourites star. This ↵Chris Young2013-11-241-29/+31
| | | | makes the balance bar work again.
* Added documentation for gemtk_obj_create_popup_treeOle Loots2013-11-241-1/+18
|
* set GUI timeout button to "not selectable".Ole Loots2013-11-242-2/+2
|
* Fix "View Source" by setting first byte of cmdline to length of cmdlineOle Loots2013-11-241-32/+11
|
* Process AP_TERM message.Ole Loots2013-11-241-0/+4
|
* Removed invalid character, prototype for read_locales() fixed.Ole Loots2013-11-241-2/+2
|
* free() popup tree's when done.Ole Loots2013-11-241-0/+10
|
* Added GUI pol timeout selection popup.Ole Loots2013-11-236-4/+39
| | | | | The user must decide for himself. Default to 0, which eats GUI resources but speeds-up rendering.
* Generate language popup from language fileOle Loots2013-11-233-50/+79
|
* Copy language file into installation package.Ole Loots2013-11-231-0/+1
|
* Added language identifier file to atari resources.Ole Loots2013-11-231-0/+261
|
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-235-2/+60
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2013-11-231-0/+2
|\
| * Update favourites button when switching tabsChris Young2013-11-231-0/+2
| |
* | Removed font driver popup from resource file.Ole Loots2013-11-233-16/+9
| |
* | Do not use static resource for font engine popup.Ole Loots2013-11-231-13/+40
| | | | | | | | | | Instead use gemtk_obj_create_popup_tree to create the popup dynamically.
* | Added gemtk_obj_create_popup_tree util.Ole Loots2013-11-232-0/+137
|/
* Create the BitMapObjects and just switch between them.Chris Young2013-11-234-18/+26
| | | | Fix the themes so the images are correct.