Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Include fixes from gtkmateview.
  • Loading branch information
danlucraft committed Jun 20, 2009
1 parent 6ef3997 commit 3e00862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/gtkmateview
Submodule gtkmateview updated 60 files
+0 −4 .ditz-config
+ bugs/html/blue-check.png
+0 −98 bugs/html/component-gtkmateview.html
+ bugs/html/green-bar.png
+ bugs/html/green-check.png
+0 −141 bugs/html/index.html
+0 −109 bugs/html/issue-a20e9b03f4f7febe3e547944b66035d4e031f856.html
+0 −105 bugs/html/issue-c26e80f29f3ac5e08f491cf11b0fa4ca757f7993.html
+0 −105 bugs/html/issue-c3c628d4a043ac921f4398b11d1fb6e88a1fcc38.html
+0 −105 bugs/html/issue-daf2f1f7c26448e707b6b77ec3bfd3a0f1bb5d5f.html
+ bugs/html/red-check.png
+0 −192 bugs/html/release-0.1.html
+0 −226 bugs/html/style.css
+0 −29 bugs/html/unassigned.html
+ bugs/html/yellow-bar.png
+0 −22 bugs/issue-a20e9b03f4f7febe3e547944b66035d4e031f856.yaml
+0 −22 bugs/issue-c26e80f29f3ac5e08f491cf11b0fa4ca757f7993.yaml
+0 −22 bugs/issue-c3c628d4a043ac921f4398b11d1fb6e88a1fcc38.yaml
+0 −22 bugs/issue-daf2f1f7c26448e707b6b77ec3bfd3a0f1bb5d5f.yaml
+0 −16 bugs/project.yaml
+388 −162 dist/buffer.c
+84 −41 dist/bundle.c
+543 −240 dist/colourer.c
+773 −454 dist/exporter.c
+378 −144 dist/grammar.c
+247 −150 dist/gtkmateview.c
+31 −0 dist/gtkmateview_rb.c
+190 −126 dist/matcher.c
+205 −109 dist/onig_wrap.c
+1,006 −511 dist/parser.c
+531 −249 dist/pattern.c
+268 −108 dist/plist.c
+99 −32 dist/range_set.c
+482 −208 dist/scanner.c
+672 −435 dist/scope.c
+95 −64 dist/string_helper.c
+399 −172 dist/theme.c
+141 −20 dist/view.c
+383 −376 lib/gtkmateview.gir
+1 −9 lib/matcher.vala
+18 −8 lib/parser.vala
+0 −1,641 profile.80825_1436
+0 −1,624 profile.80825_1437
+0 −1,654 profile.80825_1448
+0 −1,616 profile.80825_1450
+0 −1,977 profile.80831_1955
+0 −2,031 profile.80831_2101
+0 −2,104 profile.80901_2100
+0 −2,031 profile.80901_2101
+0 −1,941 profile80901_1954
+0 −1,934 profile80901_2017
+0 −2,055 profile80901_2045
+0 −2,022 profile80901_2055
+0 −1 spec/colourer_spec.rb
+3 −1 spec/dynamic_parsing_spec.rb
+1 −1 spec/gtkmateview_spec.rb
+0 −1 spec/scope_spec.rb
+4 −3 spec/static_parsing_spec.rb
+2 −2 spec/theme_spec.rb
+1 −1 tasks/build.rake

0 comments on commit 3e00862

Please sign in to comment.