summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.18.13.18.1Sébastien Wilmet2015-10-111-0/+5
|
* completion: add bug URL in the codeSébastien Wilmet2015-10-021-0/+1
| | | | | So it has more chances to be seen. If the code is moved to another file, for example, the git blame won't work.
* completion: workaround GtkCellRendererText bugChristian Hergert2015-10-021-0/+13
| | | | | | | | | | | If a completion proposal returns markup of "<b>foo</b> <b>foo</b>", the first bold will not be respected in most cases. The font-desc we get from the style usually has PANGO_FONT_MASK_WEIGHT set, even when it is set to normal. Thus, the PangoLayout has two PangoAttr in the PangoAttrList which set weight at the same offset. This can be removed if https://bugzilla.gnome.org/show_bug.cgi?id=755968 gets fixed.
* Add comment in configure.ac about last commitSébastien Wilmet2015-10-011-0/+1
| | | | | To not forget it, if someone in the future wants to remove the ChangeLog file.
* Generate and distribute INSTALL fileSébastien Wilmet2015-10-012-1/+2
| | | | | With the gnu strictness, the INSTALL file is generated, but a ChangeLog file must be present.
* cpphdr: fix mimetypeSébastien Wilmet2015-10-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755933
* html: adding embedded-lang-hook context to headings-contextsTobias Schönberg2015-10-011-0/+6
| | | | | | | | | | | | | Languages embedded im html, whos highlighting is inherited from html.lang are not hightlighted between the headings-contexts (<title>, <h1>, ...). This prevents the reader to properly recognize code that is used to customize the title or headings. For example the Django Template Language is often used between the <title> tags to customize the title. If the '{{' and '}}' brackets are not highlighted the reader interprets the section as text instead of the embedded language. The patch adds the <context ref="embedded-lang-hook"/> to the headings-contexts to fix this. https://bugzilla.gnome.org/show_bug.cgi?id=754934
* latex: apply no-spell-check context class for headingsSébastien Wilmet2015-10-011-14/+14
| | | | | Now that LaTeXila uses the no-spell-check region to not spell check LaTeX commands, this bug was visible.
* latex: fix RTL command bugMohammad Masood Masaeli2015-10-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754877
* cpphdr: point to the right idIgnacio Casal Quinteiro2015-10-011-1/+1
|
* Updated Vietnamese translationTrần Ngọc Quân2015-09-301-1130/+1413
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* completion: ensure pixbuf if no image was providedChristian Hergert2015-09-241-0/+9
| | | | | | | | It is common to have a mixture of GtkSourceCompletionProposal where some have pixbuf/gicon/icon-name and some do not. This was causing the rows without provided icons to inherit that of the previously rendered row. This simply unsets the image if we did not find one to set.
* Updated Serbian Latin translationМилош Поповић2015-09-221-270/+268
|
* Updated Serbian translationМарко Костић2015-09-221-138/+177
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2015-09-211-106/+110
|
* Updated Danish translation by scootergrisenAsk Hjorth Larsen2015-09-201-175/+213
|
* Updated Danish translationAsk Hjorth Larsen2015-09-201-298/+301
|
* build: better variable names in Makefile.am and more logical orderSébastien Wilmet2015-09-201-45/+45
|
* style-scheme-choosers: do not #include gi18n.hSébastien Wilmet2015-09-202-4/+1
| | | | Include gtksourceview-i18n.h instead.
* map: do not translate propertiesSébastien Wilmet2015-09-201-8/+6
| | | | | Properties are no longer translated in GtkSourceView. That's a waste of time.
* Post-release version bumpSébastien Wilmet2015-09-202-4/+4
|
* Release 3.18.03.18.0Sébastien Wilmet2015-09-203-7/+12
|
* Updated Czech translationMarek Černocký2015-09-191-81/+87
|
* Updated Latvian translationRūdolfs Mazurs2015-09-181-132/+180
|
* Updated Japanese translationJiro Matsuzawa2015-09-181-1113/+818
|
* Updated Turkish translationMuhammet Kara2015-09-171-126/+184
|
* Updated German translationBernd Homuth2015-09-171-255/+270
|
* Updated Russian translationStas Solovey2015-09-171-251/+273
|
* Fix license headers in StyleSchemeChooser filesSébastien Wilmet2015-09-176-35/+34
|
* css: add box-shadow to known propertiesChristian Hergert2015-09-141-0/+1
|
* Post-release version bumpSébastien Wilmet2015-09-142-4/+4
|
* Release 3.17.73.17.7Sébastien Wilmet2015-09-141-0/+7
|
* tests: fix duplicate test case pathSébastien Wilmet2015-09-141-1/+1
| | | | | | | It seems that recent GLib now enforces to not have duplicate test case paths. Copy/paste error, most likely.
* Updated Swedish translationAnders Jonsson2015-09-121-315/+532
|
* Updated Slovak translationDušan Kazik2015-09-111-103/+62
|
* Updated Korean translationChangwoo Ryu2015-09-091-121/+176
|
* encoding: use g_slist_find() to simplify the codeSébastien Wilmet2015-09-051-18/+3
|
* Plug a small leak in the style scheme codePaolo Borelli2015-09-051-4/+7
| | | | gtk_style_context_get returns a copy
* Plug a small leak in the encodings listPaolo Borelli2015-09-051-1/+1
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-041-1106/+366
|
* Updated Italian translationMilo Casagrande2015-09-041-776/+325
|
* Updated Lithuanian translationAurimas Černius2015-09-021-133/+188
|
* octave.lang and matlab.lang: add highlight to floating point valuesCarnë Draug2015-09-012-0/+2
|
* octave.lang: several improvements including classdef and line continuation ↵Carnë Draug2015-09-012-102/+76
| | | | | | | | | | | | | | | | | | | | | | | fixes. * update syntax highlight for the new line-continuation rules, where anything after ... is considered a comment. Also, \ can now only be used in double quoted strings so we just pick def:string. * simplify the operators regex (both performance and readability) * drop the over complicated and incorrect matches for decimal, floating-point, octal, and hexadecimal highlight. These must have been copied from other file, since Octave does not support the "f", "u", or "l", syntax they cover. It can all be simplified by using the definitions in def.lang. * removed highlight of the variable "ans", because that's used at the interactive prompt, and not in scripts. * expand list of keywords to include the new classdef system and unwrap the regexs inside a single keyword for readability. * with octave.lang now including classdef keywords, drop all keywords from matlab.lang and simply include the matlab set from octave.lang. * remove all number related from matlab.lang and pick def:decimal like octave.lang does. Do not pick hexadecimal because Matlab has never supported it.
* octave.lang: update for the new simpler rules of double strings (same as C ↵Carnë Draug2015-09-011-14/+1
| | | | string)
* octave.lang: update list of builtin functions.Carnë Draug2015-09-011-62/+140
|
* language-parser-2: fix commentSébastien Wilmet2015-09-011-3/+3
| | | | The regex is already complicated, but if there are errors in it, …
* sourceview: fix potential divide-by-zero in grid drawingChristian Hergert2015-09-011-1/+2
| | | | | I happened to run into this while manually typing in font-sizing in CSS using the Gtk inspector. Quick, easy fix.
* pixbuf: handle creating pixbufs for HiDPI resolutionsChristian Hergert2015-08-312-5/+30
| | | | | | | | | | | | | | | Under certain HiDPI situations, 1x icons were loaded and rendered with the scale factor applied. As expected, this resulted in blurry icons. Of note, were blurry icons in the GtkSourceGutterRendererPixbuf. This is not the most efficient, but is not terribly different from what is happening today. We create a new cairo_surface_t for the pixbuf manually, with the scale applied. gdk_cairo_set_source_pixbuf() also does this, but without the scale. We could optimize this in the future by making our pixbuf helper return cairo_surface_t* rather than GdkPixbuf*.
* Updated Hungarian translationGábor Kelemen2015-08-311-72/+87
|