summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-02-19draw: Remove the backing pixmap from score rendering.patchesM Joonas Pihlaja1-48/+31
Denemo renders the score to a backing pixmap and then copies it to the widget. This duplicates work done by Gtk since it also does back buffering, so there's no reason to keep it around anymore. This patch removes it and adds some rudimentary clipping to the expose event's damage region.
2011-02-18Add Denemo's font dir to fontconfig's default config.M Joonas Pihlaja2-1/+4
If the user installs to a prefix the system fontconfig doesn't know about then when Denemo runs from that prefix it can't find its fonts. This patch adds Denemo's fonts dir to the fontconfig default configuration so that the user doesn't have to teach fontconfig about Denemo.
2011-02-17import file set to REPLACE_SCORE and no confirmationJeremiah Benham1-15/+4
2011-02-17removed call to create new windowJeremiah Benham1-2/+0
2011-02-15Call cairo_destroy to deallocate the cairo_t created in each draw fixes: bug ↵Richard Shann1-1/+3
#32371
2011-02-14Crete d-ActivateMenuItem. Example (d-ActivateMenuItem ↵Richard Shann2-3/+17
"/MainMenu/ViewMenu/TogglePrintView") which toggles the print view window. The names of the paths can be seen in the file denemoui.xml in the case of built-ins
2011-02-12Enable postfix lilypond on restsRichard Shann1-11/+21
2011-02-12avoid debug chatterRichard Shann1-1/+1
2011-02-12Fix regression in d-GetMidiRichard Shann1-1/+3
2011-02-12keyresponses change GString to ghcarJeremiah Benham1-1/+1
2011-02-11remove warningsJeremiah Benham14-40/+39
2011-02-11Merge branch 'ImportExportPrint'Jeremiah Benham2-5/+5
2011-02-11import file go in new tabJeremiah Benham2-5/+5
2011-02-11Merge branch 'master' of git.sv.gnu.org:/srv/git/denemoJeremiah Benham5-112/+136
2011-02-11Make print preview a good size initiallyRichard Shann1-0/+1
2011-02-11Avoid convert-ly error in print previewRichard Shann1-1/+1
2011-02-11Ensure print view is populated when called upRichard Shann1-1/+7
2011-02-10Merge branch 'ImportExportPrint'Jeremiah Benham1-23/+9
2011-02-10update create_filenameJeremiah Benham1-23/+9
2011-02-10Merge branch 'master' of git.sv.gnu.org:/srv/git/denemoJeremiah Benham4-88/+110
2011-02-10applied and modified patch for d-SaveAsJeremiah Benham2-4/+13
2011-02-10Fix Print PreviewRichard Shann4-88/+110
2011-02-10cleanup and move code part-01Jeremiah Benham5-104/+37
2011-02-10Fix toggling of score viewRichard Shann1-1/+1
2011-02-09import all uppercase extensions on DENEMO, MIDI, LY, MXML filesJeremiah Benham1-1/+4
2011-02-09scripting interface for exportsJeremiah Benham3-24/+32
2011-02-08created function force_lily_refreshJeremiah Benham3-11/+9
2011-02-08file filter for exportJeremiah Benham1-1/+6
2011-02-08gtk_file_chooser_dialog_new removed do while loopsJeremiah Benham1-26/+12
2011-02-08Make file_open and file_saveas code similarJeremiah Benham1-27/+21
2011-02-08file open now only opens .denemoJeremiah Benham1-14/+3
2011-02-08Create copy now only creates .denemoJeremiah Benham1-42/+2
2011-02-08moved export_*_action to file.c/hJeremiah Benham4-75/+75
2011-02-07exporting no longer sets filename in denemo window. No warnging to save as ↵Jeremiah Benham1-4/+4
.denemo
2011-02-07Allow the CLI box to expandRichard Shann1-1/+1
2011-02-06Fix wrong mode when opening new tabRichard Shann2-19/+9
2011-02-06d-GetPrevailingDuration. Note if a snippet is active the duration of the ↵Richard Shann3-1/+32
next note in the snippet to be used is returned. Negative values for special objects with given durations
2011-02-05Do not delete multiple objects inside dnm_deleteobjectRichard Shann1-0/+3
2011-02-05Allow quick shortcuts by default, and give a pref for disablingRichard Shann3-4/+17
2011-02-05Make sure cursor is in staff when clicking on timesig etcRichard Shann1-20/+22
2011-02-05Store Caps lock and num lock state in d-GetKeyboardState return value. Allow ↵Richard Shann2-8/+52
NumLock to set MIDI-in note checking as a locked-in action, and make Control the non-locked in alternative, instead of Shift, which should mean add to chord (but doesn't yet)
2011-02-05Adjust cursor positionRichard Shann1-3/+1
2011-02-04make d-GoToPosition return #f and not move if position is not achieved.Richard Shann1-3/+19
2011-02-04Prevent goto position setting position greater than number of objects+1, and ↵Richard Shann1-1/+2
set cursor appending in that case. Note this is the low-level procedure - some higher level ones are managing cursor appending themselves
2011-02-03created an import submenuJeremiah Benham8-2/+307
2011-02-03Merge branch 'master' of git.sv.gnu.org:/srv/git/denemoJeremiah Benham1-5/+13
2011-02-03Export/Create copy brought back but renamed to Create copyJeremiah Benham4-4/+4
2011-02-03Ensure recorded track is removed from midi before recalculating the midi for ↵Richard Shann1-5/+13
a score
2011-02-03fix poor codeRichard Shann1-1/+1
2011-02-03Fix interactive goto position <http://savannah.gnu.org/bugs/?32335>Richard Shann2-8/+17