Commit Graph

  • 5e742c4385 removed unneeded member Enrico Tröger 2006-02-25 22:29:41 +00:00
  • c27e865443 fixed memory leak, load filetype extensions from a file in the configuration directory, the filetype of a document is now also stored at loading and saving session files Enrico Tröger 2006-02-25 22:27:41 +00:00
  • b1c33d8e76 removed unneeded constant GEANY_MAX_PATTERNS Enrico Tröger 2006-02-25 22:27:11 +00:00
  • e8886e1af4 made "make" build menu items sensitive for C header files Enrico Tröger 2006-02-25 22:26:43 +00:00
  • c8ca726838 hopefully fixed a crash when closing the preferences dialog and message window was hidden and shown before Enrico Tröger 2006-02-25 22:21:57 +00:00
  • 02ca65fd56 added tag support for filetypes ASM and SQL Enrico Tröger 2006-02-22 13:49:08 +00:00
  • 487ea2cac5 several changes Enrico Tröger 2006-02-22 13:48:26 +00:00
  • b3ddbe0ca4 added section for Win32 users Enrico Tröger 2006-02-22 13:47:40 +00:00
  • 9cd90fa518 moved font selection dialog from glade code to dialogs.c, added the possibility to delete an existing fifo in the case, that Geany crashed previously Enrico Tröger 2006-02-22 13:46:20 +00:00
  • 9466361c4c removed unnecessary callback functions for delete_event's, fixed bug when using color selector and no file is open, only fixed on some other actions Enrico Tröger 2006-02-22 13:43:50 +00:00
  • 77d7a8141a added utils_make_human_readable_str() Enrico Tröger 2006-02-22 13:41:50 +00:00
  • ea2de71d20 added enum for utils_make_human_readable_str() Enrico Tröger 2006-02-22 13:40:26 +00:00
  • 4abb456cb6 updated for Geany 0.5 Enrico Tröger 2006-02-22 13:39:45 +00:00
  • f01022ba2c moved font selection dialog from glade code to dialogs.c Enrico Tröger 2006-02-22 13:38:47 +00:00
  • 257b71ebd2 several improvements Enrico Tröger 2006-02-22 00:41:57 +00:00
  • 86d1c102d4 disable menu functions of the edit menu when no files are open, added the possibility to delete an existing fifo in the case, that Geany crashed previously, replaced the New toolbar button by a menu button, so it works also under Win32 Enrico Tröger 2006-02-20 22:59:42 +00:00
  • 899f660195 improved opneing files under Win32 Enrico Tröger 2006-02-20 22:57:59 +00:00
  • ac2d1e20e1 replaced the New toolbar button by a menu button, so it works also under Win32, fixed bug when using color selector and no file is open, only fixed on some other actions Enrico Tröger 2006-02-20 22:55:53 +00:00
  • ff0a0f01e0 replaced the New toolbar button by a menu button, so it works also under Win32 Enrico Tröger 2006-02-20 22:30:35 +00:00
  • 8418ccb701 all settings are now saved by pressing OK in the settings dialog, up to now it was only done at exiting Enrico Tröger 2006-02-20 15:11:38 +00:00
  • ae5261a043 fixed bug which caused always same figures under Win32, some other code cleanups and changes Enrico Tröger 2006-02-20 15:10:51 +00:00
  • 3bb81f258f added check for mkfifo(), made it also an option Enrico Tröger 2006-02-14 22:17:36 +00:00
  • ccf5ffea0c several changes Enrico Tröger 2006-02-14 22:13:01 +00:00
  • 6dd78834f2 added toggle for line numbers Enrico Tröger 2006-02-14 22:10:25 +00:00
  • 213f368c13 removed some items from the document menu to the preferences dialog, removed file save dialog from interface.c to dialogs.c, added toggle for line numbers, added command line option -p or --no-pipe to ignore a running instance of Geany and force opening a new instance Enrico Tröger 2006-02-14 22:07:55 +00:00
  • 547dfa2c8c removed some items from the document menu to the preferences dialog, removed file save dialog from interface.c to dialogs.c, added toggle for line numbers Enrico Tröger 2006-02-14 22:05:34 +00:00
  • 66e41e6b90 added a message box if lost pipe was found, FIFO code now depends on HAVE_FIFO Enrico Tröger 2006-02-14 21:58:42 +00:00
  • 2b08b018a9 improved "make uninstall" of Geany Enrico Tröger 2006-02-14 21:56:34 +00:00
  • 6a5cb95d13 do not compile win32.c anymore, added to EXTRA_DIST Enrico Tröger 2006-02-14 21:56:09 +00:00
  • 7f6c628148 FIFO stuff, smaller changes Enrico Tröger 2006-02-10 21:06:41 +00:00
  • bdd5c2573f filetype selection fix Enrico Tröger 2006-02-10 21:04:37 +00:00
  • cd89647bbb added GEANY_FIFO_NAME Enrico Tröger 2006-02-10 21:03:42 +00:00
  • 7518fd3f6a prevent Geany entering an endless loop at replacing,Geany now creates a FIFO, to communicate between different instances, fixed a memory leaks, improved the filename entry widget in the file open dialog, it handles now directories, too, rewrite of the file open dialog, now it enters a directory instead of trying to open it in Geany (closes #1421776) Enrico Tröger 2006-02-10 21:02:54 +00:00
  • d30f0b5b83 removed somed unneeded prototypes Enrico Tröger 2006-02-10 20:59:11 +00:00
  • 605b178217 replaced usage of utils_beep() Enrico Tröger 2006-02-10 20:58:08 +00:00
  • 3b35e157cf rewrite of the file open dialog, now it enters a directory instead of trying to open it in Geany (closes #1421776), improved the find and replace dialog, an existing selection is inserted, fixed focus settings Enrico Tröger 2006-02-10 20:57:09 +00:00
  • dc4a72b969 improved filename handling on saving files, improved behaviour of HOME/END keys on wrapped lines, smaller changes Enrico Tröger 2006-02-10 20:56:17 +00:00
  • e56699b6fa added new filetypes SQL, Caml and OMS, smaller changes Enrico Tröger 2006-02-10 20:53:17 +00:00
  • e16eac2ae8 added new filetypes SQL, Caml and OMS Enrico Tröger 2006-02-10 20:52:17 +00:00
  • 43c3473f95 removed file open dialog from glade code Enrico Tröger 2006-02-10 20:49:45 +00:00
  • d358ae6c5e several changes Enrico Tröger 2006-02-10 20:47:59 +00:00
  • 59f86cedf2 removed create_fileopendialog1() Enrico Tröger 2006-02-10 20:47:41 +00:00
  • a232d7e15d fixed a memory leaks Enrico Tröger 2006-02-10 20:45:25 +00:00
  • f0e0e31203 improved sci_cb_do_comment() to handle SQL, OMS and Caml comments, Enrico Tröger 2006-02-10 20:43:30 +00:00
  • 15626a7fc5 added new lexer LexOMS Enrico Tröger 2006-02-10 20:40:55 +00:00
  • b30484d832 new lexer LexOMS Enrico Tröger 2006-02-10 20:40:22 +00:00
  • 76e2ca3323 Initial import Enrico Tröger 2006-02-10 20:39:53 +00:00
  • 845902f821 replaced deprecated symbols Enrico Tröger 2006-02-08 21:09:01 +00:00
  • b1438f6623 added sci_assign_cmdkey() Enrico Tröger 2006-02-08 21:07:06 +00:00
  • 68c15de0f6 updated VERSION to 0.6 Enrico Tröger 2006-02-06 06:35:34 +00:00
  • 53991615e5 added utils_beep() Enrico Tröger 2006-02-06 06:34:32 +00:00
  • 6efc4327b0 added filetype to the status bar, improved filename handling at reloading files, added utils_beep() Enrico Tröger 2006-02-06 06:34:06 +00:00
  • 4f9aec2d51 fixed a crash when preferences are set and message window is hidden Enrico Tröger 2006-02-06 06:30:59 +00:00
  • ced5135650 applied patch from Nick Treleaven to improve multiline selection by selecting the lines in the line number margin Enrico Tröger 2006-02-06 06:29:37 +00:00
  • 40ee39aadb fixed wrong handling of the visibility of the message window, fixed a crash when opening more than 25 files from the command line (closes #1422135) Enrico Tröger 2006-02-06 06:28:31 +00:00
  • b5be72ed52 updated codename Enrico Tröger 2006-02-06 06:27:24 +00:00
  • ef55cbf3ca improved filename handling in document_open_file(), fixed a crash at reloading files Enrico Tröger 2006-02-06 06:26:53 +00:00
  • c1f240d70a added Caml lexer Enrico Tröger 2006-02-06 06:25:41 +00:00
  • 5555798e86 added some free()s for the popup menus, some smaller changes Enrico Tröger 2006-02-06 06:25:01 +00:00
  • 4dffc93c19 several changes Enrico Tröger 2006-02-01 21:00:38 +00:00
  • 4417cdb491 changed "term" to "xterm", this was a simple typo Enrico Tröger 2006-02-01 20:22:06 +00:00
  • 7a6e73cc03 applied patch from Nick Treleaven to fix memory leaks Enrico Tröger 2006-02-01 20:21:34 +00:00
  • 6f6f33c14a added encoding to the status bar, fixed a freeze with C++ files (closes #1419473) Enrico Tröger 2006-02-01 20:20:24 +00:00
  • 0de048dc15 added new wildcard {geanyversion} to have actual Geany version in filetype templates (e.g. HTML template) Enrico Tröger 2006-02-01 16:05:40 +00:00
  • c661df553d This commit was manufactured by cvs2svn to create tag 'Geany-0_5'. 0.5.0 Enrico Tröger 2006-01-27 19:11:30 +00:00
  • 23a7958f1f updated for Geany 0.5 Enrico Tröger 2006-01-27 19:11:30 +00:00
  • 37ade08346 small format changes Enrico Tröger 2006-01-27 19:09:08 +00:00
  • 6e2c511e20 (hopefully) fixed a bug with auto indention and CR/LF line endings Enrico Tröger 2006-01-26 21:33:45 +00:00
  • 9fe2718a33 set the Open File dialog directory to the same directory as the current file (thanks to Nick Treleaven for this patch) Enrico Tröger 2006-01-26 21:32:46 +00:00
  • 97099a920d several changes Enrico Tröger 2006-01-26 21:31:54 +00:00
  • 11bca606f9 *** empty log message *** Enrico Tröger 2006-01-23 17:14:12 +00:00
  • a61c633e33 several changes Enrico Tröger 2006-01-23 17:13:59 +00:00
  • f1b46ae00b added -pipe argument, finally changed the Debug options for CVS Version of Geany Enrico Tröger 2006-01-23 17:13:05 +00:00
  • 7506c4ea33 removed temporary inline code, some code beautifications Enrico Tröger 2006-01-23 17:10:01 +00:00
  • cbee7ba9f3 added tag support for "\begin" in filetype LaTeX Enrico Tröger 2006-01-23 17:06:12 +00:00
  • 62ff8ef794 fixed some bugs when opening files with non UTF-8 filenames Enrico Tröger 2006-01-23 17:05:29 +00:00
  • ac282112ba added tag support for "\begin", fixed gcc4 warnings Enrico Tröger 2006-01-23 13:41:08 +00:00
  • 1099202afb several changes Enrico Tröger 2006-01-19 22:55:25 +00:00
  • c02322ae35 improved build support for filetype LaTeX Enrico Tröger 2006-01-18 12:11:44 +00:00
  • 0b18a2bd64 fixed incorrect size of Save as dialog Enrico Tröger 2006-01-17 17:41:29 +00:00
  • 384f43d811 fixed new auto indention, fixed also an older bug when typing } on the last line Enrico Tröger 2006-01-17 17:38:44 +00:00
  • 864ce050c5 improved auto indention, now "for (...) {" works, too Enrico Tröger 2006-01-16 18:28:50 +00:00
  • cde7419e5b several changes Enrico Tröger 2006-01-16 18:28:13 +00:00
  • b5c630afe3 heavily improved Enrico Tröger 2006-01-16 17:47:11 +00:00
  • 43388b2a63 added category class to the symbol list Enrico Tröger 2006-01-16 17:46:28 +00:00
  • 0d200827e0 added category class to the symbol list, changed category names for filetype DocBook and LaTeX Enrico Tröger 2006-01-16 17:46:14 +00:00
  • d5f4bc8130 set $prefix to default if no prefix was given Enrico Tröger 2006-01-16 17:00:39 +00:00
  • 85f663e0b9 added GenericName[de] Enrico Tröger 2006-01-16 16:59:46 +00:00
  • 45c8bed2c6 updated Scintilla to version 1.67 Enrico Tröger 2006-01-16 15:10:45 +00:00
  • 18b1d12497 added geany.desktop Enrico Tröger 2006-01-15 18:45:32 +00:00
  • 51b789b1c0 deleted Enrico Tröger 2006-01-15 18:45:16 +00:00
  • 97a3f2e7a0 replaced geany.desktop by geany.desktop.in, some changes to the desktop file like absolut icon path Enrico Tröger 2006-01-15 18:44:38 +00:00
  • b4bb667f68 several changes Enrico Tröger 2006-01-14 22:43:34 +00:00
  • 3da8d929c3 removed unneeded utils_get_new_sci_number(), some bugfixes Enrico Tröger 2006-01-14 22:42:44 +00:00
  • aaa001b2fd added popup menu to symbol list, added "Hide" and "Hide sidebar" to sidebar popups Enrico Tröger 2006-01-14 22:41:35 +00:00
  • 1e51d5272b several bugfixes Enrico Tröger 2006-01-14 22:40:05 +00:00
  • bf6fc83ac7 removed unneeded utils_get_new_sci_number() and scid from document struct, added has_tags to document struct Enrico Tröger 2006-01-14 22:38:56 +00:00
  • ea5abc4cfa some bugfixes, moved some code from main() in main_init() Enrico Tröger 2006-01-14 22:38:06 +00:00
  • 729af7ee8c added popup menu to symbol list, added "Hide" and "Hide sidebar" to sidebar popups, other bugfixes Enrico Tröger 2006-01-14 22:36:57 +00:00
  • da3fe9836f added .C as extension for filetype C++ Enrico Tröger 2006-01-13 16:35:22 +00:00