summaryrefslogtreecommitdiff
path: root/gtk/gtk_scaffolding.c
Commit message (Collapse)AuthorAgeFilesLines
* Give bookmarks window the focus when it is opened, remove utility style from ↵Rob Kendrick2010-12-051-0/+1
| | | | | | window definition svn path=/trunk/netsurf/; revision=10997
* Remove a small amount of putridness from GTK full save implemention. Still ↵Rob Kendrick2010-12-051-4/+9
| | | | | | needs to cope gracefully with the target directory already existing and offer to overwrite. svn path=/trunk/netsurf/; revision=10995
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-5/+28
| | | | svn path=/trunk/netsurf/; revision=10865
* move tabs menu somewhere less annoyingVincent Sanders2010-09-181-5/+5
| | | | svn path=/trunk/netsurf/; revision=10797
* Make the gtk menus fully translatableVincent Sanders2010-09-181-22/+19
| | | | | | clean up the macro madness a bit in gtk_menu.c svn path=/trunk/netsurf/; revision=10796
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-171-50/+22
| | | | | | This causes the menu creation to be concentrated in one place removing the need for numerous external linkages svn path=/trunk/netsurf/; revision=10794
* Fix GTK redraw artifacts with non html contentVincent Sanders2010-09-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=10753
* Add gtk_compat.c, which provides implementations of newer GTK functions that ↵Rob Kendrick2010-04-131-1/+2
| | | | | | we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. svn path=/trunk/netsurf/; revision=10392
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10390
* GTK 2.20 removes some widget property access macros that were deprecated in ↵Rob Kendrick2010-04-131-1/+1
| | | | | | 2.18. Change uses to new function calls. Allows nsgtk to be built on Ubuntu 10.04. svn path=/trunk/netsurf/; revision=10388
* Put status bar and horizontal scroll bar next to each other. Each tab now ↵James Bursa2010-04-071-47/+0
| | | | | | contains a table containing a layout, status label, and scroll bars. The GtkLayout replaces ScrolledWindow->Fixed->DrawingArea. svn path=/trunk/netsurf/; revision=10277
* rationalise the usage of the file schemeVincent Sanders2010-03-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=10221
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-81/+90
| | | | svn path=/trunk/netsurf/; revision=10180
* Call the toolbar sensitivity update function when changing sensitivity of ↵Rob Kendrick2010-03-281-0/+2
| | | | | | toolbar buttons when throbber stops svn path=/trunk/netsurf/; revision=10179
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ↵Michael Drake2010-02-131-200/+200
| | | | | | 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
* Add missing includeJohn Mark Bell2010-01-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=9861
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-0/+5
| | | | svn path=/trunk/netsurf/; revision=9858
* 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-181-15/+23
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-643/+1406
| | | | svn path=/trunk/netsurf/; revision=9729
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+1
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-3/+4
| | | | svn path=/trunk/netsurf/; revision=8752
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef ↵John Mark Bell2009-05-281-1/+0
| | | | | | NDEBUG. svn path=/trunk/netsurf/; revision=7593
* 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
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-201-104/+245
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-7/+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
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-171-0/+7
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* 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
* Remove misleading commentJohn Mark Bell2009-02-171-2/+0
| | | | svn path=/trunk/netsurf/; revision=6552
* Divorce PDF export and printing.John Mark Bell2009-02-171-23/+29
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544
* Squash warnings from GTK.John Mark Bell2009-02-171-191/+238
| | | | | | | | | | Rework export_pdf and print menu handlers to not leak memory, actually check return values, and stop processing in those cases. Many pedantic whitespace changes. Remove 3 spurious labels from the tab notebook in netsurf.glade. Make PDF export menu entry sensitive by default. Make Print preview menu entry insensitive, as it's unsupported. svn path=/trunk/netsurf/; revision=6543
* - desktop/save_pdf/pdf_plotters.c:John Tytgat2009-02-051-1/+1
| | | | | | | | | | | | | | | | | | | - Have a set of libharu gstate update related wrapper routines which minimizes the gstate updates in the PDF file resulting in smaller PDF file size. - Colour values were wrongly scaled (was dividing by 256 instead of by 255). - pdf_plot_polygon(): last (closing) lineto wasn't needed, a fill operation will do that automatically. - pdf_scale/pdf_set_scale(): moved to desktop/save_pdf/font_haru.c as pdf_text_scale/haru_nsfont_set_scale(). - desktop/save_pdf/pdf_plotters.c(pdf_set_scale): moved to desktop/save_pdf/font_haru.h as haru_nsfont_set_scale(). - desktop/save_pdf/font_haru.c: - moved pdf_scale variable from pdf_plotters.c to here. - haru_nsfont_set_scale(): was pdf_set_scale from pdf_plotters.c - haru_nsfont_apply_style(): always calculate font size and pass it on to caller when requested. - desktop/save_pdf/font_haru.h: - haru_nsfont_set_scale(): declare. - haru_nsfont_apply_style(): add font size parameter - gtk/gtk_scaffolding.c(MENUHANDLER(export_pdf)): call haru_nsfont_set_scale() instead of pdf_set_scale(). svn path=/trunk/netsurf/; revision=6363
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=6333
* Properly show the context menu separator.Sean Fox2009-01-301-3/+0
| | | | svn path=/trunk/netsurf/; revision=6307
* Clicking in the draw area now deselects the URL bar.Sean Fox2009-01-301-0/+5
| | | | svn path=/trunk/netsurf/; revision=6306
* Save page support on the context menu.Sean Fox2009-01-301-19/+98
| | | | svn path=/trunk/netsurf/; revision=6305
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ↵Rob Kendrick2008-10-181-0/+11
| | | | | | Added menu item to do this, too. svn path=/trunk/netsurf/; revision=5593
* Remove redundant function, and guard print/export-pdf against lack of haruDaniel Silverstone2008-10-101-18/+2
| | | | svn path=/trunk/netsurf/; revision=5526
* Fixed most of the scaffolding warnings.Mike Lester2008-10-091-32/+2
| | | | svn path=/trunk/netsurf/; revision=5524
* Whole bunch of warning fixes in GTKRob Kendrick2008-10-091-2/+26
| | | | svn path=/trunk/netsurf/; revision=5521
* Ensure we set the CSS DPI every time a window opens. For now, this will do. ↵Daniel Silverstone2008-10-091-1/+4
| | | | | | Later we need to monitor and perhaps support per-browser-window dpi? svn path=/trunk/netsurf/; revision=5513
* Enable dumping of DOM treeJohn Mark Bell2008-09-081-0/+52
| | | | svn path=/trunk/netsurf/; revision=5289
* The status bar is now a single GtkStatusbar instead of a hpane'd label and ↵Mike Lester2008-08-271-7/+3
| | | | | | (empty) Statusbar. svn path=/trunk/netsurf/; revision=5211
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-15/+85
| | | | svn path=/trunk/netsurf/; revision=5189
* Second merge of Adam Blokus' GSoC work from his branch ↵John Tytgat2008-08-141-27/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'branches/adamblokus/netsurf'. Merged revisions 4195-4211,4216,4219-4220,4222-4234,4236-4250,4252-4262,4264-4266,4268-4326,4329-4335,4338-4342,4344-4411,4413-4420,4422-4436,4438-4491,4494-4506,4508-4514,4516,4518-4552,4554,4556-4564,4567-4568,4570-4574,4576-4686,4689-4692,4694,4698-4709,4715-4723,4725-4755,4757-4769,4771-4919,4921-4996,4998-5110,5112-5117 via svnmerge from svn://svn.netsurf-browser.org/branches/adamblokus/netsurf ........ r4736 | adamblokus | 2008-07-26 13:46:54 +0200 (Sat, 26 Jul 2008) | 2 lines Sorting out some problems with svn. ........ r4737 | adamblokus | 2008-07-26 13:54:36 +0200 (Sat, 26 Jul 2008) | 4 lines Added export tab to the options dialog. Added the possibility of changing some print options. ........ r4897 | adamblokus | 2008-08-04 17:59:05 +0200 (Mon, 04 Aug 2008) | 5 lines Added checking of horizontal clipping. Added better table loosening. Changed some minor bugs. Applied changes in the Export options tab according to the review from tlsa. ........ r4905 | adamblokus | 2008-08-05 01:53:34 +0200 (Tue, 05 Aug 2008) | 2 lines Fixed bug which made it impossible to export pdf's. ........ r4919 | adamblokus | 2008-08-05 16:39:33 +0200 (Tue, 05 Aug 2008) | 2 lines Fixed some memory leaks which caused Netsurf to break. ........ r4927 | adamblokus | 2008-08-06 02:26:30 +0200 (Wed, 06 Aug 2008) | 4 lines Fixed bug with filenames which crashed Netsurf. Turned anti aliasing off for printing. Fixed some scaling issues. ........ r4928 | adamblokus | 2008-08-06 17:52:44 +0200 (Wed, 06 Aug 2008) | 5 lines Added new export/print options: - suppressing images - turning off backgrounds - toggled loosening ........ r4950 | adamblokus | 2008-08-07 21:15:21 +0200 (Thu, 07 Aug 2008) | 5 lines Added new options to PDF export: - document compression - document encryption Added PDF password dialog ........ r4954 | adamblokus | 2008-08-07 22:11:31 +0200 (Thu, 07 Aug 2008) | 2 lines Added saving print settings. ........ r4956 | adamblokus | 2008-08-07 22:44:48 +0200 (Thu, 07 Aug 2008) | 2 lines Fixes to PDF encryption ........ r4970 | adamblokus | 2008-08-09 15:26:24 +0200 (Sat, 09 Aug 2008) | 3 lines Fixed bug in plotting tiled bitmaps. Fixed bug with too long text decorations. ........ r4977 | adamblokus | 2008-08-09 19:18:56 +0200 (Sat, 09 Aug 2008) | 2 lines Fixed JPG embedding bug. ........ r4988 | adamblokus | 2008-08-10 16:59:51 +0200 (Sun, 10 Aug 2008) | 3 lines Added clip checking to pdf plotters. No more "blank" clips. Made PDF compression a default setting. ........ r4995 | adamblokus | 2008-08-10 20:03:00 +0200 (Sun, 10 Aug 2008) | 2 lines Fixed Haru crash on font-size==0. ........ r4996 | adamblokus | 2008-08-10 21:04:43 +0200 (Sun, 10 Aug 2008) | 2 lines Added changing text mode only if necessary. ........ r5045 | adamblokus | 2008-08-11 21:26:26 +0200 (Mon, 11 Aug 2008) | 3 lines Removing gtk stuff from core code. Little fix in options. ........ r5048 | adamblokus | 2008-08-11 21:57:45 +0200 (Mon, 11 Aug 2008) | 2 lines Better font size checking in PDF export. ........ r5050 | adamblokus | 2008-08-11 22:19:56 +0200 (Mon, 11 Aug 2008) | 2 lines Fixed riscos text scale bug. ........ r5073 | adamblokus | 2008-08-12 17:40:57 +0200 (Tue, 12 Aug 2008) | 2 lines Added missing tooltips ........ r5092 | adamblokus | 2008-08-13 17:09:25 +0200 (Wed, 13 Aug 2008) | 2 lines Moved /pdf folder to desktop/save_pdf ........ r5110 | adamblokus | 2008-08-13 22:44:50 +0200 (Wed, 13 Aug 2008) | 2 lines Added comments. ........ r5113 | adamblokus | 2008-08-13 23:07:35 +0200 (Wed, 13 Aug 2008) | 2 lines Cosmetic changes ........ r5116 | adamblokus | 2008-08-14 16:10:18 +0200 (Thu, 14 Aug 2008) | 2 lines Fixed bug with BOX_INLINE_END in tree duplication. ........ r5117 | joty | 2008-08-14 21:47:46 +0200 (Thu, 14 Aug 2008) | 1 line Improvement for r5116: use local vars when possible; rename global last to box_duplicate_last; check on box_duplicate_main_tree failure. ........ svn path=/trunk/netsurf/; revision=5118
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=4803