Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/shiki/shiki/shiki.c

Log of /shiki/shiki/shiki.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 09:59:14 2007 UTC (17 years, 1 month ago) by aloha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.66: +5 -7 lines
Diff to previous 1.66 , to selected 1.4
buffer name uniformization even if same filename (ex. "filename", "filename<1>", "filename<2>", ...), and fixed double remove bugs in Shiki_delete_buffer() (but not complete ...)


Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 09:48:01 2007 UTC (17 years, 2 months ago) by aloha
Branch: MAIN
Changes since 1.65: +9 -14 lines
Diff to previous 1.65 , to selected 1.4
response Gauche 0.8.8 (so require gauche and gauche-dev >= 0.8.8)


Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 28 05:04:45 2006 UTC (17 years, 3 months ago) by aloha
Branch: MAIN
Changes since 1.64: +59 -23 lines
Diff to previous 1.64 , to selected 1.4
impl load-(file | buffer) related funtion (but currently very buggy ... for exam, SEGV while using load-file and then select other tab. It's not known exactly why...)


Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 3 15:21:04 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.63: +10 -7 lines
Diff to previous 1.63 , to selected 1.4
add and refactoring Undo/Redo (but currently buggy yet...)


Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 2 14:23:20 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.62: +89 -256 lines
Diff to previous 1.62 , to selected 1.4
add search-buffer/replace-buffer (interactive/all)


Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 14:45:49 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.61: +7 -33 lines
Diff to previous 1.61 , to selected 1.4
add undo API


Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 14:58:27 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.60: +4 -21 lines
Diff to previous 1.60 , to selected 1.4
add customization feature of modeline (and add related some API)


Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 05:08:46 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.59: +6 -67 lines
Diff to previous 1.59 , to selected 1.4
add some API


Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 04:37:23 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.58: +17 -151 lines
Diff to previous 1.58 , to selected 1.4
bug fix (C-x C-s) and add no-or-yes-p API


Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 16:29:22 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.57: +29 -48 lines
Diff to previous 1.57 , to selected 1.4
some warning fixed (for MinGW gcc) and add some API


Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 12:01:50 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.56: +23 -93 lines
Diff to previous 1.56 , to selected 1.4
add some xyzzy lisp API


Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 15:34:16 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 , to selected 1.4
add 8 xyzzy lisp API


Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 00:41:57 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.54: +32 -7 lines
Diff to previous 1.54 , to selected 1.4
add (selected-buffer) xyzzy lisp API


Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 19:31:04 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.53: +15 -75 lines
Diff to previous 1.53 , to selected 1.4
separate file


Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 13:48:18 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.52: +5 -34 lines
Diff to previous 1.52 , to selected 1.4
to use genstub for create C function program of Scheme builtin function


Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 16:58:36 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.51: +29 -3 lines
Diff to previous 1.51 , to selected 1.4
add xyzzy API (buffer-substring start end)


Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 15:18:28 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.50: +42 -20 lines
Diff to previous 1.50 , to selected 1.4
add (clear-current-buffer) API


Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 05:27:13 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.49: +22 -15 lines
Diff to previous 1.49 , to selected 1.4
fixed buf (for open_file()) and memory leak (SCM_MAKE_STR() -> SCM_MAKE_STR_COPYING() + g_free())


Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 05:23:29 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.48: +36 -36 lines
Diff to previous 1.48 , to selected 1.4
use gauche.charconv for ces guess when open file (but, at least currently, ... maybe wrong)


Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 01:28:00 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.47: +25 -5 lines
Diff to previous 1.47 , to selected 1.4
add toggled (check) button handler


Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 13:12:47 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.46: +46 -3 lines
Diff to previous 1.46 , to selected 1.4
impl HARIBOTE replace dialog


Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 07:48:54 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.45: +45 -5 lines
Diff to previous 1.45 , to selected 1.4
impl HARIBOTE search buffer dialog


Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 05:32:43 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.44: +21 -21 lines
Diff to previous 1.44 , to selected 1.4
refactoring (use GTK_STOCK_* predefined macros for gtk_image_new_from_stock())


Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 13:05:50 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.43: +6 -3 lines
Diff to previous 1.43 , to selected 1.4
fixed memory leak


Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 12:44:21 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.42: +14 -43 lines
Diff to previous 1.42 , to selected 1.4
refactoring Really Quit ? Dialog


Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 12:11:25 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.41: +6 -5 lines
Diff to previous 1.41 , to selected 1.4
use gtk_message_dialog for dummy_handler


Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 11:25:04 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.40: +3 -2 lines
Diff to previous 1.40 , to selected 1.4
add gtk_text_view_set_wrap_mode(..., GTK_WRAP_WORD);


Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 10:29:42 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.39: +8 -4 lines
Diff to previous 1.39 , to selected 1.4
misc change (related tab title)


Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 10:18:37 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.38: +37 -20 lines
Diff to previous 1.38 , to selected 1.4
modified modeline (to more xyzzy like)


Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 19:28:55 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.37: +20 -16 lines
Diff to previous 1.37 , to selected 1.4
add various icon and refactoring icon location


Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 19:16:11 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.36: +41 -7 lines
Diff to previous 1.36 , to selected 1.4
add highlighting button


Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 16:01:20 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.35: +50 -59 lines
Diff to previous 1.35 , to selected 1.4
refactoring


Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 13:11:33 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.34: +119 -6 lines
Diff to previous 1.34 , to selected 1.4
add scheme r5rs keyword highlighting


Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 13:04:08 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.33: +16 -13 lines
Diff to previous 1.33 , to selected 1.4
add independent scheme environment for each tabpage buffer


Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 16:15:34 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.32: +65 -44 lines
Diff to previous 1.32 , to selected 1.4
bug fix and add undo icon


Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 08:52:02 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.31: +202 -126 lines
Diff to previous 1.31 , to selected 1.4
add single-level undo/redo (undo-undo)


Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 17:13:15 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.30: +23 -4 lines
Diff to previous 1.30 , to selected 1.4
add cut & paste (C-w/C-y)


Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 16:18:20 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.29: +96 -62 lines
Diff to previous 1.29 , to selected 1.4
add C-M-@ and C-M-SPC (mark-(last-)sexp)


Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 03:08:03 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.28: +56 -8 lines
Diff to previous 1.28 , to selected 1.4
add C-e (eval-expression)


Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 16:59:14 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.27: +8 -1 lines
Diff to previous 1.27 , to selected 1.4
add C-h (backspace)


Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 11:42:50 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.26: +53 -92 lines
Diff to previous 1.26 , to selected 1.4
refactoring (combine or eliminate some obsolete functions or event handlers)


Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 03:27:35 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.25: +24 -22 lines
Diff to previous 1.25 , to selected 1.4
refactoring : notebook -> singleton Shiki_EDITOR_NOTEBOOK


Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 17:49:40 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.24: +63 -31 lines
Diff to previous 1.24 , to selected 1.4
refactoring some comments for functions,handlers, singleton objects, and so on.


Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 17:26:57 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.23: +27 -33 lines
Diff to previous 1.23 , to selected 1.4
refactoring append_tabpage() (thanks tkng-san)


Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 16:52:56 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.22: +49 -40 lines
Diff to previous 1.22 , to selected 1.4
fixed memory leak in function remove_tabpage() (and add contributer tkng-san)


Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 05:37:07 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.21: +51 -4 lines
Diff to previous 1.21 , to selected 1.4
add online help


Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 04:48:40 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.20: +22 -11 lines
Diff to previous 1.20 , to selected 1.4
add open multifile feature on start-up time via command line option

ex) $ ./shiki foo.txt bar.scm hoge.c ....


Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 12:46:34 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.19: +17 -8 lines
Diff to previous 1.19 , to selected 1.4
fixed bug (to not be able to delete a last tab) and fixed warning (managed delete event handler for tab in decent way)


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 09:38:40 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 , to selected 1.4
almost (known page switch refactoring-related) bug fixed


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 07:21:49 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.17: +27 -24 lines
Diff to previous 1.17 , to selected 1.4
bug fixed (page switch related), and change page-add style prepend to append (again)


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 16:27:27 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.16: +126 -76 lines
Diff to previous 1.16 , to selected 1.4
big refectoring of data structure (for page switch related) maybe some enbug ...


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 08:52:57 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.15: +107 -87 lines
Diff to previous 1.15 , to selected 1.4
refactoring


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 07:28:54 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.14: +21 -6 lines
Diff to previous 1.14 , to selected 1.4
add clear_current_buffer


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 05:03:37 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.13: +53 -7 lines
Diff to previous 1.13 , to selected 1.4
add load_scheme_file, load_current_buffer


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 04:05:06 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.12: +34 -3 lines
Diff to previous 1.12 , to selected 1.4
add gchar *load_cstring_by_gauche(gchar *);


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 14:18:28 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.11: +27 -5 lines
Diff to previous 1.11 , to selected 1.4
add font selection dialog


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 13:58:24 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.10: +24 -4 lines
Diff to previous 1.10 , to selected 1.4
add about dialog


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 16:32:55 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.9: +32 -8 lines
Diff to previous 1.9 , to selected 1.4
add modeline roughly (buffer modified or not , filename, line number. Emacs like major mode indication is dummy yet.)


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 08:47:03 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 , to selected 1.4
add more emacs like feature such as minibuf (but HARIBOTE ... currentry)


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 08:21:21 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.7: +34 -14 lines
Diff to previous 1.7 , to selected 1.4
add status bar for emacs like keybindings, and mnemonic for quit button


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 4 05:56:31 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.6: +65 -94 lines
Diff to previous 1.6 , to selected 1.4
key press event handler and so on ... refectoring. More detail : add current_* static global variable for efficiency (cache).


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 18:54:30 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.5: +87 -89 lines
Diff to previous 1.5 , to selected 1.4
emacs のキーバインドがちゃんと動くようにした


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 08:02:51 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.4: +87 -76 lines
Diff to previous 1.4
emacs like keybind support (C-x C-s, C-w, C-q ...) But default emacs keybindings is unable to work currently (Because, I guess,  key press event such as C-x or C-a or C-s dispossessed by Window Manager or Gtk default input handler or something).


Revision 1.4 - (view) (download) (as text) (annotate) - [selected]
Fri Nov 3 06:47:02 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.3: +65 -68 lines
Diff to previous 1.3
refactoring signal_key_press_handler


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 16:28:52 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.2: +64 -11 lines
Diff to previous 1.2 , to selected 1.4
Ctrl + n, p, f, b (next line, prev line, forward, backward)


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 15:47:16 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Changes since 1.1: +19 -6 lines
Diff to previous 1.1 , to selected 1.4
add tooltips


Revision 1.1.1.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Thu Nov 2 12:07:44 2006 UTC (17 years, 5 months ago) by aloha
Branch: aloha
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.67 , to selected 1.4


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 12:07:44 2006 UTC (17 years, 5 months ago) by aloha
Branch: MAIN
Branch point for: aloha
Diff to selected 1.4
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26