summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-237-16/+583
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
| | | | svn path=/trunk/netsurf/; revision=2791
* Fix debug build.James Bursa2006-07-231-1/+2
| | | | svn path=/trunk/netsurf/; revision=2790
* Add tracking of open windows to nsgtkRob Kendrick2006-07-211-3/+23
| | | | svn path=/trunk/netsurf/; revision=2789
* Tidies for eventual gladification of main browser window in nsgtkRob Kendrick2006-07-201-97/+104
| | | | svn path=/trunk/netsurf/; revision=2784
* Further templates for other nsgtk windowsRob Kendrick2006-07-191-0/+722
| | | | svn path=/trunk/netsurf/; revision=2783
* Further nsgtk Choices window template improvementsRob Kendrick2006-07-191-61/+97
| | | | svn path=/trunk/netsurf/; revision=2782
* Fix typo corruption in makefileRob Kendrick2006-07-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=2781
* Add more options and layout to nsgtk's options window. Also added some ↵Rob Kendrick2006-07-191-2/+1166
| | | | | | tooltips. svn path=/trunk/netsurf/; revision=2780
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-196-6/+1363
| | | | svn path=/trunk/netsurf/; revision=2779
* Use desktop fontAdrian Lees2006-07-187-19/+195
| | | | svn path=/trunk/netsurf/; revision=2778
* Allow broken meta refresh commands (fix mail.google.com, bug 1522982)Richard Wilson2006-07-171-1/+10
| | | | svn path=/trunk/netsurf/; revision=2777
* Fix edge case in cookie search code when handling Path=/fooJohn Mark Bell2006-07-171-4/+39
| | | | svn path=/trunk/netsurf/; revision=2776
* Fix Ctrl+Right.Richard Wilson2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2775
* Implement Ctrl+U, Ctrl+Up, Ctrl+Down.Richard Wilson2006-07-171-2/+7
| | | | svn path=/trunk/netsurf/; revision=2774
* Increase default status bar width to two thirds.Michael Drake2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2773
* Allow the user to delete cookies.Richard Wilson2006-07-1613-47/+147
| | | | svn path=/trunk/netsurf/; revision=2770
* Workaround for A9home crash drawing patterned lines; maybe temporaryAdrian Lees2006-07-162-6/+25
| | | | svn path=/trunk/netsurf/; revision=2768
* More key bindings for textarea implementation. Still loads missing.John Mark Bell2006-07-161-28/+94
| | | | svn path=/trunk/netsurf/; revision=2767
* Update empty cookie_update stub.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2766
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ↵Richard Wilson2006-07-164-20/+35
| | | | | | not being re-calculated. svn path=/trunk/netsurf/; revision=2765
* Convert filetype icons to 256 colours.Michael Drake2006-07-161-0/+0
| | | | svn path=/trunk/netsurf/; revision=2764
* Add missing includeRichard Wilson2006-07-161-0/+1
| | | | svn path=/trunk/netsurf/; revision=2763
* Fix small buildJohn Mark Bell2006-07-161-4/+7
| | | | svn path=/trunk/netsurf/; revision=2762
* Fix debug build.James Bursa2006-07-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=2761
* Display certificate subject in list rather than issuerJohn Mark Bell2006-07-161-47/+47
| | | | svn path=/trunk/netsurf/; revision=2760
* Slightly improve positioning of lists.Richard Wilson2006-07-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=2759
* Remove debug information.Richard Wilson2006-07-161-2/+0
| | | | svn path=/trunk/netsurf/; revision=2758
* Fix text area positioning, simpify scroll bar code.Richard Wilson2006-07-161-30/+10
| | | | svn path=/trunk/netsurf/; revision=2757
* Update forgotten files.Richard Wilson2006-07-162-5/+5
| | | | svn path=/trunk/netsurf/; revision=2756
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-1617-168/+368
| | | | svn path=/trunk/netsurf/; revision=2755
* Add SSL iconMichael Drake2006-07-151-0/+0
| | | | svn path=/trunk/netsurf/; revision=2754
* Add relevent extensions to allow treeviews to be used as an embedded list ↵Richard Wilson2006-07-155-75/+102
| | | | | | component. svn path=/trunk/netsurf/; revision=2753
* Display session cookies' expiry correctlyJohn Mark Bell2006-07-157-22/+36
| | | | | | | Fix urldb debug build Fix GTK build's cookie_update API svn path=/trunk/netsurf/; revision=2752
* Help text for show cookies menu options.Michael Drake2006-07-144-25/+37
| | | | svn path=/trunk/netsurf/; revision=2751
* GTK zoom fixes, misc multi-window fixRob Kendrick2006-07-141-11/+19
| | | | svn path=/trunk/netsurf/; revision=2750
* Basic multi-window support for nsgtkDaniel Silverstone2006-07-141-4/+15
| | | | svn path=/trunk/netsurf/; revision=2749
* Fix URL completion keypress handlingJohn Mark Bell2006-07-132-12/+15
| | | | svn path=/trunk/netsurf/; revision=2748
* Fix corruption of character if it matches a control sequence handled by John Mark Bell2006-07-131-37/+54
| | | | | | | | | the core code. Explicitly check for IS_WIMP_KEY in every applicable case as clearing the relevant bit beforehand is insufficient (&18C (Left cursor) is a valid Unicode character value, for example) svn path=/trunk/netsurf/; revision=2747
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-138-357/+283
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Fixup missing includesJohn Mark Bell2006-07-132-0/+3
| | | | svn path=/trunk/netsurf/; revision=2745
* Further url completion fixesRichard Wilson2006-07-133-25/+26
| | | | svn path=/trunk/netsurf/; revision=2744
* Fix url completionRichard Wilson2006-07-132-8/+15
| | | | svn path=/trunk/netsurf/; revision=2743
* Added stub tree_set_node_sprite() functionRob Kendrick2006-07-131-7/+20
| | | | svn path=/trunk/netsurf/; revision=2742
* Fix typo in stub cookie functionRob Kendrick2006-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=2741
* Add cookie menu help text.Michael Drake2006-07-134-1/+69
| | | | svn path=/trunk/netsurf/; revision=2740
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-1327-140/+716
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Additional messages for cookie treesRichard Wilson2006-07-134-0/+56
| | | | svn path=/trunk/netsurf/; revision=2738
* Add cookie window related messagesRichard Wilson2006-07-124-0/+8
| | | | svn path=/trunk/netsurf/; revision=2737
* Add cookie toolbar help text.Michael Drake2006-07-124-4/+24
| | | | svn path=/trunk/netsurf/; revision=2736