summaryrefslogtreecommitdiff
path: root/src/scoreops.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-11remove warningsJeremiah Benham1-1/+1
2011-02-04Prevent goto position setting position greater than number of objects+1, and ...Richard Shann1-1/+2
2011-02-03Fix interactive goto position <http://savannah.gnu.org/bugs/?32335>Richard Shann1-6/+15
2011-01-19Move the score drawing widgets up in the hierarchy, so they are not repeated ...Richard Shann1-13/+13
2011-01-09Fix redo problems with snapshot and removing only measure. Quieten debug chat...Richard Shann1-3/+3
2011-01-08comments and debugRichard Shann1-0/+1
2010-12-27Make goto position fail on empty measure with non-zero object numberRichard Shann1-0/+4
2010-12-24Do not let Undo affect selectionRichard Shann1-6/+5
2010-12-20Return snapshotted score not a random valueRichard Shann1-0/+1
2010-12-19Start new movements with correct undo guardRichard Shann1-2/+2
2010-12-19Implement ReDoRichard Shann1-0/+1
2010-12-18Fix Undo of instrument name staff name...Richard Shann1-0/+3
2010-12-18Undo layout directives, allow for unloading the re-do queue after undo finishedRichard Shann1-1/+8
2010-12-16Undo the insert measure that happens automatically when entering notes. Chang...Richard Shann1-13/+18
2010-12-15Enable undo on denemo directives, staff dialogs, delete staffs, delete measur...Richard Shann1-2/+2
2010-12-15Enable undo of titles etcRichard Shann1-2/+2
2010-12-15Allow snapshot of staff directive widgets - although they now appear they are...Richard Shann1-8/+16
2010-12-14Lyrics UndoRichard Shann1-4/+13
2010-12-12More WIP on undo. Removing cruft from code in process.Richard Shann1-1/+54
2010-12-11WIP on d-TakeSnapshotRichard Shann1-3/+3
2010-12-11Create clone_movement, slightly incomplete (see end of function)Richard Shann1-0/+55
2010-12-10Use an undo guard to turn off Undo recording; apply this to prevent spurious ...Richard Shann1-1/+1
2010-12-08Fix Undo for inserting/deleting notesRichard Shann1-1/+1
2010-11-25Fix crash after d-PopPosition to empty measureRichard Shann1-0/+1
2010-11-04Improve lyrics view switchingRichard Shann1-1/+1
2010-11-03Fix lyrics visibility on navigationRichard Shann1-0/+8
2010-09-10Create d-AddMovement which appends a new movement to a score without cloning ...Richard Shann1-2/+18
2010-09-01Adjust bpm and volume as default C values to 120 / 127, tooNils Gey1-1/+1
2010-05-30cut out debug chatterRichard Shann1-1/+1
2010-05-25Better cursor status store/restore on position stackRichard Shann1-2/+10
2010-05-24PushPosition and Pop now save and restore the appending statusRichard Shann1-1/+5
2010-02-21Create slider for tempo adjustment, use bpmRichard Shann1-4/+5
2010-02-18Upgrade Playback Controls. Change d-RefreshDisplay so that it does not change...Richard Shann1-1/+2
2010-02-02Make push and pop position not affect selection. Some other commands may now ...Richard Shann1-2/+3
2010-01-29Create d-MasterTempo to allow tempo change on the fly in MIDI playback. (stil...Richard Shann1-0/+2
2010-01-27Draw start and end markers, set them via (d-SetPlaybackInterval start end)Richard Shann1-0/+2
2010-01-23Create prefs for zoom and system heightRichard Shann1-2/+3
2010-01-13Store and reload position and zoom state of denemo scores. Keep positions in ...Richard Shann1-2/+2
2010-01-10allow multiple systems in display. To activate drag red system separator from...Richard Shann1-0/+1
2010-01-06add zoom variable.Torben Hohn1-0/+1
2009-11-21Support for new paste control. d-GetClipObjType and d-PutClipObj take staff a...Richard Shann1-1/+1
2009-11-21Create push, pop and poppush cursor position commands.Richard Shann1-0/+31
2009-11-12do not delete port when staff is deletedJeremiah Benham1-6/+0
2009-11-01enable building with --disable-fluidsynth. Expose memory leak of midi dataRichard Shann1-0/+1
2009-10-21Clone staffs/voices on inserting new movements.Richard Shann1-33/+25
2009-10-14Give message not g_warning for warning message. Warn on all staff/movement na...Richard Shann1-2/+2
2009-08-05applied denemo-gcc.patchJeremiah Benham1-0/+1
2009-07-30Sort out template load code: no automatic template loading, do it by scriptRichard Shann1-4/+4
2009-06-24Place lyrics under correct syllables. Slurs not honored yet. Print lyrics, bu...Richard Shann1-1/+1
2009-06-23Lyrics now printing; display is only correct for initial measures however.Richard Shann1-1/+5