Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 1e54fb6a015f02c5be2ab18faca7b2059ca0a114
https://github.com/geany/geany/commit/1e54fb6a015f02c5be2ab18faca7b2059ca0a…
Author: Lex Trotman <elextr(a)gmail.com>
Date: 2011-11-06 (Sun, 06 Nov 2011)
Changed paths:
M src/dialogs.c
Log Message:
-----------
Alter warning fix
Uninitialised GValue does not always work, but is an opaque type so
structure of initialiser isn't known. Glib 2.30 on has G_VALUE_INIT
to use as initial value. Fix so if not defined give it the previous literal
value { 0 }, although this leaves the warning, so it is not initialising
the GValue correctly but enough to work.
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 4d92e0530b7e64f4cbeda2d264b7e705cfd75699
https://github.com/geany/geany/commit/4d92e0530b7e64f4cbeda2d264b7e705cfd75…
Author: Lex Trotman <elextr(a)gmail.com>
Date: 2011-11-06 (Sun, 06 Nov 2011)
Changed paths:
M src/dialogs.c
M src/sidebar.c
M tagmanager/js.c
Log Message:
-----------
Fix warnings
Fix warnings that appeared with GCC 4.6
js.c:1067:10: warning: variable ‘is_prototype’ set but not used
dialogs.c:173:2: warning: missing initializer
dialogs.c:173:2: warning: (near initialization for ‘value.data’)
sidebar.c:534:17: warning: unused variable ‘doc’
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 3f31453acee15b09925ddca5dde1ea5d7bfaf194
https://github.com/geany/geany/commit/3f31453acee15b09925ddca5dde1ea5d7bfaf…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-05 (Sat, 05 Nov 2011)
Changed paths:
M src/build.c
M src/callbacks.c
M src/document.c
M src/editor.c
M src/filetypes.c
M src/filetypes.h
M src/highlighting.c
M src/highlighting.h
M src/sciwrappers.c
M src/sciwrappers.h
M src/symbols.c
M src/symbols.h
Log Message:
-----------
Fix various integer sign and size issues
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 19da0ce965901090f803805c53c3c3d33d6ac4f9
https://github.com/geany/geany/commit/19da0ce965901090f803805c53c3c3d33d6ac…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-05 (Sat, 05 Nov 2011)
Changed paths:
M data/filetypes.asm
M data/filetypes.caml
M data/filetypes.lisp
M data/filetypes.sql
M data/filetypes.tcl
M src/highlighting.c
Log Message:
-----------
Fix or add a few Scintilla styles mappings
Closes #3432760.
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: c1df8a7263075b537950aba147c04a192c2f612e
https://github.com/geany/geany/commit/c1df8a7263075b537950aba147c04a192c2f6…
Author: Matthew Brush <mbrush(a)codebrainz.ca>
Date: 2011-11-04 (Fri, 04 Nov 2011)
Changed paths:
M src/document.c
Log Message:
-----------
Use file type instead of lexer to decide if type keywords are supported
Not every filetype for a specific lexer implements type keywords even if the
lexer supports it.
Branch: refs/heads/master
Home: https://github.com/geany/talks
Commit: c39af46e1f8cb3d2d4a17aacc352be25034f34a8
https://github.com/geany/talks/commit/c39af46e1f8cb3d2d4a17aacc352be25034f3…
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M german/poster/geany_booth_poster.svg
Log Message:
-----------
Make image paths relative
Commit: 8d89056d55b02b2f305a84b008f56dea5696d0ec
https://github.com/geany/talks/commit/8d89056d55b02b2f305a84b008f56dea5696d…
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
A german/poster/geany_booth_poster_clt2011.pdf
Log Message:
-----------
Add the preview of the poster we used for Chemnitzer LinuxTage 2011
This is just for reference and to archive our first Geany poster.
Commit: 3054b0fe694ab3134dfb5657d828ced983c7b4fd
https://github.com/geany/talks/commit/3054b0fe694ab3134dfb5657d828ced983c7b…
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M german/poster/geany_booth_poster.svg
Log Message:
-----------
Make the header black on yellow
Commit: b08b1685c437ac119e8aac669e0abc6dfee209a9
https://github.com/geany/talks/commit/b08b1685c437ac119e8aac669e0abc6dfee20…
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M german/poster/geany_booth_poster.svg
Log Message:
-----------
Change text and colors
Replaced most of the existing text with the text from the previous CLT poster and
changed the colors from the Xfce set to something more yellow to make it more
recognizable as Geany.
Compare: https://github.com/geany/talks/compare/2b02ef3...b08b168
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: b55a30c2bf1fe2070b2edc4711d9a1bb93645291
https://github.com/geany/geany/commit/b55a30c2bf1fe2070b2edc4711d9a1bb93645…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-03 (Thu, 03 Nov 2011)
Changed paths:
M src/document.c
M src/main.c
M src/ui_utils.c
M src/ui_utils.h
Log Message:
-----------
Build recent data for GTK ourselves
This prevents GTK of trying to fetch the necessary information like
MIME-type itself, which leads to a significant speedup (> 30%), as
well as using the real MIME-type we use rather than the GIO-guessed
one.