summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add column position to python bindings.Ignacio Casal Quinteiro2010-04-271-1/+1
* +LINE[:COLUMN] command line support. Fixes bug #168769.Ignacio Casal Quinteiro2010-04-271-1/+1
* Fix filebrowser plugin to use GFile instead of uris.Ignacio Casal Quinteiro2010-04-2713-397/+287
* Fix quickopen plugin to use GFile instead of urisIgnacio Casal Quinteiro2010-04-272-11/+7
* Fix bug in quickopen checking gedit version for filebrowser supportJesse van den Kieboom2010-04-221-1/+1
* Use proper em-dashesPhilip Withnall2010-04-224-16/+16
* Use SPELL_LANGUAGE instead of LANGUAGE to save spell metadataJesse van den Kieboom2010-04-181-1/+1
* Disable external tools for win32.Ignacio Casal Quinteiro2010-04-181-1/+6
* Disconnect doc loaded/saved signals when spell plugin deactivatedJesse van den Kieboom2010-04-181-1/+11
* Save spell metadata also after saving the documentJesse van den Kieboom2010-04-181-0/+40
* Reset the spell checker language from the metadata when the doc is loaded.Ignacio Casal Quinteiro2010-04-171-18/+37
* Use get_location instead of get_uri.Ignacio Casal Quinteiro2010-04-171-38/+43
* Set correct text column for drop down mime type entry for snippetsJesse van den Kieboom2010-04-171-2/+5
* Fix warnings on tag not being a GtkTextTag when removing autospellJesse van den Kieboom2010-04-171-1/+12
* Auto spell check on highlight-updatedJesse van den Kieboom2010-04-171-0/+14
* Fixed relative document path for snippets drop targetJesse van den Kieboom2010-04-091-2/+3
* Fixed snippet drop target environment variables (fixes #615279)Jesse van den Kieboom2010-04-091-16/+16
* Catch case where start or end is not an iter for drawing snippet placeholderJesse van den Kieboom2010-04-071-0/+3
* Better handling of G_IO_IN | G_IO_HUP condition in external tools readJesse van den Kieboom2010-04-071-29/+33
* Use doc.get_location where possible.Ignacio Casal Quinteiro2010-04-032-3/+4
* Fix shadowed mounts appearing in the filebrowser bookmarks viewMartin Szulecki2010-04-021-1/+1
* Actually install the xslt snippetsPaolo Borelli2010-04-011-2/+3
* Respect GNOME22_USER_DIR env variable.Paolo Borelli2010-03-293-15/+46
* Make sure to propagate result of accelerator activationJesse van den Kieboom2010-03-293-3/+11
* Make sure to install document handler for first documentJesse van den Kieboom2010-03-291-0/+2
* Properly handle selection in sort pluginPaolo Borelli2010-03-141-11/+30
* Add smart home/end in the python console.Paolo Borelli2010-03-131-3/+37
* Fix translatable time strings in ui files (Fixes bug #611241)Claude Paroz2010-02-273-12/+14
* Case insensitive key checking for emacs modeline "Mode" keywordHolger Berndt2010-02-231-1/+2
* Miscellaneous string fixesPhilip Withnall2010-02-2014-40/+40
* Internationalisation improvementsPhilip Withnall2010-02-177-15/+36
* Add "Open" to the filebrowser context menuPaolo Borelli2010-02-073-74/+163
* Remove useless define.Ignacio Casal Quinteiro2010-01-271-1/+0
* Add option to ignore a version until the next is released.Ignacio Casal Quinteiro2010-01-273-35/+179
* Catch glib.GError instead of gio.ErrorJesse van den Kieboom2010-01-242-2/+4
* Make SIGALRM timeout for snippets optionalJesse van den Kieboom2010-01-241-0/+14
* Made gconf requirement for python console optionalJesse van den Kieboom2010-01-242-22/+40
* Fix distcheckIgnacio Casal Quinteiro2010-01-121-1/+1
* Remove deprecated GTK+ symbol: gtk_box_pack_start_defaults()Javier Jardón2010-01-112-4/+6
* Skip no-spell-check ranges at the start of the docPaolo Borelli2010-01-071-15/+24
* Small refactoring to avoid roundtrip from iter to offsetPaolo Borelli2010-01-071-45/+27
* Remove two old dead filesPaolo Borelli2010-01-072-106/+0
* Rename marshal file in something shorterPaolo Borelli2010-01-074-14/+9
* Move util function in the new utils filePaolo Borelli2010-01-053-34/+58
* Cleanup: use gobject macrosPaolo Borelli2010-01-052-125/+44
* Remove deprecated gtk_widget_unref and code cleanupPaolo Borelli2010-01-051-15/+12
* Add externaltool linkparser for bashPaolo Borelli2010-01-042-1/+17
* Refactored linkparsing and added support for more toolsPer Arneng2010-01-042-73/+226
* Improved performance of not spell-checking no-spell-checkJesse van den Kieboom2010-01-035-21/+86
* Don't check words that are marked no-spell-checkJesse van den Kieboom2010-01-022-6/+18