ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Macro.pm
Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Apr 3 02:58:24 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: HEAD, rel-2_11
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 15:44:21 2008 UTC (15 years, 6 months ago) by elmex
Branch: MAIN
CVS Tags: rel-0_9978, rel-2_0, rel-2_02, rel-2_03, rel-2_04, rel-2_05, rel-2_10
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
fixed crash bug in macro dialogue.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Sep 2 04:30:46 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-0_9976, rel-0_9977
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 08:04:01 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
Changes since 1.18: +10 -7 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 5 16:19:47 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-0_9971, rel-0_9972, rel-0_9973, rel-0_9974, rel-0_9975, rel-1_21
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 13:44:30 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-0_9963, rel-0_9964, rel-0_9965, rel-0_9966, rel-0_9967, rel-0_9968
Changes since 1.16: +5 -3 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 21:03:21 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +62 -62 lines
Diff to previous 1.15
initial module hiding

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 20:46:39 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +62 -62 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 20:08:26 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_995, rel-0_9955, rel-0_9956, rel-0_9957, rel-0_9958, rel-0_9959, rel-0_9960
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
release 992

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Sep 9 17:47:00 2007 UTC (16 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
implemented Alt-x for closing the current tab

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Sep 2 09:48:41 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-0_99
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
some binary release infrastructure changes, fix keybindings by prefering raw ones over unicode ones

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Sep 2 08:31:53 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 2 03:55:03 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 01:23:47 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +139 -9 lines
Diff to previous 1.8
- generalise keyboard handling a bit into a default
  keymapping + macro functions (such as "!completer shout").
- default keymappings ahve a lower priority, so its possible to
  (in theory) override them. a UI for this has not yet been created.
- re-enable NPOT texture usage, if available.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jul 21 20:05:37 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
- scrolledwindow: base slider visibility on size request (uhoh)
  (this actually wrong, but we only do it for cases where it will work).
- agressively iterate size request/allocation. this might result in loops
  under bad circumstances, but saves a lot of refreshes.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 16:32:04 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
change Table->add to add_at method and deprecate add method (to be replaced by a container-compliant one)

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 16:14:34 2006 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
CVS Tags: rel-0_97, rel-0_98
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
fixed a small bug in macro recording

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 23:06:39 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.4: +20 -8 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 22:28:11 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +8 -11 lines
Diff to previous 1.3
Support multiple macros bound on the same accelkey.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 22:06:51 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 21:44:43 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.1: +17 -0 lines
Diff to previous 1.1
enable new macros

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 02:21:25 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
- slightly cleaned up and "outsourced" components
- completely rewrote keybind bindings
  - not functional yet
  - buggy a shell
  - hits perlbug

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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