summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-144-5/+14
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-235-16/+15
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-214-107/+66
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
* next round of plotter refactorVincent Sanders2009-07-142-481/+484
* plotters line refactorVincent Sanders2009-07-102-26/+42
* Tweak dot/dash patterns.John Mark Bell2009-07-091-4/+4
* ploter refactor of rectangle handling Vincent Sanders2009-07-083-75/+82
* Refactor fill plotter to take a styleVincent Sanders2009-07-053-8/+8
* Give input focus to drawing area on click. (credit: Paul Blokus)John Mark Bell2009-07-021-2/+1
* remove redundant clg callVincent Sanders2009-07-012-14/+0
* Improve bitmap plotter APIVincent Sanders2009-06-302-59/+40
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-275-42/+77
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-2/+0
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer o...John Mark Bell2009-04-292-351/+359
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
* Simplify handling of tab switching. Now only has one event entry point, rathe...John Mark Bell2009-04-221-5/+16
* Some kind of documentation of option_button_type. Ideally, we'll be using an ...John Mark Bell2009-04-211-7/+11
* Fixed pitch font for GTK source viewRob Kendrick2009-04-211-0/+4
* Much tidying, error checking, implementation hiding, etc.John Mark Bell2009-04-212-165/+211
* Reflow to the entire widget width, rather than leaving a 2px border on the ri...John Mark Bell2009-04-211-1/+1
* Check in missing files from previous commitRob Kendrick2009-04-202-0/+453
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some reworki...Rob Kendrick2009-04-2014-3850/+3390
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
* Update GTK tab opening to hopefully correctly render pages on open. (Mark Ben...Daniel Silverstone2009-04-071-3/+6
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-053-29/+0
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-301-0/+5
* Squash warningJohn Mark Bell2009-03-291-0/+3
* Improve line plotter.Michael Drake2009-03-271-2/+2
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-173-0/+29
* Add .spr -> image/x-riscos-sprite MIME mapping to GTK front endJohn Mark Bell2009-03-091-0/+1
* Log gtk gui_window_get_dimensions sizes.Michael Drake2009-03-031-34/+36
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-4/+0
* Remove misleading commentJohn Mark Bell2009-02-171-2/+0
* Divorce PDF export and printing.John Mark Bell2009-02-172-113/+116
* Squash warnings from GTK.John Mark Bell2009-02-173-2914/+2049
* Squash warning when built without WITH_SSLJohn Mark Bell2009-02-151-0/+4
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-2/+3
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-051-1/+1
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-032-12/+12
* Add sensitive property for PDF export like for the other export entries, this...John Tytgat2009-02-011-0/+1
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
* Right-clicking a page now removes the browser caret as well, but isn't proper...Sean Fox2009-01-301-3/+14
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-303-0/+10
* Save page support on the context menu.Sean Fox2009-01-304-35/+138