summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added commentsOle Loots2013-11-242-0/+9
* Create a layout group for favicon, URL and the new favourites star. This make...Chris Young2013-11-241-29/+31
* 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
* 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
* | 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
* Make hotlist button do somethingChris Young2013-11-231-11/+21
* Add hotlist favourites star buttonChris Young2013-11-236-25/+74
* Make RO hotlist add function take nsurl.Michael Drake2013-11-223-14/+10
* Remove forward declarations.Michael Drake2013-11-221-195/+190
* Flag a TODO.Michael Drake2013-11-221-0/+3
* Always show hotlist indicator.Michael Drake2013-11-221-7/+2
* Update URL bar's hotlist indicator as you type.Michael Drake2013-11-221-3/+35
* Start URL bar hotlist indicator button implementation.Michael Drake2013-11-223-47/+292
* Enable access to hotlist icons through resource URLs.Michael Drake2013-11-201-0/+2
* Icons for URL bar hotlist add/remove toggle/indicator.Michael Drake2013-11-202-0/+0
* Use the compressed copy.Michael Drake2013-11-201-0/+0
* Change default directory icon.Michael Drake2013-11-201-0/+0
* Fix Coverity #1129524, resource leak.Michael Drake2013-11-181-2/+3
* Get referer host from referer url.Michael Drake2013-11-181-1/+1
* Update example config with JS options.Michael Drake2013-11-171-28/+25
* Modify conflicting Messages entryChris Young2013-11-172-6/+6
* Add the ability to add folders and icons from the hotlist window's menuChris Young2013-11-171-15/+41
* Use realpath and stuff file:// on the front of file arguments in GTK frontendDaniel Silverstone2013-11-171-4/+20
* Sort non zero-padded numerical filename parts correctly.Michael Drake2013-11-143-1/+50
* Can just use scandir now.Michael Drake2013-11-141-17/+1
* Add own implementations of alphasort and scandir when not available.Michael Drake2013-11-142-0/+88
* Use messages for translations instead of string literals.Michael Drake2013-11-113-5/+23
* Marginally cleaner handling of scandir absence.Michael Drake2013-11-112-14/+17
* Dirty special casing of Windows, to handle mingw dirent.h's lack of scandir a...Michael Drake2013-11-111-2/+20