summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ↵Michael Drake2010-02-134-248/+248
| | | | | | other favicon. svn path=/trunk/netsurf/; revision=10042
* Change previous commit to more sensible valuesRob Kendrick2010-02-121-1/+5
| | | | svn path=/trunk/netsurf/; revision=9971
* More normal default window size for nsgtk.Michael Drake2010-02-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=9970
* Remove unused variableJohn Mark Bell2010-01-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=9891
* Somewhat rationalise GTK throbber initialisationVincent Sanders2010-01-243-217/+56
| | | | svn path=/trunk/netsurf/; revision=9872
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9861
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9860
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-0/+5
| | | | svn path=/trunk/netsurf/; revision=9858
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* Make nsgtk_throbber_initialise_from_png() actually check for allocation failure.John Mark Bell2009-12-201-38/+81
| | | | | | Make nsgtk_throbber_initialise_from_gif() actually stand a chance of working. svn path=/trunk/netsurf/; revision=9747
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=9739
* Ensure scaffolding object exists before using itJohn Mark Bell2009-12-181-1/+6
| | | | svn path=/trunk/netsurf/; revision=9738
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-186-35/+69
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1768-2813/+7898
| | | | svn path=/trunk/netsurf/; revision=9729
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-144-5/+14
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=9153
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
| | | | svn path=/trunk/netsurf/; revision=8765
* Merge LibCSS port to trunk.John Mark Bell2009-07-235-16/+15
| | | | svn path=/trunk/netsurf/; revision=8752
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
| | | | svn path=/trunk/netsurf/; revision=8657
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-214-107/+66
| | | | svn path=/trunk/netsurf/; revision=8641
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=8513
* next round of plotter refactorVincent Sanders2009-07-142-481/+484
| | | | svn path=/trunk/netsurf/; revision=8512
* plotters line refactorVincent Sanders2009-07-102-26/+42
| | | | svn path=/trunk/netsurf/; revision=8446
* Tweak dot/dash patterns.John Mark Bell2009-07-091-4/+4
| | | | svn path=/trunk/netsurf/; revision=8416
* ploter refactor of rectangle handling Vincent Sanders2009-07-083-75/+82
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-053-8/+8
| | | | svn path=/trunk/netsurf/; revision=8332
* Give input focus to drawing area on click. (credit: Paul Blokus)John Mark Bell2009-07-021-2/+1
| | | | svn path=/trunk/netsurf/; revision=8277
* remove redundant clg callVincent Sanders2009-07-012-14/+0
| | | | svn path=/trunk/netsurf/; revision=8240
* Improve bitmap plotter APIVincent Sanders2009-06-302-59/+40
| | | | svn path=/trunk/netsurf/; revision=8195
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-275-42/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r7769 | paulblokus | 2009-06-11 22:26:16 +0100 (Thu, 11 Jun 2009) | 4 lines replace global history window with an empty window for future tests add the necessary files first lines ported ........ r7771 | paulblokus | 2009-06-11 23:51:46 +0100 (Thu, 11 Jun 2009) | 1 line more functions ........ r7772 | paulblokus | 2009-06-12 02:07:36 +0100 (Fri, 12 Jun 2009) | 1 line redraw working ........ r7777 | paulblokus | 2009-06-12 11:35:45 +0100 (Fri, 12 Jun 2009) | 3 lines plotter fix make use of the provided clipping rectangle ........ r7781 | paulblokus | 2009-06-12 16:26:51 +0100 (Fri, 12 Jun 2009) | 3 lines callbacks for taxtarea to request a [caret]redraw basic caret handling drawing ........ r7782 | paulblokus | 2009-06-12 22:36:50 +0100 (Fri, 12 Jun 2009) | 1 line single character insertion ........ r7783 | paulblokus | 2009-06-12 22:41:37 +0100 (Fri, 12 Jun 2009) | 1 line single character insertion ........ r7784 | paulblokus | 2009-06-12 23:55:40 +0100 (Fri, 12 Jun 2009) | 3 lines fixed caret clipping arrows, delete and backspace ........ r7812 | paulblokus | 2009-06-16 14:55:41 +0100 (Tue, 16 Jun 2009) | 1 line remove bug causing NS hang on \n in textarea ........ r7816 | paulblokus | 2009-06-16 16:29:48 +0100 (Tue, 16 Jun 2009) | 1 line Enter, Home, End keys ........ r7817 | paulblokus | 2009-06-16 16:56:16 +0100 (Tue, 16 Jun 2009) | 1 line Ctrl + Home/End ........ r7818 | paulblokus | 2009-06-16 17:16:51 +0100 (Tue, 16 Jun 2009) | 1 line redraw caret only on caret moves ........ r7821 | paulblokus | 2009-06-16 20:18:30 +0100 (Tue, 16 Jun 2009) | 1 line line end/start delete ........ r7822 | paulblokus | 2009-06-16 23:43:42 +0100 (Tue, 16 Jun 2009) | 1 line selection drawing + select all ........ r7823 | paulblokus | 2009-06-17 02:31:07 +0100 (Wed, 17 Jun 2009) | 3 lines auto scrolling on caret moves clear selection ........ r7845 | paulblokus | 2009-06-18 17:35:03 +0100 (Thu, 18 Jun 2009) | 1 line page up/down ........ r7846 | paulblokus | 2009-06-18 17:38:45 +0100 (Thu, 18 Jun 2009) | 1 line remove unnecessary fix ........ r7847 | paulblokus | 2009-06-18 18:00:16 +0100 (Thu, 18 Jun 2009) | 1 line clipping fixes ........ r7849 | paulblokus | 2009-06-18 18:21:02 +0100 (Thu, 18 Jun 2009) | 1 line scroll fix ........ r7850 | paulblokus | 2009-06-18 18:45:13 +0100 (Thu, 18 Jun 2009) | 1 line simplified redraw request logic ........ r7855 | paulblokus | 2009-06-18 19:56:24 +0100 (Thu, 18 Jun 2009) | 1 line front end passing mouse events ........ r7858 | paulblokus | 2009-06-18 22:18:39 +0100 (Thu, 18 Jun 2009) | 3 lines drag selection bug fixes ........ r7860 | paulblokus | 2009-06-18 23:32:39 +0100 (Thu, 18 Jun 2009) | 3 lines take selection into account on keypress of different types a few bugs fixed ........ r7876 | paulblokus | 2009-06-19 13:43:07 +0100 (Fri, 19 Jun 2009) | 3 lines pango nsfont_split fix a few textarea fixes ........ r7879 | paulblokus | 2009-06-19 17:33:10 +0100 (Fri, 19 Jun 2009) | 4 lines newline handling seems to work this way clear selection on mouse click more bug fixes ........ r7880 | paulblokus | 2009-06-19 18:16:27 +0100 (Fri, 19 Jun 2009) | 3 lines no caret option selection follows drag ........ r7883 | paulblokus | 2009-06-19 19:08:44 +0100 (Fri, 19 Jun 2009) | 3 lines o width selection bug fix caret at correct side of drag selection ........ r7918 | paulblokus | 2009-06-22 21:01:28 +0100 (Mon, 22 Jun 2009) | 3 lines fix caret positioning at line end CR removal in input methods ........ r7919 | paulblokus | 2009-06-22 21:34:39 +0100 (Mon, 22 Jun 2009) | 1 line fix crash on 0 length text ........ r7926 | paulblokus | 2009-06-23 09:53:56 +0100 (Tue, 23 Jun 2009) | 3 lines change LF into spaces for single line widget text normalisation at one place ........ r7931 | paulblokus | 2009-06-23 10:51:25 +0100 (Tue, 23 Jun 2009) | 1 line cleanup ........ r7933 | paulblokus | 2009-06-23 11:17:22 +0100 (Tue, 23 Jun 2009) | 1 line fix selection draw ........ r7935 | paulblokus | 2009-06-23 11:41:30 +0100 (Tue, 23 Jun 2009) | 1 line guard readonly ........ r7942 | paulblokus | 2009-06-24 08:19:39 +0100 (Wed, 24 Jun 2009) | 1 line applied changes suggested by jmb ........ r7943 | paulblokus | 2009-06-24 09:04:49 +0100 (Wed, 24 Jun 2009) | 1 line little fixes ........ r7945 | paulblokus | 2009-06-24 12:50:14 +0100 (Wed, 24 Jun 2009) | 1 line correct line length and wrapping ........ r7947 | paulblokus | 2009-06-24 14:32:36 +0100 (Wed, 24 Jun 2009) | 3 lines fixed page up/down broken in last commit changed logic for caret positioning on soft breaks ........ r7949 | paulblokus | 2009-06-24 16:31:42 +0100 (Wed, 24 Jun 2009) | 1 line remove temporary/test code ........ r7975 | paulblokus | 2009-06-25 16:00:46 +0100 (Thu, 25 Jun 2009) | 1 line changes suggested by jmb ........ r7976 | paulblokus | 2009-06-25 16:33:23 +0100 (Thu, 25 Jun 2009) | 1 line added ro_ prefix to RISC OS textarea code ........ svn path=/trunk/netsurf/; revision=8060
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef ↵John Mark Bell2009-05-282-2/+0
| | | | | | NDEBUG. svn path=/trunk/netsurf/; revision=7593
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer ↵John Mark Bell2009-04-292-351/+359
| | | | | | | | overflows and memory leaks. Additionally, don't bother calculating the default toolbar button type here -- it will already be determined the first time that a browser window is opened (i.e. before the preferences dialog can be opened, anyway). Remove loads of trailing whitespace from every line in the gtk languages file. svn path=/trunk/netsurf/; revision=7370
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=7258
* Simplify handling of tab switching. Now only has one event entry point, ↵John Mark Bell2009-04-221-5/+16
| | | | | | | | rather than two (and is thus less confusing). Update window titlebar on tab switch (based on r7234) svn path=/trunk/netsurf/; revision=7235
* Some kind of documentation of option_button_type. Ideally, we'll be using an ↵John Mark Bell2009-04-211-7/+11
| | | | | | enum here in future. svn path=/trunk/netsurf/; revision=7148
* Fixed pitch font for GTK source viewRob Kendrick2009-04-211-0/+4
| | | | svn path=/trunk/netsurf/; revision=7147
* Much tidying, error checking, implementation hiding, etc.John Mark Bell2009-04-212-165/+211
| | | | svn path=/trunk/netsurf/; revision=7145
* Reflow to the entire widget width, rather than leaving a 2px border on the ↵John Mark Bell2009-04-211-1/+1
| | | | | | right side. I've no idea why this was needed, but it looks odd. svn path=/trunk/netsurf/; revision=7142
* Check in missing files from previous commitRob Kendrick2009-04-202-0/+453
| | | | svn path=/trunk/netsurf/; revision=7139
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-2014-3850/+3390
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Update GTK tab opening to hopefully correctly render pages on open. (Mark ↵Daniel Silverstone2009-04-071-3/+6
| | | | | | Benjamin) svn path=/trunk/netsurf/; revision=7055
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-053-29/+0
| | | | svn path=/trunk/netsurf/; revision=7047
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-301-0/+5
| | | | | | | | Remove fixed-size buffer from core URL string handling. Credit: Mark Benjamin. svn path=/trunk/netsurf/; revision=6998
* Squash warningJohn Mark Bell2009-03-291-0/+3
| | | | svn path=/trunk/netsurf/; revision=6986
* Improve line plotter.Michael Drake2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6949
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-173-0/+29
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-091-0/+1
| | | | | | Fix crash inducing bugs in nssprite.c svn path=/trunk/netsurf/; revision=6743
* Log gtk gui_window_get_dimensions sizes.Michael Drake2009-03-031-34/+36
| | | | svn path=/trunk/netsurf/; revision=6684
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
| | | | | | | than the document text. Thanks to Paweł Blokus <pblokus@gmail.com> for the patch. svn path=/trunk/netsurf/; revision=6659