summaryrefslogtreecommitdiff
path: root/gtksourceview
Commit message (Expand)AuthorAgeFilesLines
...
* BufferOutputStream: fix comparison between signed and unsigned integerSébastien Wilmet2015-08-091-1/+1
* completion-words: fix warningsSébastien Wilmet2015-08-092-6/+14
* build: migrate from GNOME_COMPILE_WARNINGS to AX_COMPILER_FLAGSSébastien Wilmet2015-08-092-0/+4
* build: migrate from GNOME_CODE_COVERAGE to AX_CODE_COVERAGESébastien Wilmet2015-08-092-2/+2
* Remove "Since 1.x" API commentsSébastien Wilmet2015-08-081-4/+0
* CompletionContainer: avoid divisions by zeroSébastien Wilmet2015-07-181-1/+6
* gir: fix out params for text measuring in GtkSourceGutterRendererTextChristian Hergert2015-06-251-0/+20
* Add "smart-backspace" propertyPaolo Borelli2015-06-212-2/+200
* FileLoader: document not_undoable_action() and set_modified() behaviorSébastien Wilmet2015-06-201-0/+12
* Revert "FileLoader: call gtk_text_buffer_set_modified()"Sébastien Wilmet2015-06-202-8/+4
* file: add is_local() functionSébastien Wilmet2015-06-142-0/+28
* FileLoader: call gtk_text_buffer_set_modified()Sébastien Wilmet2015-06-142-4/+8
* file: make check_file_on_disk() publicSébastien Wilmet2015-06-132-20/+32
* file: add the read-only propertySébastien Wilmet2015-06-114-5/+96
* file: use g_set_object()Sébastien Wilmet2015-06-111-9/+1
* file: add is_externally_modified() and is_deleted() functionsSébastien Wilmet2015-06-114-2/+130
* FileLoader: fix variable nameSébastien Wilmet2015-06-111-5/+5
* sourcemap: be greedy about line heightChristian Hergert2015-05-291-1/+4
* source-map: be resilient against non-existent windowsChristian Hergert2015-05-221-2/+5
* source-map: correct and improve section documentationChristian Hergert2015-05-211-12/+10
* source-map: make GtkSourceMap inherit from GtkSourceViewChristian Hergert2015-05-213-293/+273
* style-scheme: use lower priority than APPLICATION for CSS overridesChristian Hergert2015-05-212-2/+9
* minimap: improve minimap designChristian Hergert2015-05-201-329/+530
* map: get the selected color for the scrubberIgnacio Casal Quinteiro2015-05-171-4/+3
* Add a sort line method to the bufferPaolo Borelli2015-05-162-0/+202
* StyleScheme: better variable namesSébastien Wilmet2015-05-131-10/+10
* Support underline-colorPaolo Borelli2015-05-123-7/+88
* Support "single", "double" etc for the underline attributePaolo Borelli2015-05-123-12/+77
* docs: document the 'path' context classSébastien Wilmet2015-05-101-2/+3
* ContextEngine: store context classes tags in a GSListSébastien Wilmet2015-05-101-49/+42
* engine: remove _gtk_source_engine_get_context_class_tag()Sébastien Wilmet2015-05-103-37/+0
* buffer: implement get_context_class_tag() with GtkTextTag nameSébastien Wilmet2015-05-101-38/+33
* ContextEngine: don't set context class name to GObject dataSébastien Wilmet2015-05-102-14/+14
* ContextEngine: set a GtkTextTag name for context classesSébastien Wilmet2015-05-092-1/+18
* Add source map widgetIgnacio Casal Quinteiro2015-05-076-0/+1249
* GtkSourceFile: be sure that the properties are correctly initializedSébastien Wilmet2015-05-031-0/+3
* autocleanups: fix wrong filenameSébastien Wilmet2015-05-031-1/+0
* Add g_autoptr autocleanup supportPaolo Borelli2015-04-193-0/+54
* Make gtk_source_encoding_get_default_candidates() publicSébastien Wilmet2015-04-124-16/+15
* pixbufhelper: render symbolic icons using widgets style contextChristian Hergert2015-04-111-1/+15
* Try to optimize away time spent tracking the clipboardPaolo Borelli2015-03-294-0/+81
* Revalidate iters passed to indent/unindent_linesPaolo Borelli2015-03-291-0/+22
* Disable completion and bracket highlight while indentingPaolo Borelli2015-03-291-0/+32
* One more join-lines case...Paolo Borelli2015-03-121-1/+5
* Fix another join-line casePaolo Borelli2015-03-121-3/+1
* Fix corner case in join linesPaolo Borelli2015-03-121-8/+9
* stylescheme: fix valgrind invalid read warningChristian Hergert2015-03-111-2/+2
* Don't use gtk_style_context_get_background_color() (deprecated)Sébastien Wilmet2015-03-112-6/+9
* SearchContext: clear search if buffer is destroyedSébastien Wilmet2015-03-051-0/+7
* SearchContext: check return value of iterator_get_subregion()Sébastien Wilmet2015-03-051-10/+22