aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
Commit message (Expand)AuthorAgeFilesLines
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-8/+7
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-261-1/+4
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-031-1/+1
* Fix for bug #259606Srinivasa Ragavan2007-04-201-14/+38
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #360815Chenthill Palanisamy2006-10-161-0/+1
* ** Fix for bug #334966Srinivasa Ragavan2006-10-141-1/+8
* ** Fix for bug #343331Srinivasa Ragavan2006-09-281-1/+11
* ** Fixes #351332Matthew Barnes2006-09-191-0/+7
* Make sure default window sizes are positive numbers. Fixes bug 349967.Daniel Gryniewicz2006-08-231-3/+5
* Fix warnings at build-time, and clean up the connections to the D-Bus onBastien Nocera2006-07-271-0/+6
* Fix for #346613. Fix the problem pointed out by JohnnyLi Yuan2006-07-071-1/+1
* Fix for #346613. Make the view_notebook cannot be resized shorter than itsLi Yuan2006-07-061-1/+1
* reviewed by: Srinivasa RagavanSven Herzberg2006-04-281-6/+74
* Commiting patch for bug #337258.Srinivasa Ragavan2006-04-241-1/+1
* Remove unused code and fix format specifiers in some cases.Kjartan Maraas2006-01-301-2/+0
* ** Fixes Bug #257654Rajeev ramanathan2006-01-301-0/+31
* fixing two missing whitespaces. Fixes bug 325568.Andre Klapper2006-01-061-2/+2
* String Fixes (Bug #325122)Harish Krishnaswamy2006-01-011-2/+2
* Evolution is now Network Aware, the day of complete awareness beckons, TheShreyas Srinivasan2005-12-221-2/+15
* committed these files to fix http://bugzilla.gnome.org/show_bug.cgi?id=260354Parthasarathi Susarla2005-12-211-9/+63
* Use libedataserver's e_xml_parse_file() instead of xmlParseFile()Tor Lillqvist2005-12-181-1/+4
* escape the string when generating XML UI description of component switcherDavid Malcolm2005-12-131-2/+7
* Have added the "View Status Bar" under the "View" menu This is a toggleS.Antony Vincent Pandian2005-09-231-1/+18
* Use privsolib instead of privlib. Link with SHELL_LIBS. Use NO_UNDEFINED.Tor Lillqvist2005-08-101-4/+11
* Dont enter default values for button label and menu label Dont add theSarfraaz Ahmed2005-07-251-0/+3
* fix the pixmap location for the settings menu.Not Zed2005-07-211-2/+3
* Free the style here.Kjartan Maraas2005-07-131-0/+1
* shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.hSrinivasa Ragavan2005-05-161-1/+1
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-3/+2
* Fixes #33287JP Rosevear2005-02-241-0/+1
* Make offline button scale with font size. Fixes #48868.William Jon McCann2005-02-231-3/+8
* new protos, modesJP Rosevear2005-01-051-11/+102
* Convert to G_DEFINE_TYPEJP Rosevear2004-12-211-15/+8
* register event hook.Not Zed2004-10-251-0/+28
* ** See bug #57367.Not Zed2004-06-241-16/+12
* Add listener for the ViewToolbar command.William Jon McCann2004-06-031-0/+30
* ** See #58827.Not Zed2004-06-011-0/+1
* use the menu icon not the button icon for the menus. (setup_widgets):Not Zed2004-05-191-0/+45
* set title to just Evolution (show_development_warning): ditto for warningJP Rosevear2004-05-101-4/+4
* Remove e-lang-utils.h include.Not Zed2004-04-301-2/+0
* init the view to NULLJP Rosevear2004-04-281-1/+12
* if there is a current view, use the component alias to select a sensibleJP Rosevear2004-04-231-1/+1
* Change this a lot. Now each component will maintain its ownDan Winship2004-04-091-2/+0
* Add panded widget to EShellWindowPrivate and handle state saving ofRodney Dawes2004-01-271-6/+14
* (e_shell_window_save_defaults): Implement.Ettore Perazzoli2003-12-031-4/+15
* New member activity_handler. (mail_component_init): Initialize.Ettore Perazzoli2003-12-021-1/+4
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-021-21/+23
* Destroy the tooltips instead of unreffing them.Ettore Perazzoli2003-11-191-1/+9
* (struct _EShellWindowPrivate): New membersEttore Perazzoli2003-11-191-3/+253
* New signal "component_changed". (class_init): Install. (switch_view):Ettore Perazzoli2003-11-131-0/+37
* Call e_sidebar_select_button() instead of switch_view().Ettore Perazzoli2003-11-131-1/+1
* Added a new "-c" command-line arg. (idle_cb): If the arg is specified,Ettore Perazzoli2003-11-111-13/+19
* New member "component_alias". (component_view_new): Get a new "alias" arg,Ettore Perazzoli2003-11-111-17/+83
* New member "component_registry". (e_shell_construct): Don't callEttore Perazzoli2003-10-231-47/+20
* Make the scrolled window have a GTK_SHADOW_IN shadow.Ettore Perazzoli2003-10-231-1/+3
* (PADDING): Increase to 6 pixels.Ettore Perazzoli2003-10-231-2/+2
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-231-59/+45
* Change to "evolution-1.5" - although, ideally, this should be a config.hJeffrey Stedfast2003-10-221-1/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+481
* Ooops, revert changes: wrong branch.Ettore Perazzoli2003-07-241-381/+0
* Create a new EShellWindow and show it.Ettore Perazzoli2003-07-241-0/+381