summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-12/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Reformat all tabs when window size changesChris Young2010-04-271-4/+18
* Ensure menu state is correct when switching tabsChris Young2010-04-241-37/+2
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
* Fix broken event handling.Chris Young2010-04-091-20/+36
* Remove verbose_log from options fileChris Young2010-04-031-3/+1
* Use DataTypes to read text files that are dropped into text boxes, this allow...Chris Young2010-04-021-13/+33
* ...and right a bitChris Young2010-04-021-4/+3
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-7/+10
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-7/+7
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-13/+17
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
* Changes required for new-cacheChris Young2010-03-281-36/+43
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-231-440/+9
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-171-4/+11
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-171-7/+24
* Help hints, mainly for the tabs but also massage messages strings HelpToolbar...Chris Young2010-03-161-19/+26
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-151-0/+7
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
* Fix compilationChris Young2010-02-221-3/+3
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
* Try to avoid the tab switching if closing a tab other than the current one (d...Chris Young2010-02-141-13/+23
* Add an Add Tab button.Chris Young2010-02-141-12/+56
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-141-6/+8
* Tidy up includesChris Young2010-02-141-66/+83
* Improved tabs for OS4.1u1:Chris Young2010-02-141-61/+139
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-131-98/+122
* Proper download notification code, should also open the file if the notificat...Chris Young2010-02-131-2/+17
* Remove status bar checks which are now in the core.Chris Young2010-02-111-18/+14
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
* Prevent status bar text overflowChris Young2010-01-081-0/+10
* Search and a couple of other new optionsChris Young2009-12-231-1/+4
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-221-1/+13
* Non-functional search barChris Young2009-12-211-3/+81
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
* Make favicons work properly with tabsChris Young2009-12-191-18/+32
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-191-0/+41
* Simple web search implementationChris Young2009-12-181-2/+16
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+18
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-1/+0