├── LICENSE ├── Makefile ├── README.org ├── docs └── images │ ├── calle-24-image-load-path.png │ ├── calle24-edebug.png │ ├── calle24-sfsymbols.png │ └── default-yellow.png ├── images ├── attach.xpm ├── attach_dark.xpm ├── back-arrow.xpm ├── back-arrow_dark.xpm ├── bookmark.xpm ├── bookmark_add.xpm ├── bookmark_add_dark.xpm ├── bookmark_dark.xpm ├── cancel.xpm ├── cancel_dark.xpm ├── checked.xpm ├── checked_dark.xpm ├── close.xpm ├── close_dark.xpm ├── connect-to-url.xpm ├── connect-to-url_dark.xpm ├── connect.xpm ├── connect_dark.xpm ├── contact.xpm ├── contact_dark.xpm ├── copy.xpm ├── copy_dark.xpm ├── cut.xpm ├── cut_dark.xpm ├── delete.xpm ├── delete_dark.xpm ├── diropen.xpm ├── diropen_dark.xpm ├── edebug │ ├── abort-recursive-edit.xpm │ ├── abort-recursive-edit_dark.xpm │ ├── bounce-point.xpm │ ├── bounce-point_dark.xpm │ ├── conditional-breakpoint.xpm │ ├── conditional-breakpoint_dark.xpm │ ├── continue-mode.xpm │ ├── continue-mode_dark.xpm │ ├── delete-eval-item.xpm │ ├── delete-eval-item_dark.xpm │ ├── eval-defun.xpm │ ├── eval-defun_dark.xpm │ ├── eval-expression.xpm │ ├── eval-expression_dark.xpm │ ├── eval-last-sexp.xpm │ ├── eval-last-sexp_dark.xpm │ ├── eval-print-last-sexp.xpm │ ├── eval-print-last-sexp_dark.xpm │ ├── forward-sexp.xpm │ ├── forward-sexp_dark.xpm │ ├── go-mode.xpm │ ├── go-mode_dark.xpm │ ├── go-nonstop-mode.xpm │ ├── go-nonstop-mode_dark.xpm │ ├── goto-here.xpm │ ├── goto-here_dark.xpm │ ├── next-breakpoint.xpm │ ├── next-breakpoint_dark.xpm │ ├── next-mode.xpm │ ├── next-mode_dark.xpm │ ├── pop-to-backtrace.xpm │ ├── pop-to-backtrace_dark.xpm │ ├── previous-result.xpm │ ├── previous-result_dark.xpm │ ├── set-breakpoint.xpm │ ├── set-breakpoint_dark.xpm │ ├── set-mode.xpm │ ├── set-mode_dark.xpm │ ├── step-in.xpm │ ├── step-in_dark.xpm │ ├── step-mode.xpm │ ├── step-mode_dark.xpm │ ├── step-out.xpm │ ├── step-out_dark.xpm │ ├── stop.xpm │ ├── stop_dark.xpm │ ├── top-level-nonstop.xpm │ ├── top-level-nonstop_dark.xpm │ ├── top-level.xpm │ ├── top-level_dark.xpm │ ├── trace-mode.xpm │ ├── trace-mode_dark.xpm │ ├── unset-all-breakpoints.xpm │ ├── unset-all-breakpoints_dark.xpm │ ├── unset-breakpoint.xpm │ ├── unset-breakpoint_dark.xpm │ ├── update-eval-list.xpm │ ├── update-eval-list_dark.xpm │ ├── view-outside.xpm │ ├── view-outside_dark.xpm │ ├── visit-eval-list.xpm │ ├── visit-eval-list_dark.xpm │ ├── where.xpm │ └── where_dark.xpm ├── exit.xpm ├── exit_dark.xpm ├── fwd-arrow.xpm ├── fwd-arrow_dark.xpm ├── help.xpm ├── help_dark.xpm ├── hide.xpm ├── hide_dark.xpm ├── home.xpm ├── home_dark.xpm ├── index.xpm ├── index_dark.xpm ├── info.xpm ├── info_dark.xpm ├── jump-to.xpm ├── jump-to_dark.xpm ├── last-page.xpm ├── last-page_dark.xpm ├── left-arrow.xpm ├── left-arrow_dark.xpm ├── lock-broken.xpm ├── lock-broken_dark.xpm ├── lock-ok.xpm ├── lock-ok_dark.xpm ├── lock-open.xpm ├── lock-open_dark.xpm ├── lock.xpm ├── lock_dark.xpm ├── new.xpm ├── new_dark.xpm ├── next-node.xpm ├── next-node_dark.xpm ├── next-page.xpm ├── next-page_dark.xpm ├── open.xpm ├── open_dark.xpm ├── paste.xpm ├── paste_dark.xpm ├── preferences.xpm ├── preferences_dark.xpm ├── prev-node.xpm ├── prev-node_dark.xpm ├── prev-page.xpm ├── prev-page_dark.xpm ├── print.xpm ├── print_dark.xpm ├── redo.xpm ├── redo_dark.xpm ├── refresh.xpm ├── refresh_dark.xpm ├── right-arrow.xpm ├── right-arrow_dark.xpm ├── save.xpm ├── save_dark.xpm ├── saveas.xpm ├── saveas_dark.xpm ├── search-replace.xpm ├── search-replace_dark.xpm ├── search.xpm ├── search2.xpm ├── search2_dark.xpm ├── search_dark.xpm ├── share.xpm ├── share_dark.xpm ├── show.xpm ├── show_dark.xpm ├── unchecked.xpm ├── unchecked_dark.xpm ├── undo.xpm ├── undo_dark.xpm ├── up-arrow.xpm ├── up-arrow_dark.xpm ├── up-node.xpm ├── up-node_dark.xpm ├── zoom-in.xpm ├── zoom-in_dark.xpm ├── zoom-out.xpm └── zoom-out_dark.xpm ├── lisp ├── calle24-edebug.el └── calle24.el └── scripts ├── getappearance.swift └── read-version.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/Makefile -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/README.org -------------------------------------------------------------------------------- /docs/images/calle-24-image-load-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/docs/images/calle-24-image-load-path.png -------------------------------------------------------------------------------- /docs/images/calle24-edebug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/docs/images/calle24-edebug.png -------------------------------------------------------------------------------- /docs/images/calle24-sfsymbols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/docs/images/calle24-sfsymbols.png -------------------------------------------------------------------------------- /docs/images/default-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/docs/images/default-yellow.png -------------------------------------------------------------------------------- /images/attach.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/attach.xpm -------------------------------------------------------------------------------- /images/attach_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/attach_dark.xpm -------------------------------------------------------------------------------- /images/back-arrow.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/back-arrow.xpm -------------------------------------------------------------------------------- /images/back-arrow_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/back-arrow_dark.xpm -------------------------------------------------------------------------------- /images/bookmark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/bookmark.xpm -------------------------------------------------------------------------------- /images/bookmark_add.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/bookmark_add.xpm -------------------------------------------------------------------------------- /images/bookmark_add_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/bookmark_add_dark.xpm -------------------------------------------------------------------------------- /images/bookmark_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/bookmark_dark.xpm -------------------------------------------------------------------------------- /images/cancel.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/cancel.xpm -------------------------------------------------------------------------------- /images/cancel_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/cancel_dark.xpm -------------------------------------------------------------------------------- /images/checked.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/checked.xpm -------------------------------------------------------------------------------- /images/checked_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/checked_dark.xpm -------------------------------------------------------------------------------- /images/close.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/close.xpm -------------------------------------------------------------------------------- /images/close_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/close_dark.xpm -------------------------------------------------------------------------------- /images/connect-to-url.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/connect-to-url.xpm -------------------------------------------------------------------------------- /images/connect-to-url_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/connect-to-url_dark.xpm -------------------------------------------------------------------------------- /images/connect.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/connect.xpm -------------------------------------------------------------------------------- /images/connect_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/connect_dark.xpm -------------------------------------------------------------------------------- /images/contact.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/contact.xpm -------------------------------------------------------------------------------- /images/contact_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/contact_dark.xpm -------------------------------------------------------------------------------- /images/copy.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/copy.xpm -------------------------------------------------------------------------------- /images/copy_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/copy_dark.xpm -------------------------------------------------------------------------------- /images/cut.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/cut.xpm -------------------------------------------------------------------------------- /images/cut_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/cut_dark.xpm -------------------------------------------------------------------------------- /images/delete.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/delete.xpm -------------------------------------------------------------------------------- /images/delete_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/delete_dark.xpm -------------------------------------------------------------------------------- /images/diropen.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/diropen.xpm -------------------------------------------------------------------------------- /images/diropen_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/diropen_dark.xpm -------------------------------------------------------------------------------- /images/edebug/abort-recursive-edit.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/abort-recursive-edit.xpm -------------------------------------------------------------------------------- /images/edebug/abort-recursive-edit_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/abort-recursive-edit_dark.xpm -------------------------------------------------------------------------------- /images/edebug/bounce-point.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/bounce-point.xpm -------------------------------------------------------------------------------- /images/edebug/bounce-point_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/bounce-point_dark.xpm -------------------------------------------------------------------------------- /images/edebug/conditional-breakpoint.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/conditional-breakpoint.xpm -------------------------------------------------------------------------------- /images/edebug/conditional-breakpoint_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/conditional-breakpoint_dark.xpm -------------------------------------------------------------------------------- /images/edebug/continue-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/continue-mode.xpm -------------------------------------------------------------------------------- /images/edebug/continue-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/continue-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/delete-eval-item.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/delete-eval-item.xpm -------------------------------------------------------------------------------- /images/edebug/delete-eval-item_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/delete-eval-item_dark.xpm -------------------------------------------------------------------------------- /images/edebug/eval-defun.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-defun.xpm -------------------------------------------------------------------------------- /images/edebug/eval-defun_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-defun_dark.xpm -------------------------------------------------------------------------------- /images/edebug/eval-expression.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-expression.xpm -------------------------------------------------------------------------------- /images/edebug/eval-expression_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-expression_dark.xpm -------------------------------------------------------------------------------- /images/edebug/eval-last-sexp.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-last-sexp.xpm -------------------------------------------------------------------------------- /images/edebug/eval-last-sexp_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-last-sexp_dark.xpm -------------------------------------------------------------------------------- /images/edebug/eval-print-last-sexp.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-print-last-sexp.xpm -------------------------------------------------------------------------------- /images/edebug/eval-print-last-sexp_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/eval-print-last-sexp_dark.xpm -------------------------------------------------------------------------------- /images/edebug/forward-sexp.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/forward-sexp.xpm -------------------------------------------------------------------------------- /images/edebug/forward-sexp_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/forward-sexp_dark.xpm -------------------------------------------------------------------------------- /images/edebug/go-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/go-mode.xpm -------------------------------------------------------------------------------- /images/edebug/go-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/go-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/go-nonstop-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/go-nonstop-mode.xpm -------------------------------------------------------------------------------- /images/edebug/go-nonstop-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/go-nonstop-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/goto-here.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/goto-here.xpm -------------------------------------------------------------------------------- /images/edebug/goto-here_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/goto-here_dark.xpm -------------------------------------------------------------------------------- /images/edebug/next-breakpoint.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/next-breakpoint.xpm -------------------------------------------------------------------------------- /images/edebug/next-breakpoint_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/next-breakpoint_dark.xpm -------------------------------------------------------------------------------- /images/edebug/next-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/next-mode.xpm -------------------------------------------------------------------------------- /images/edebug/next-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/next-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/pop-to-backtrace.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/pop-to-backtrace.xpm -------------------------------------------------------------------------------- /images/edebug/pop-to-backtrace_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/pop-to-backtrace_dark.xpm -------------------------------------------------------------------------------- /images/edebug/previous-result.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/previous-result.xpm -------------------------------------------------------------------------------- /images/edebug/previous-result_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/previous-result_dark.xpm -------------------------------------------------------------------------------- /images/edebug/set-breakpoint.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/set-breakpoint.xpm -------------------------------------------------------------------------------- /images/edebug/set-breakpoint_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/set-breakpoint_dark.xpm -------------------------------------------------------------------------------- /images/edebug/set-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/set-mode.xpm -------------------------------------------------------------------------------- /images/edebug/set-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/set-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/step-in.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-in.xpm -------------------------------------------------------------------------------- /images/edebug/step-in_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-in_dark.xpm -------------------------------------------------------------------------------- /images/edebug/step-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-mode.xpm -------------------------------------------------------------------------------- /images/edebug/step-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/step-out.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-out.xpm -------------------------------------------------------------------------------- /images/edebug/step-out_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/step-out_dark.xpm -------------------------------------------------------------------------------- /images/edebug/stop.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/stop.xpm -------------------------------------------------------------------------------- /images/edebug/stop_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/stop_dark.xpm -------------------------------------------------------------------------------- /images/edebug/top-level-nonstop.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/top-level-nonstop.xpm -------------------------------------------------------------------------------- /images/edebug/top-level-nonstop_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/top-level-nonstop_dark.xpm -------------------------------------------------------------------------------- /images/edebug/top-level.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/top-level.xpm -------------------------------------------------------------------------------- /images/edebug/top-level_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/top-level_dark.xpm -------------------------------------------------------------------------------- /images/edebug/trace-mode.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/trace-mode.xpm -------------------------------------------------------------------------------- /images/edebug/trace-mode_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/trace-mode_dark.xpm -------------------------------------------------------------------------------- /images/edebug/unset-all-breakpoints.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/unset-all-breakpoints.xpm -------------------------------------------------------------------------------- /images/edebug/unset-all-breakpoints_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/unset-all-breakpoints_dark.xpm -------------------------------------------------------------------------------- /images/edebug/unset-breakpoint.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/unset-breakpoint.xpm -------------------------------------------------------------------------------- /images/edebug/unset-breakpoint_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/unset-breakpoint_dark.xpm -------------------------------------------------------------------------------- /images/edebug/update-eval-list.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/update-eval-list.xpm -------------------------------------------------------------------------------- /images/edebug/update-eval-list_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/update-eval-list_dark.xpm -------------------------------------------------------------------------------- /images/edebug/view-outside.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/view-outside.xpm -------------------------------------------------------------------------------- /images/edebug/view-outside_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/view-outside_dark.xpm -------------------------------------------------------------------------------- /images/edebug/visit-eval-list.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/visit-eval-list.xpm -------------------------------------------------------------------------------- /images/edebug/visit-eval-list_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/visit-eval-list_dark.xpm -------------------------------------------------------------------------------- /images/edebug/where.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/where.xpm -------------------------------------------------------------------------------- /images/edebug/where_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/edebug/where_dark.xpm -------------------------------------------------------------------------------- /images/exit.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/exit.xpm -------------------------------------------------------------------------------- /images/exit_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/exit_dark.xpm -------------------------------------------------------------------------------- /images/fwd-arrow.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/fwd-arrow.xpm -------------------------------------------------------------------------------- /images/fwd-arrow_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/fwd-arrow_dark.xpm -------------------------------------------------------------------------------- /images/help.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/help.xpm -------------------------------------------------------------------------------- /images/help_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/help_dark.xpm -------------------------------------------------------------------------------- /images/hide.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/hide.xpm -------------------------------------------------------------------------------- /images/hide_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/hide_dark.xpm -------------------------------------------------------------------------------- /images/home.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/home.xpm -------------------------------------------------------------------------------- /images/home_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/home_dark.xpm -------------------------------------------------------------------------------- /images/index.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/index.xpm -------------------------------------------------------------------------------- /images/index_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/index_dark.xpm -------------------------------------------------------------------------------- /images/info.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/info.xpm -------------------------------------------------------------------------------- /images/info_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/info_dark.xpm -------------------------------------------------------------------------------- /images/jump-to.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/jump-to.xpm -------------------------------------------------------------------------------- /images/jump-to_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/jump-to_dark.xpm -------------------------------------------------------------------------------- /images/last-page.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/last-page.xpm -------------------------------------------------------------------------------- /images/last-page_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/last-page_dark.xpm -------------------------------------------------------------------------------- /images/left-arrow.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/left-arrow.xpm -------------------------------------------------------------------------------- /images/left-arrow_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/left-arrow_dark.xpm -------------------------------------------------------------------------------- /images/lock-broken.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-broken.xpm -------------------------------------------------------------------------------- /images/lock-broken_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-broken_dark.xpm -------------------------------------------------------------------------------- /images/lock-ok.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-ok.xpm -------------------------------------------------------------------------------- /images/lock-ok_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-ok_dark.xpm -------------------------------------------------------------------------------- /images/lock-open.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-open.xpm -------------------------------------------------------------------------------- /images/lock-open_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock-open_dark.xpm -------------------------------------------------------------------------------- /images/lock.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock.xpm -------------------------------------------------------------------------------- /images/lock_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/lock_dark.xpm -------------------------------------------------------------------------------- /images/new.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/new.xpm -------------------------------------------------------------------------------- /images/new_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/new_dark.xpm -------------------------------------------------------------------------------- /images/next-node.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/next-node.xpm -------------------------------------------------------------------------------- /images/next-node_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/next-node_dark.xpm -------------------------------------------------------------------------------- /images/next-page.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/next-page.xpm -------------------------------------------------------------------------------- /images/next-page_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/next-page_dark.xpm -------------------------------------------------------------------------------- /images/open.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/open.xpm -------------------------------------------------------------------------------- /images/open_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/open_dark.xpm -------------------------------------------------------------------------------- /images/paste.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/paste.xpm -------------------------------------------------------------------------------- /images/paste_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/paste_dark.xpm -------------------------------------------------------------------------------- /images/preferences.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/preferences.xpm -------------------------------------------------------------------------------- /images/preferences_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/preferences_dark.xpm -------------------------------------------------------------------------------- /images/prev-node.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/prev-node.xpm -------------------------------------------------------------------------------- /images/prev-node_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/prev-node_dark.xpm -------------------------------------------------------------------------------- /images/prev-page.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/prev-page.xpm -------------------------------------------------------------------------------- /images/prev-page_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/prev-page_dark.xpm -------------------------------------------------------------------------------- /images/print.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/print.xpm -------------------------------------------------------------------------------- /images/print_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/print_dark.xpm -------------------------------------------------------------------------------- /images/redo.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/redo.xpm -------------------------------------------------------------------------------- /images/redo_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/redo_dark.xpm -------------------------------------------------------------------------------- /images/refresh.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/refresh.xpm -------------------------------------------------------------------------------- /images/refresh_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/refresh_dark.xpm -------------------------------------------------------------------------------- /images/right-arrow.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/right-arrow.xpm -------------------------------------------------------------------------------- /images/right-arrow_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/right-arrow_dark.xpm -------------------------------------------------------------------------------- /images/save.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/save.xpm -------------------------------------------------------------------------------- /images/save_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/save_dark.xpm -------------------------------------------------------------------------------- /images/saveas.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/saveas.xpm -------------------------------------------------------------------------------- /images/saveas_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/saveas_dark.xpm -------------------------------------------------------------------------------- /images/search-replace.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search-replace.xpm -------------------------------------------------------------------------------- /images/search-replace_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search-replace_dark.xpm -------------------------------------------------------------------------------- /images/search.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search.xpm -------------------------------------------------------------------------------- /images/search2.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search2.xpm -------------------------------------------------------------------------------- /images/search2_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search2_dark.xpm -------------------------------------------------------------------------------- /images/search_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/search_dark.xpm -------------------------------------------------------------------------------- /images/share.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/share.xpm -------------------------------------------------------------------------------- /images/share_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/share_dark.xpm -------------------------------------------------------------------------------- /images/show.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/show.xpm -------------------------------------------------------------------------------- /images/show_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/show_dark.xpm -------------------------------------------------------------------------------- /images/unchecked.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/unchecked.xpm -------------------------------------------------------------------------------- /images/unchecked_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/unchecked_dark.xpm -------------------------------------------------------------------------------- /images/undo.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/undo.xpm -------------------------------------------------------------------------------- /images/undo_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/undo_dark.xpm -------------------------------------------------------------------------------- /images/up-arrow.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/up-arrow.xpm -------------------------------------------------------------------------------- /images/up-arrow_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/up-arrow_dark.xpm -------------------------------------------------------------------------------- /images/up-node.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/up-node.xpm -------------------------------------------------------------------------------- /images/up-node_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/up-node_dark.xpm -------------------------------------------------------------------------------- /images/zoom-in.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/zoom-in.xpm -------------------------------------------------------------------------------- /images/zoom-in_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/zoom-in_dark.xpm -------------------------------------------------------------------------------- /images/zoom-out.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/zoom-out.xpm -------------------------------------------------------------------------------- /images/zoom-out_dark.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/images/zoom-out_dark.xpm -------------------------------------------------------------------------------- /lisp/calle24-edebug.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/lisp/calle24-edebug.el -------------------------------------------------------------------------------- /lisp/calle24.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/lisp/calle24.el -------------------------------------------------------------------------------- /scripts/getappearance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/scripts/getappearance.swift -------------------------------------------------------------------------------- /scripts/read-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kickingvegas/calle24/HEAD/scripts/read-version.sh --------------------------------------------------------------------------------