summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reset the GdictContext for all the widgets in the windowEmmanuele Bassi2007-09-091-1/+7
* Rework the source initialisation inside GdictWindowEmmanuele Bassi2007-09-091-25/+59
* Remove useless gnome-print headersEmmanuele Bassi2007-09-064-16/+0
* Check if we have a word, before using it to matchEmmanuele Bassi2007-09-061-1/+1
* Drop libgnomeprint flags and librariesEmmanuele Bassi2007-09-061-4/+0
* Relicense GdictSidebar under the GNU LGPL v2.1 (or later)Emmanuele Bassi2007-09-062-8/+8
* Add GdictSidebar::list_pages() methodEmmanuele Bassi2007-09-062-14/+36
* Enable the GDict command line switches in DictionaryEmmanuele Bassi2007-09-061-0/+1
* Rename GtkAlignedWindow to GdictAlignedWindowEmmanuele Bassi2007-09-065-155/+144
* Add a menu item to show the Dictionary Source page of the sidebarEmmanuele Bassi2007-09-061-0/+2
* Display the Source chooser inside the side bar of DictionaryEmmanuele Bassi2007-09-062-1/+54
* Fix general header inclusionEmmanuele Bassi2007-09-061-0/+1
* Ensure the state of the menus depending on the look upEmmanuele Bassi2007-09-061-10/+48
* Invoke the right print operation in Preview modeEmmanuele Bassi2007-09-061-1/+1
* Port gnome-dictionary to gtk-printEmmanuele Bassi2007-09-064-236/+261
* Make sure that the word to match is not empty when disptaching the spellerEmmanuele Bassi2007-09-041-1/+2
* Drop GtkTooltips from gnome-dictionaryEmmanuele Bassi2007-08-313-61/+11
* Use the gnome-icon-theme icon for the dictionary instead of our own.Emmanuele Bassi2007-08-283-4/+4
* Remove leading and trailing spaces before looking up a wordEmmanuele Bassi2007-08-271-4/+8
* Out of tree build cleanups. (#414013, Loic Minier)Emmanuele Bassi2007-08-181-0/+2
* Set the page of the sidebar only if we have one coming from GConf.Emmanuele Bassi2007-08-131-3/+5
* Hide the find pane when hiding the window.Emmanuele Bassi2007-08-131-0/+3
* Perform a match of the similar words even if we have found a validEmmanuele Bassi2007-08-091-0/+16
* Use the right function to set the sidebar as invisible instead of directlyEmmanuele Bassi2007-08-051-2/+1
* roll back previous commitEmmanuele Bassi2007-02-132-21/+13
* Post release bump to 2.17.93.Emmanuele Bassi2007-02-132-13/+21
* Roll back previous commitEmmanuele Bassi2007-02-122-21/+13
* update NEWSEmmanuele Bassi2007-02-122-13/+21
* Fix C99-ism. (#376937, Jens Granseuer)Emmanuele Bassi2007-01-311-2/+2
* Add a timeout or 30 seconds when establishing a connection to theEmmanuele Bassi2007-01-121-0/+10
* Match the word passed to the constructor function, if action isEmmanuele Bassi2007-01-071-28/+109
* Use GObject::dispose instead of GtkObject::destroy for detaching the menuEmmanuele Bassi2007-01-071-4/+3
* Update the cursor when hovering on a text tagged with the "link" orEmmanuele Bassi2006-11-281-0/+51
* Add a function for getting the currently selected word from the defbox.Emmanuele Bassi2006-11-271-4/+15
* Add API for selecting and unselecting a database using its name; add APIEmmanuele Bassi2006-11-271-32/+107
* Add syntax highlighting to the definition body using what look like theEmmanuele Bassi2006-11-272-33/+128
* Add multihead support for the about and preferences dialogs. (#361856,Emmanuele Bassi2006-10-175-13/+20
* Update the sidebar contents when changing pages.Emmanuele Bassi2006-08-251-0/+6
* Add function for retrieving a string from GConf with a default fallback.Emmanuele Bassi2006-08-205-139/+115
* Add API documentation definitions for gtk-doc.Emmanuele Bassi2006-08-052-19/+74
* Updated French translation.Christophe Merlet2006-07-291-1/+1
* Use G_OPTION_REMAINING to catch every word used on the command line andEmmanuele Bassi2006-07-283-10/+99
* Emit the "page-changed" signal.Emmanuele Bassi2006-07-242-5/+60
* Add a GtkEntryCompletion to the look up entry, to store the list ofEmmanuele Bassi2006-07-242-0/+34
* Use two vbox instead of frames to wrap the defbox and the side bar.Emmanuele Bassi2006-07-241-4/+2
* Allow the definition window to take up at most half of the screen size.Emmanuele Bassi2006-07-241-2/+2
* Add two more keys: 'sidebar-page' and 'sidebar-width', for remembering theEmmanuele Bassi2006-07-245-21/+85
* Fix a typo in the name of the ViewDB action.Emmanuele Bassi2006-07-231-1/+1
* A src/gdict-sidebar.h A src/gdict-sidebar.cEmmanuele Bassi2006-07-237-58/+701
* Remove an unneeded function; use gtk_window_present() to give theEmmanuele Bassi2006-07-221-37/+24