aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
...
* ephy-window.c: can't use pspec to figure out if we should sync progress.Xan Lopez2009-06-171-6/+5
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-161-1/+1
* ephy-window.c: remove debug message.Xan Lopez2009-06-161-1/+0
* ephy-window.c: adapt to API change in WebKitGTK+.Xan Lopez2009-06-161-1/+2
* ephy-window.c: remove unused variable.Xan Lopez2009-06-141-2/+0
* Use WebKitWebView::load-status instead of our own solution.Xan Lopez2009-06-141-3/+6
* ephy-window.c: a different hack to not show progress when loading about:blank.Xan Lopez2009-06-141-1/+11
* Get rid of redundant 'load-progress' property in EphyWebView.Xan Lopez2009-06-141-11/+3
* Remove Python support.Xan Lopez2009-06-061-8/+0
* ephy-window.c: silence warning.Xan Lopez2009-06-061-1/+1
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-2/+1
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-140/+146
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-2/+2
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-5/+4
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-11/+1
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-301-7/+7
* ephy-window: declare variables only if needed.Xan Lopez2009-04-241-8/+7
* ephy-window: ignore chrome flags when opening new page in a tab.Xan Lopez2009-04-241-24/+33
* ephy-window: use new-window-policy-decision-requested signal.Xan Lopez2009-03-251-10/+29
* ephy-window: try with a bigger z-index...Xan Lopez2009-03-191-1/+1
* ephy-window: nasty hack to try to get the link-message on top of everything.Xan Lopez2009-03-191-0/+1
* ephy-window: implement translucent link-message statusbar.Xan Lopez2009-03-191-3/+100
* ephy-window: do not make code conditional on Gecko version.Xan Lopez2009-02-231-8/+4
* ephy-window: do not show progress for pages that load very quickly (eg, about...Xan Lopez2009-02-191-1/+9
* Add option to open new windows in tabs.Xan Lopez2009-02-161-3/+19
* Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g...Xan Lopez2009-02-081-2/+2
* Do not use 'gtk-action' object data to get the associated GtkAction for a wid...Xan Lopez2009-01-241-2/+2
* ephy-window: do not set load progress on already loaded pages.Xan Lopez2009-01-211-2/+8
* ephy-window: remove entry clear timeout without chaining finalize.Xan Lopez2009-01-051-3/+3
* ephy-window: g_object_get takes a gpointer as first argument.Xan Lopez2009-01-041-7/+6
* ephy-window: also open in new tab for ctrl+click.Xan Lopez2009-01-041-1/+5
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-311-3/+0
* ephy-window: draw progress inside the location entry.Xan Lopez2008-12-311-0/+42
* Open links in new tab with middle click.Xan Lopez2008-12-211-0/+42
* Implement chrome visibility control in popupsDiego Escalante Urrelo2008-12-031-4/+32
* ephy-window: connect web view to web-view-ready signal when it's created.Xan Lopez2008-12-011-7/+7
* ephy-window: use new webkit API to create windows on request.Xan Lopez2008-11-301-0/+52
* window: zoom in/out with ctrl+scroll-{up,down}Xan Lopez2008-11-301-0/+30
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-1/+0
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-1/+1
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-2/+5
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-11/+25
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-12/+12
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-131-0/+42
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-6/+0
* Remove the ephy-spinner from the toolbar.c, there's enough feebackXan Lopez2008-03-281-2/+0
* Remove cruftChristian Persch2008-02-271-1/+1
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-151-3/+24
* GConf option to disable messagebox about unsubmitted form data. (#516170)Xan Lopez2008-02-151-6/+11
* HIG fixes for menu. Bug #483312, patch by Luca Ferretti.Cosimo Cecchi2008-01-291-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-9/+3
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-11/+11
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+5
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-74/+1
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+19
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-53/+50
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-23/+2
* Return the new tab's position.Christian Persch2007-11-171-4/+2
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-11/+9
* Unbreak the build...Xan Lopez2007-11-171-4/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-171-1/+3
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-161-5/+5
* Port EphyWindow to the new interface.Xan Lopez2007-11-161-203/+193
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
* Don't connect to destroy-browser, we do nothing in the cb and it's GtkMozEmbe...Xan Lopez2007-11-131-12/+0
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-051-20/+2
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-051-0/+205
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-176/+121
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-16/+13
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-1/+1
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+1
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-36/+37
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-17/+13
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-11/+11
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-10/+10
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-13/+13
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-14/+17
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-2/+0
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-10/+11
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-201-33/+0
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-101-0/+30
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-031-5/+0
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-3/+9
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-5/+5
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-15/+15
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+1
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-101-0/+5
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-2/+18
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-251-7/+3
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-101-1/+0
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-081-0/+4
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-081-2/+2
* Add "delete text" command.Christian Persch2006-08-081-0/+3
* Also recognise keypad keys for navigation. Bug #337089.Christian Persch2006-08-081-0/+19
* Remove accel for ViewToolbar. Bug #328783.Christian Persch2006-08-061-1/+1
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-261-1/+1
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-251-10/+33
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-111-7/+25
* Drop support for gecko 1.7.Christian Persch2006-05-111-3/+2
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-91/+79
* src/ephy-window.cPeter Harvey2006-03-031-6/+9
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-6/+6
* Fix crash on switching to/from fullscreen mode. Bug #331462.Christian Persch2006-02-171-1/+1
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-311-4/+5
* Change text for zoom in/out.Christian Persch2006-01-311-2/+2
* src/ephy-window.cPeter Harvey2006-01-221-4/+2
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-181-2/+6
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-4/+4
* Fix number of /'s in URI.Christian Persch2006-01-171-0/+4
* Add translator commentsChristian Persch2006-01-131-0/+2
* Fix zoom buttons order on default toolbar. Set short-label property forChristian Persch2006-01-131-0/+4
* Exit ppv mode when clicking the window close button. Bug #326136.Christian Persch2006-01-081-1/+4
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-041-7/+9
* Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.Christian Persch2005-12-311-0/+3
* Show warning on mixed content in the tooltip. Bug #321508.Christian Persch2005-12-211-0/+5
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-0/+15
* Minor code cleanup.Christian Persch2005-12-081-3/+8
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-051-5/+16
* Add F5 as accel for reload.Christian Persch2005-11-181-5/+1
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-70/+31
* Mark strings in param specs as static.Christian Persch2005-11-081-4/+4
* Simplify context menu code by removing the extra EphyDocument*FramePopupChristian Persch2005-11-031-11/+17
* Use a single connection to the settings object, andChristian Persch2005-11-021-40/+69
* Revert change from H18 patch which shouldn't have been committed.Christian Persch2005-11-021-1/+1
* I accidentally committed my half-complete port of the Galeon key-pressPhilip Langdale2005-11-021-117/+46
* Use curly quotes.Christian Persch2005-11-011-9/+9
* Move most of ephy_window_init code to constructor so properties areJean-François Rameau2005-10-301-56/+55
* src/ephy-link-action.cPhilip Langdale2005-10-261-5/+151
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-17/+0
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-201-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-129/+139
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-13/+14
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-101-15/+21
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-4/+3
* Fix memory leak.Christian Persch2005-10-031-3/+8
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-031-0/+8
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-22/+147
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-1/+2
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-21/+1
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-191-15/+23
* Fix compile warnings.Christian Persch2005-08-261-1/+1
* Use class closure for delete event instead of signal handler.Christian Persch2005-08-211-6/+11
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-081-1/+1
* Fix stringChristian Persch2005-08-041-1/+1
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-15/+83
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-3/+2
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-24/+9
* Tiny string fix. Fixes bug #167448.Christian Persch2005-08-011-1/+1
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-2/+2
* For empty pages, put focus in address bar.Christian Persch2005-07-291-1/+9
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-6/+38
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-24/+13
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-2/+1
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+3
* Shift-Ctrl+R now works (Force reload). Fixes #307831.Jean-François Rameau2005-06-201-0/+3
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-1/+2
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-15/+0
* Work around mozilla bugChristian Persch2005-05-311-0/+6
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-301-1/+1
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-301-10/+24
* Allow ViewSource for XML documents too. Fixes bug #305788.Christian Persch2005-05-291-2/+3
* Disable mozilla's typeaheadfind.Christian Persch2005-05-291-6/+9
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-74/+20
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-261-48/+107
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-20/+30
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-209/+58
* Constify the action entries. Fixes bug #301065, patch by Paolo Borelli.Christian Persch2005-04-181-9/+6
* Hide the statusbar's resize grip when the window is maximised. Fixes bugChristian Persch2005-04-181-39/+57
* Also disallow opening a new tab from EphyLink iface in popup mode.Christian Persch2005-04-181-1/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-73/+221
* Fix the build.Christian Persch2005-03-151-5/+5
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-151-1/+63
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-121-0/+2
* Make the signal RUN_LAST.Christian Persch2005-02-241-1/+14
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-10/+3
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-68/+79
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-031-30/+16
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-021-16/+30
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-021-1/+1
* Don't show the menubar with F10 in lockdown mode. Make sure we alwaysChristian Persch2005-02-021-3/+3
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-311-24/+38
* Some sparse fixes.Christian Persch2005-01-311-5/+5
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-4/+4
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-1/+3
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-261-14/+9
* Check for broken context event button.Christian Persch2005-01-231-10/+6
* Rename "visible" property.Christian Persch2005-01-231-1/+1
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-1/+1
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-1/+1
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-0/+2
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-116/+102
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-091-7/+12
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Unify the location and favicon actions.Christian Persch2005-01-081-1/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-0/+2
* Add placeholder group for tabs move actions.Christian Persch2005-01-061-0/+8
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-061-5/+2
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-061-2/+63
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-23/+23
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-7/+7
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-47/+17
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-30/+67
* Fix the build.Christian Persch2004-12-191-14/+0
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-3/+3
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-191-13/+27
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-5/+49
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-181-0/+10
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-041-0/+5
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-10/+17
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-301-2/+2
* Better translator's commentChristian Persch2004-11-281-0/+16
* Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.Christian Persch2004-11-121-1/+1
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-081-2/+10
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-1/+2
* Make static.Christian Persch2004-11-071-7/+1
* Also bring the window to the front.Christian Persch2004-11-041-0/+5
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-0/+3
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+37
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-301-1/+16
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-9/+0
* Make the confirm-close-with-form-data dialogue window modal, instead ofChristian Persch2004-10-271-0/+11
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-42/+18
* Move window destruction after tab-removed signal emission. Fixes bugChristian Persch2004-10-251-1/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-10/+7
* No circular dependencies anymore.Christian Persch2004-10-091-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-7/+124
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-1/+1
* Notify when entering or leaving print preview mode. Fixes bug #154591.Christian Persch2004-10-061-2/+19
* Don't allow activation of the hidden menubar in ppv mode.Christian Persch2004-10-061-0/+6
* Fix print preview and fullscreen mode interaction. Fixes bug #154456.Christian Persch2004-10-061-37/+28
* Set window icon.Christian Persch2004-10-051-4/+6
* Use gtk_window_set_default_icon_name().Christian Persch2004-10-021-36/+0
* Fix compiler warnings.Christian Persch2004-09-271-1/+4
* Show the fullscreen button only when the window is active. Fix #115296.Marco Pesenti Gritti2004-09-161-0/+28