Commit Graph

  • 11dcc5e3e5 Fix indentation Jiří Techet 2016-08-06 22:42:37 +02:00
  • 026da60fd0 Move selected() under Miscellaneous macros Jiří Techet 2016-08-06 22:42:15 +02:00
  • 0650707ce5 Fix pascal tag initizalization Jiří Techet 2016-08-06 22:06:41 +02:00
  • 0ec3590e19 Remove makeSimpleScopedTag() and fix scope for conf filetype Jiří Techet 2016-08-06 22:01:05 +02:00
  • 530f47584a Revert "Rename "mio" member of sInputFile to "fp"" Jiří Techet 2016-08-06 16:34:37 +02:00
  • eb45c80058 Always define ExecutableName variable Jiří Techet 2016-08-03 12:21:51 +02:00
  • 7e0845b083 Make PathDelimiters match the declaration in header Jiří Techet 2016-08-03 12:20:57 +02:00
  • 9c4c113488 Remove some additional functions from ctags which we don't need in Geany Jiří Techet 2016-08-03 12:00:14 +02:00
  • ea72ecc00f Remove ctags.c and move its content to routines.c, main.c and options.c Jiří Techet 2016-08-03 00:27:22 +02:00
  • d440a81166 Add tagRegexTable to parserDefinition and use it to define regex parsers Jiří Techet 2016-08-01 23:48:06 +02:00
  • 1b32ac5481 Add full xtag implementation and use it to check XTAG_QUALIFIED_TAGS Jiří Techet 2016-08-01 18:58:27 +02:00
  • 8c0bfbb0f3 Add parserNewFull() and use it for selected parsers Jiří Techet 2016-08-01 18:33:21 +02:00
  • 781f4ef1ca Use getInputLineNumber() instead of getSourceLineNumber() in parsers Jiří Techet 2016-08-01 01:34:50 +02:00
  • 4fbd38f690 Pass kind information into initTagEntry() Jiří Techet 2016-08-01 00:43:18 +02:00
  • 359c60b81b Rename get.c/h to lcpp.c/h Jiří Techet 2016-07-31 21:00:58 +02:00
  • e3f7d256c3 Test whether the C++ compiler works by compiling a test program Colomban Wendling 2016-07-31 00:40:58 +02:00
  • 0ed5c16b46 Rename tagEntryInfo.extensionFields.scope Jiří Techet 2016-07-30 16:04:06 +02:00
  • cb1c15483b Eliminate some trivial diffs in read.c Jiří Techet 2016-07-30 13:49:53 +02:00
  • 781738fe10 Replace fileGetc() with getcFromInputFile() also in comments Jiří Techet 2016-07-30 13:11:45 +02:00
  • ba2209e4a6 Rename readLine() to readLineRaw() Jiří Techet 2016-07-30 13:10:10 +02:00
  • bbbbb309ba Rename fileReadLine() to readLineFromInputFile() Jiří Techet 2016-07-30 12:57:22 +02:00
  • bf2b64239a Rename fileGetNthPrevC() to getNthPrevCFromInputFile() Jiří Techet 2016-07-30 12:51:24 +02:00
  • 61278d4031 Rename fileSkipToCharacter() to skipToCharacterInInputFile() Jiří Techet 2016-07-30 12:50:57 +02:00
  • 357e4fe1bd Rename fileUngetc() to ungetcToInputFile() Jiří Techet 2016-07-30 12:31:59 +02:00
  • acdc44074f Rename fileGetc() to getcFromInputFile() Jiří Techet 2016-07-30 12:23:42 +02:00
  • 1e36d2367e Add separate "input" entry to sInputFile and use it Jiří Techet 2016-07-30 11:53:26 +02:00
  • 7ac17b662f Eliminate readNextChar() and pushBackChar() Jiří Techet 2016-07-30 00:40:37 +02:00
  • 3dd1fb4853 Rename "mio" member of sInputFile to "fp" Jiří Techet 2016-07-30 00:32:59 +02:00
  • ae8dc545ce Add keywordTable to parserDefinition and use a common way to initialize keywords Jiří Techet 2016-07-29 22:50:11 +02:00
  • 6bc5797987 Don't use combination of tabs and spaces for indentation Jiří Techet 2016-07-29 22:03:56 +02:00
  • bf0702e2ec Use uctags implementation of keyword.c/h Jiří Techet 2016-07-29 16:55:07 +02:00
  • 282ed7def7 Define ARRAY_SIZE() and use it instead of KIND_COUNT() Jiří Techet 2016-07-28 23:55:12 +02:00
  • 001c7f65e4 Move keywordTable definition to parse.h and use it for all parsers Jiří Techet 2016-07-28 23:27:59 +02:00
  • 7b9d0dd83c Make parser includes closer to uctags and sync parser license header Jiří Techet 2016-07-28 21:54:26 +02:00
  • f791e91e18 ctags: Rename Geany-specific tagEntryInfo::arglist to upstream's ::signature Jiří Techet 2016-07-28 21:06:59 +02:00
  • 7068e7c892 ctags: Remove useless Geany-specific tagEntryInfo::type field Jiří Techet 2016-07-28 21:02:40 +02:00
  • ffa09b0ae2 ctags: Remove unused Geany-specific tagEntryInfo fields Jiří Techet 2016-07-28 20:57:03 +02:00
  • 5d8e291c6f Merge pull request #1070 from techee/tm_move Colomban Wendling 2016-07-25 02:06:20 +02:00
  • cbe2c542e0 Merge pull request #1133 from techee/readme_rst Colomban Wendling 2016-07-25 02:02:50 +02:00
  • b7f47f2932 Update Colomban's email address Jiří Techet 2016-07-25 01:02:59 +02:00
  • af3ad0b6f0 Rename variable to avoid warning about variable being shadowed Jiří Techet 2016-07-23 00:36:04 +02:00
  • 3cf0161527 Store "equal" tags into binary trees instead of lists in Symbol tree Jiří Techet 2016-02-29 14:49:43 +01:00
  • f95656cbe8 Remove makefile.win32 based build system Jiří Techet 2016-06-12 23:13:35 +02:00
  • 3b4d9fadf8 Rename js.c to jscript.c to match universal-ctags Jiří Techet 2016-06-11 14:08:42 +02:00
  • 470d99ee94 Update various comments mentioning tagmanager/src Jiří Techet 2016-06-11 14:08:02 +02:00
  • 03becc7789 Update paths for doxygen Jiří Techet 2016-06-11 14:07:01 +02:00
  • eb2865a819 Separate ctags into parsers and main sources Jiří Techet 2016-06-11 13:47:20 +02:00
  • 18b7527fcc Use the single-file implementation of MIO from universal-ctags Jiří Techet 2016-06-11 13:02:23 +02:00
  • 3d2e7d4fca Move TM into src Jiří Techet 2016-06-11 12:35:11 +02:00
  • 89d3bf7155 Merge pull request #1137 from b4n/adwaita-fixes Colomban Wendling 2016-07-16 03:38:06 +02:00
  • 5d74eef546 Set custom selection color on no-match search entry on GTK2 Colomban Wendling 2016-07-14 17:07:38 +02:00
  • 4b163bcdab Restore custom selection color on no-match search entry on GTK3 Colomban Wendling 2016-07-14 17:06:55 +02:00
  • a35816c92f Fix custom search entry background on Adwaita 3.20 under GTK2 Colomban Wendling 2016-07-14 16:55:36 +02:00
  • 313b85a149 Move enumerator to end of enum (oops) Matthew Brush 2016-07-13 16:06:17 -07:00
  • 14904a18ff Added keybinding for Delete from line start to current position Abel 'Akronix' Serrano Juste 2016-07-13 01:23:18 +02:00
  • 88ee4983f9 README: Update part regarding patch submission Jiří Techet 2016-07-11 22:35:22 +02:00
  • 4928ed437c Minor formal updates of README Jiří Techet 2016-07-11 23:12:54 +02:00
  • fdcf860156 Add the IRC command to get channel OP permissions Enrico Tröger 2016-07-10 16:30:01 +02:00
  • 69b44afbb5 Improve making-a-release a little Colomban Wendling 2016-07-10 16:27:44 +02:00
  • 5b6b89fd5b Post release version bump Colomban Wendling 2016-07-10 16:07:56 +02:00
  • 06e85355f1 Set release date Colomban Wendling 2016-07-10 14:22:20 +02:00
  • f81a3c734d NEWS: add release date, line break and a PR prefix Enrico Tröger 2016-07-10 12:40:32 +02:00
  • 1f915bd03a Merge pull request #1108 from eht16/win32_installer_c_runtime Enrico Tröger 2016-07-09 23:40:13 +02:00
  • 0c16667875 Small NEWS update Colomban Wendling 2016-07-09 22:19:07 +02:00
  • 5ce9115713 Another small update of NEWS to reflect latest changes on translations Frank Lanitz 2016-07-09 14:01:26 +02:00
  • 7ff5580c50 Update Russian translation (#1131) RPG 2016-07-09 12:36:47 +04:00
  • 6cd266186d Update NEWS for recent translation updates Frank Lanitz 2016-07-09 01:09:17 +02:00
  • 005c8c3eae Lithuanian translation updates (#1129) zygimantus 2016-07-09 02:08:28 +03:00
  • a260a5ac9a Merge pull request #1126 from b4n/plugin-key-group-strings-lifetime Colomban Wendling 2016-07-09 00:26:32 +02:00
  • 9ba7f67238 Don't require plugin key group name and label strings to be static Colomban Wendling 2016-07-07 17:53:43 +02:00
  • aafbfa02b2 Lithuanian translation updates zygimantus 2016-07-08 23:27:06 +03:00
  • 8384e2fdcf Fix typos in French translation (#1119) Philipp Wiesemann 2016-07-06 22:42:35 +02:00
  • 1abd2b6b66 Update of Portuguese translation Frank Lanitz 2016-07-05 21:16:07 +02:00
  • 30f8481c84 Update of Catalan translation Frank Lanitz 2016-07-05 21:11:45 +02:00
  • 8ac5946a95 Update of NEWS Frank Lanitz 2016-07-04 20:44:31 +02:00
  • c4630c8b3f Update of Spanish translation Frank Lanitz 2016-07-04 20:43:47 +02:00
  • 91b6304985 Fix utils_spawn_async()::child_pid annotations Colomban Wendling 2016-07-04 19:19:36 +02:00
  • eb7cc73660 Ignore generated doc/doxygen_* files Enrico Tröger 2016-07-03 11:30:30 +02:00
  • 8925ddb5d4 Ignore generated file src/geany_private.res Enrico Tröger 2016-07-03 11:22:00 +02:00
  • 296ad2488d Merge pull request #1109 from andrej-herceg/sk-po Frank Lanitz 2016-07-02 19:34:13 +02:00
  • 613bb135c0 Update of Slovak translation Andrej Herceg 2016-07-02 16:02:37 +02:00
  • acd4a92199 Windows installer: Add C runtime libraries to default installation Enrico Tröger 2016-07-02 14:46:05 +02:00
  • 6a4cb61a55 Windows installer: copyright and NSIS version update Enrico Tröger 2016-07-02 14:39:13 +02:00
  • 4a150096ca Change a proposition at German translation based upon a suggestion from i18n mailing list Frank Lanitz 2016-07-02 11:24:17 +02:00
  • 1a817910ed Update of Japanese translation Frank Lanitz 2016-07-02 11:19:03 +02:00
  • 8cda930634 Correct string in German translation to be more clear Frank Lanitz 2016-07-02 11:14:08 +02:00
  • be73ff0f5a Merge pull request #1106 from philippwiesemann/fix-po-de-fuzzy Frank Lanitz 2016-07-02 00:33:51 +02:00
  • 85f7f9344c Fix fuzzy entries in German translation Philipp Wiesemann 2016-07-01 23:07:07 +02:00
  • 52f4f73146 Update NEWS for recent i18n updates Frank Lanitz 2016-07-01 11:17:42 +02:00
  • af48d2fac7 Merge pull request #1105 from xhacker/update-zh-cn Frank Lanitz 2016-07-01 11:16:56 +02:00
  • d084c6ba41 Update zh_CN translation 柳东原 LIU Dongyuan 2016-07-01 00:53:30 -07:00
  • 87ab6052bd CSS: Add missing :last-child pseudo-class Colomban Wendling 2016-07-01 01:52:05 +02:00
  • a14a492c32 Merge pull request #1103 from giuspen/giuspen Frank Lanitz 2016-06-30 23:18:57 +02:00
  • e7a316f769 updated it.po for upcoming 1.28 Giuseppe Penone 2016-06-30 19:09:23 +01:00
  • f9ea9c4e26 Merge pull request #1093 from kugel-/api-tmtag Colomban Wendling 2016-06-29 17:45:51 +02:00
  • b1267cc82c api: Annotate element type for TMSourceFile::tags_array Colomban Wendling 2016-06-29 17:44:56 +02:00
  • 0dbe74a026 autotools: Avoid listing the same files twice Colomban Wendling 2016-06-29 16:56:26 +02:00
  • 987124d417 autotools: Fix circular dependencies in doc/ when building in srcdir Colomban Wendling 2016-06-29 16:23:38 +02:00
  • 659b277ef6 api: annotate element types in the TMWorkspace arrays Thomas Martitz 2016-06-28 16:52:46 +02:00
  • cef4751fa4 doxygen: make doxygen scan necessary tagmanager files Thomas Martitz 2016-06-27 23:01:42 +02:00