index
:
~joonas/denemo
patches
Unnamed repository; edit this file to name it for gitweb.
joonas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-19
draw: Remove the backing pixmap from score rendering.
patches
M Joonas Pihlaja
2
-49
/
+31
2011-02-18
Add Denemo's font dir to fontconfig's default config.
M Joonas Pihlaja
3
-1
/
+8
2011-02-18
Respect the installation prefix for the sysconfdir.
M Joonas Pihlaja
1
-6
/
+2
2011-02-17
import file set to REPLACE_SCORE and no confirmation
Jeremiah Benham
1
-15
/
+4
2011-02-17
Merge branch 'master' of git.sv.gnu.org:/srv/git/denemo
Jeremiah Benham
8
-80
/
+150
2011-02-17
New composer shortcuts for SelectMeasure and MoveToPreviousEmptyMeasure
Nils Gey
1
-4
/
+11
2011-02-17
Default.commands for SelectMeasure and MoveToPreviousEmptyMeasure
Nils Gey
1
-1
/
+24
2011-02-17
New command: MoveToPreviousEmptyMeasure to move the cursor to the next empty ...
Nils Gey
1
-0
/
+16
2011-02-17
New command: SelectMeasure to select current measure
Nils Gey
1
-0
/
+23
2011-02-17
Repair MoveToMovementEnd
Nils Gey
1
-2
/
+1
2011-02-17
removed call to create new window
Jeremiah Benham
1
-2
/
+0
2011-02-17
SingleAndSelectionSwitcher: change test to a faster version
Nils Gey
1
-20
/
+13
2011-02-17
Minor code layout changes
Nils Gey
1
-17
/
+8
2011-02-17
Add ForEachToSelection. Repair NextSelectedObjectAllStaff. Not sure if this f...
Nils Gey
1
-7
/
+23
2011-02-16
refine handling of short notes in chords
Richard Shann
1
-28
/
+30
2011-02-15
Allow no chord on bass note
Richard Shann
1
-35
/
+30
2011-02-15
Suspensions handled as repeated chords
Richard Shann
1
-211
/
+143
2011-02-15
Call cairo_destroy to deallocate the cairo_t created in each draw fixes: bug ...
Richard Shann
1
-1
/
+3
2011-02-14
Merge branch 'master' of ssh://rshann@git.sv.gnu.org/srv/git/denemo
Richard Shann
2
-36
/
+185
2011-02-14
Crete d-ActivateMenuItem. Example (d-ActivateMenuItem "/MainMenu/ViewMenu/Tog...
Richard Shann
2
-3
/
+17
2011-02-14
Add MapToSelection. Apply to selection and gather return values in a list
Nils Gey
1
-1
/
+17
2011-02-14
remove selection? already. that was a bady idea, sorry.
Nils Gey
1
-3
/
+0
2011-02-14
Add (Selection?) to test if there is a selection and if working with selectio...
Nils Gey
1
-0
/
+3
2011-02-14
Final tweak to selection::MoveToStaffBeginning. Remember cursor position on fail
Nils Gey
1
-3
/
+6
2011-02-14
Add GetPosition
Nils Gey
1
-0
/
+3
2011-02-14
HUGE performance tweak to selection::MoveToStaffBeginning
Nils Gey
1
-11
/
+6
2011-02-14
Small performance tweak to selection::MoveToStaffBeginning
Nils Gey
1
-9
/
+6
2011-02-14
Better NextSelectedObjectAllStaffs
Nils Gey
1
-10
/
+12
2011-02-14
Repair and rename RepeatProcWhileTest
Nils Gey
1
-5
/
+7
2011-02-13
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/denemo
Nils Gey
1
-26
/
+153
2011-02-13
Add first draft to convert an interval to its sounding version. Has logical p...
Nils Gey
1
-5
/
+136
2011-02-13
Merge branch 'master' of ssh://rshann@git.sv.gnu.org/srv/git/denemo
Richard Shann
9
-37
/
+222
2011-02-13
Handle multiple chords on single bass note
Richard Shann
1
-26
/
+153
2011-02-12
Rename command files. Add test to commands to prevent crashing scripts on but...
Nils Gey
8
-33
/
+25
2011-02-12
Create user commands for converting strings into binary encoded ascii rhythms.
Nils Gey
6
-4
/
+110
2011-02-12
Fall back to intial value if user cancels GetUserInput for NOTATIONSTRING or ...
Nils Gey
1
-2
/
+4
2011-02-12
notationmagick: Add new var to hold an ascii string for several functions and...
Nils Gey
1
-6
/
+14
2011-02-12
Correct notationmagic typo
Nils Gey
1
-3
/
+2
2011-02-12
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/denemo
Nils Gey
4
-14
/
+26
2011-02-12
Notationmagick: Generate rhythm from numbers and ascii. No commands yet
Nils Gey
1
-13
/
+91
2011-02-12
Enable postfix lilypond on rests
Richard Shann
1
-11
/
+21
2011-02-12
avoid debug chatter
Richard Shann
1
-1
/
+1
2011-02-12
Fix regression in d-GetMidi
Richard Shann
1
-1
/
+3
2011-02-12
Merge branch 'master' of git.sv.gnu.org:/srv/git/denemo
Jeremiah Benham
1
-4
/
+7
2011-02-12
keyresponses change GString to ghcar
Jeremiah Benham
1
-1
/
+1
2011-02-12
Use the whole path for loading .scm files in denemo.scm
Nils Gey
1
-4
/
+7
2011-02-11
Merge branch 'master' of git.sv.gnu.org:/srv/git/denemo
Jeremiah Benham
1
-0
/
+21
2011-02-11
remove warnings
Jeremiah Benham
15
-41
/
+40
2011-02-12
Add aliases for Breve and Longa. Add d-Enter command, Scheme version
Nils Gey
1
-0
/
+21
2011-02-11
Merge branch 'ImportExportPrint'
Jeremiah Benham
2
-5
/
+5
[next]