commit 83ae8691e48b8a8a973330bd0ab7c965d11920fb
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-12-07
Release version 3.14.0
M NEWS
M configure.ac
commit 7f5952b95550b8515d24db4eeba4d08a689def31
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-09-06
Use vapi distributed from gtksourceview if possible
M Makefile.am
M configure.ac
M src/Makefile.am
A vapi-gtksourceview/Makefile.am
R100 vapi/gtksourceview-3.0.vapi
vapi-gtksourceview/gtksourceview-3.0.vapi
M vapi/Makefile.am
commit a44cf7f9b6dc23ba274d070b758924684f24ae0d
Author: Elad Alfassa <
[email protected]>
Date: 2014-09-05
Fix potential crash in gca-diagnostic-message get_preferred_height()
M src/gca-diagnostic-message.vala
commit 1459da0dbba48b7ae395dfb7e6213061a0b2c5ff
Author: Elad Alfassa <
[email protected]>
Date: 2014-09-05
Fix crash in gca_diagnostic_message_reposition
gtk_event_box_get_preferred_width expects to get a pointer to an int,
giving it null instead causes a segfault.
Also, rename variable name to match the way they are named in gtk.
M src/gca-diagnostic-message.vala
commit 31a3e0ba3f7887b91e8fc8cfd09167db1981aaca
Author: Elad Alfassa <
[email protected]>
Date: 2014-09-05
Adapt to gedit API changes
document.location -> document.get_location();
M src/gca-document.vala
commit cf2c7261ec121028afa01c4b6ea6faa6d6f85d69
Author: Kalev Lember <
[email protected]>
Date: 2014-07-25
Adapt for gedit desktop file rename
M data/gedit-code-assistance.metainfo.xml
commit ff44e4b1aaab1301a0cfcc864ae4951588f26ed8
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-07-02
[indent] Add js to the supported languages of the c backend
M indentbackends/c/gcaindentbackendc.plugin
commit 789e7b9f5569f5b7067c60c7c1f205b52265a9f5
Author: Richard Hughes <
[email protected]>
Date: 2014-06-12
Add a metainfo file for GNOME Software
M data/Makefile.am
A data/gedit-code-assistance.metainfo.xml
commit c41448c6106bf4ea4c14e1ff005d82353642a52d
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-17
[indent] log indent level instead of printing it
M src/gca-view.vala
commit 15a0554236a9e8cac0e1438d13610745b20fd117
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-04-11
[indent] Fall back to auto-indent
M indentbackends/c/gca-c-backend.vala
commit 7f4eb5f65e94b78413446d788623ca7f54d78931
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-04-11
[indent] Better handling of 'else'
M indentbackends/c/gca-c-backend.vala
commit a30979e95763aa001f7df43959577cc45a5f7fef
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-04-11
[indent] Improve handling of 'case'
M indentbackends/c/gca-c-backend.vala
commit 63716b86aacf0d8b47c57da2004ca1991f6d56f8
Author: Jesse van den Kieboom <
[email protected]>
Date: 2014-04-11
[indent] Split indentation in indent and alignment
M indentbackends/c/gca-c-backend.vala
M src/gca-indent-backend.vala
M src/gca-view.vala
commit 1371593cfe95acc59acc938cc14d08e307a77ec7
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-10
Triggers might be inserted using shift, so just special case with
enter
M src/gca-view.vala
commit 5da9846860c3a2d60351c0008d780315e7e21bfd
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-10
Fix to get better backward context
M indentbackends/c/gca-c-backend.vala
commit 57ccaa86c35f291dce95b501608deb1a617a327c
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
Do not make it a user action so we do not interfere with the undo
manager
M src/gca-view.vala
commit 78e1b345002261810a917c31fdab36c370ec7bcf
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
Connect after to event_after so we do not collide with the stripper
plugin
M src/gca-view.vala
commit e719a68b780dc91703a0447419cea4e910651488
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
Handle amount of indent when backward checks endup with }
M indentbackends/c/gca-c-backend.vala
commit bda44543a10d75dfce8a72bb7aa6febdcd2c5acd
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
User the right mod mask
M src/gca-view.vala
commit 2118d61939a68c50d079902920bcbfc29760c6c6
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
The c indenter should work in vala as well
M indentbackends/c/gcaindentbackendc.plugin
commit 9add540d5ea56eee9e127d4ea19a79d429ab4010
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
Handle ,
M indentbackends/c/gca-c-backend.vala
commit bc66191492f305881a02d1ab92a6defaf76992ec
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-09
One extension per view
M indentbackends/c/gca-c-backend.vala
M indentbackends/c/gcaindentbackendc.plugin
M src/gca-backend-manager.vala
M src/gca-indent-backend.vala
M src/gca-view.vala
commit 87e0f656a570a04376787ea7e419f66bf1e35f2a
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-08
Swap checks to not delete newlines
M src/gca-view.vala
commit 969ece61238cffc9977c71f8782dc4128629d0ce
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-08
Handle comments
M indentbackends/c/gca-c-backend.vala
commit 824bda65e8ed681e6797278f1ccd4ef908d8f095
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-04-06
Load indent backends
M Makefile.am
M configure.ac
A indentbackends/Makefile.am
A indentbackends/c/Makefile.am
A indentbackends/c/gca-c-backend.vala
A indentbackends/c/gcaindentbackendc.plugin
M src/Makefile.am
M src/gca-backend-manager.vala
A src/gca-indent-backend.vala
M src/gca-plugin.vala
M src/gca-view.vala
M vapi/Makefile.am
A vapi/config.vapi
A vapi/gtksourceview-3.0.vapi
commit 06b490d408c9736c8804441d84904506f8dafc0c
Author: Ignacio Casal Quinteiro <
[email protected]>
Date: 2014-03-30
Release 0.3.1
M NEWS
M configure.ac