- 29 Nov, 2001 1 commit
-
-
Andy Piper authored
* tagmanager/tm_workspace.c, src/project_dbase.c: critical crash bug fix from Biswa. * FUTURE: added Anjuta/gIDE merger information to provide details on future direction and status of 1.x stuff * NEWS: prepared for release * po/de.po: update from Jens Georg <mail@jensgeorg>
-
- 28 Nov, 2001 1 commit
-
-
Andy Piper authored
-
- 26 Nov, 2001 1 commit
-
-
Naba Kumar authored
* global-tags/Makefile.am global-tags/create_global_tags.sh global-tags/tm_global_tags.c scintilla/LexCPP.cxx scintilla/include/SciLexer.h src/aneditor.cxx src/project_dbase.c tagmanager/Makefile.am tagmanager/include/Makefile.am tagmanager/include/tm_project.h tagmanager/include/tm_tag.h tagmanager/include/tm_tagmanager.h tagmanager/tm_project.c tagmanager/tm_source_file.c tagmanager/tm_tag.c tagmanager/tm_workspace.c: Includes the syntax highliting patch to scintilla). and more stable code. *tagmanager/include/tm_symbol.h: New file. *tagmanager/tm_symbol.c: New file. Add symbol tree building functionality at project level Patch from: Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
-
- 22 Nov, 2001 2 commits
-
-
Naba Kumar authored
* pixmaps/file_cpp.xpm, pixmaps/file_html.xpm, pixmaps/file_icon.xpm, pixmaps/file_c.xpm, pixmaps/file_h.xpm, pixmaps/file_pix.xpm, pixmaps/file_file.xpm, pixmaps/file_i18n.xpm : New and improved pixmaps from Misha <misha@phreaker.net> Thanks to him.
-
Naba Kumar authored
* Big patch submitted by Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>. Many thanks to him. * src/Makefile.am, src/aneditor.cxx src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h, src/text_editor.c, src/text_editor.h: Use of tagmanager lib for advanced calltips. * global-tags/*: Created new directory and added files to generate system.tags. * tagmanager/*: Created new directory and added tagmanager lib files. * configure.in, acconfig.h, Makefile.am: Modified to reflect the above additions. * data/Makefile.am: Modified to accomodate generated system.tags file.
-
- 07 Nov, 2001 3 commits
-
-
Andy Piper authored
* scintilla/: updated to 1.41 * src/Makefile.am: added Ada and Bullant lexers from Scintilla * src/about.c: updated list of authors * src/aneditor.cxx: tidied to remove unused SciTE debug calls * HACKING: updated to cover Scintilla usage * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new translation
-
Naba Kumar authored
* src/aneditor.cxx: Fixed compilation errors with it. by add include to gtk+ headers and typedefining a mysteriously vanished class Colour.
-
Naba Kumar authored
* configure.in: Added pt_BR in the languages.
-
- 01 Nov, 2001 1 commit
-
-
Andy Piper authored
* src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake * THANKS: updated * manuals/C/anjuta-manual/*: new format to match the rest of the GNOME docs chapter layout. Added the many new contributors. Moved Authors and License information into new chapters of their own - should make expansion easier too * src/compiler_options.c: changed the profiler option to -pg to work with GNU tools (gprof) * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages and text labels
-
- 29 Oct, 2001 2 commits
-
-
Naba Kumar authored
-
Naba Kumar authored
* src/compiler_options.h, compiler_options.c, compiler_options_cbs.c compiler_options_gui.c: Added a new entry for linker flags and renamed c_options to c_flags and l_options to l_libs. Also, added a new function: compiler_options_set_prjlflags_in_file(); * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
-
- 26 Oct, 2001 4 commits
-
-
Andy Piper authored
src/main_menubar.c: patch from Rikul to fix the problem with menu accelerators not being loaded
-
Naba Kumar authored
* pixmap/anjuta_logo.png: Reduced the size of the logo. * pixmap/anjuta_splash.png, pixmaps/Makefile.am: Added new file (earlier logo with border). * src/about.c: Added all contributors names and emails and used macro definition for logo pixmap file. * src/pixmaps.h: Added entry for anjuta splash screen.
-
Naba Kumar authored
* AUTHORS: Updated
-
Naba Kumar authored
* THANKS: Added all contributors and translators names and emails.
-
- 24 Oct, 2001 2 commits
-
-
Andy Piper authored
to new PNG version (thanks to Misha) and removed the old pixmap.
-
Kwok-Koon Cheung authored
Updated traditional Chinese translation from Joe Man; Fixed a few entries of de.po and nl.po
-
- 23 Oct, 2001 1 commit
-
-
Naba Kumar authored
lidn.sourceforge.net
-
- 20 Oct, 2001 1 commit
-
-
Kwok-Koon Cheung authored
-
- 19 Oct, 2001 1 commit
-
-
Naba Kumar authored
-
- 18 Oct, 2001 1 commit
-
-
Naba Kumar authored
* Applied patch from Rickul * Applied patch from Luca
-
- 17 Oct, 2001 3 commits
-
-
Stéphane Démurget authored
-
Naba Kumar authored
* src/Makefile.am: Added StyleContex.o module directly with the lexers. As a quick fix.
-
Naba Kumar authored
* anjuta.c: Fixed luca's typo. * resources.c, resources.h: Changed gchar* return to void, to avoid a compiler warning. * scintilla/Makefile.am: Reorganized file entries.
-
- 16 Oct, 2001 1 commit
-
-
Naba Kumar authored
* Upgraded scintilla to 1.4 version. * Added 6 files: LexCrontab.cxx LexEiffel.cxx LexRuby.cxx LexLisp.cxx StyleContext.cxx StyleContext.h * src/Makefile.am: Added 4 lexers and separated lexer objects from the main link variable. ----------------------------------------------------------------------
-
- 14 Oct, 2001 2 commits
-
-
Stéphane Démurget authored
Fixed some plugins scanning stuffs
-
Andy Piper authored
* added skeleton plugin functionality (lbell <lbell@tsc4.com>). This is not documented yet; plugins to come later. * src/find*.c: find dialogs now persistent (Rick <rikul@bellsouth.net>) * widgets/gnomefilelist.c: fixed multiple file open issue (Rick <rikul@bellsouth.net>) * changes to recent file and project lists handling (lbell <lbell@tsc4.com>) * more minor UI updates (me)
-
- 11 Oct, 2001 1 commit
-
-
Andy Piper authored
* src/Makefile.am: removed warnings for traditional C syntax * pixmaps: added new icons for mini_locals, mini_cvs and the splash screen - thanks to Misha <misha@phreaker.net>
-
- 10 Oct, 2001 1 commit
-
-
Andy Piper authored
* src/toolbar.c: fix typo in tooltip text * ccview/cccmd.cc: alter Func to Function in menu text
-
- 09 Oct, 2001 1 commit
-
-
Andy Piper authored
* src/find_text.c: applied patch from rikul <null@acm.org> to fix minor issue with find dialog reporting an error when Scintilla finds text * applied patch from Denis Boehme <boehme at syncio dot de> to support DOS files (i.e. CR/LF translation)
-
- 03 Oct, 2001 1 commit
-
-
Andy Piper authored
* src/notebook.c: applied patch from rikul <null@acm.org> to fix bug #452436 * data/internal.properties: default fold style now set to 3 :-) * applied patch from rikul <null@acm.org> to turn notebook tab headings red when file has been edited.
-
- 02 Oct, 2001 1 commit
-
-
Kjartan Maraas authored
2001-10-02 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added "no" to ALL_LINGUAS.
-
- 29 Sep, 2001 2 commits
-
-
Naba Kumar authored
* data/internal.properties: Removed the redundent command for gnome-terminal.
-
Naba Kumar authored
* Patch from lbell <lbell@tsc4.com> src/controls.c src/debugger.c src/main_menubar.c src/main_menubar.h src/main_menubar_def.h src/mainmenu_callbacks.c src/mainmenu_callbacks.h src/project_dbase.c src/project_dbase.h Implemented a check menu item to handle the 'show locals' flag for the current project.
-
- 23 Sep, 2001 1 commit
-
-
Fatih Demir authored
-
- 21 Sep, 2001 5 commits
-
-
Stéphane Démurget authored
-
Andy Piper authored
-
Naba Kumar authored
* src/message.c: one extra button for message win is being created -- Fixed. The frame should be hidden and not only the pix_lab when that message pane is hidden (aBts[nIndex].bVisible == FALSE) -- Fixed. * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: For the time being it is same as mini_cvs.xpm.
-
Naba Kumar authored
* src/find_repace.c: Fixed the vanishing find/replace dialog box. Patch from rikul <null@acm.org> * CORBA-Server.c, debugger.c, debugger.h, glades.c, glades.h, messages.c, messages.h, pixmaps.h, project_dbase.c, project_dbase.h, session.c, session.h, watch_cbs.c, watch_cbs.h, watch_gui.c: inserted 'add to watch' option in inspect window, so you can add easily a variable in watch window . Added a new message pane for the gdb local variables inspection. Changed the code in messages.c to better account for future new panes insertion. Defined a new pixmap for the new tab button in pixmaps.h (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the install script. Changed the debugger module to have a single function for asking to gdb to send program info. The idea is to ask the debugger about only the info needed to open windows( watch, registers, etc ) to speedup the step command. I plan to ask informations to the debugger based on the user interface status. The request for local variables is enabled by default, but the projectDBase has a variable to control it, to allow disabling that feature, there is also the code to save and to reload the state. If you want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE in project_dbase.c This big patch is from: lbell <lbell@tsc4.com>
-
Naba Kumar authored
* src/find_repace.c: Fixed the vanishing find/replace dialog box. Patch from rikul <null@acm.org>
-