Chris Jones
|
29015d7969
|
Apply slightly modified patch from Kees Cook which allows configuration of VTE's alternate screen scrolling. Closes LP #558832
|
2010-04-09 12:34:05 +01:00 |
Chris Jones
|
87283a927a
|
Hook up the palette options in Preferences
|
2010-04-06 22:36:09 +01:00 |
Chris Jones
|
bbdf055477
|
Rather than having people use an ugly value of -1 for infinite scrollback, have it as a separate setting, with all of the extra gubbins involved in making that work neatly. Closes LP #532513
|
2010-03-24 13:22:37 +00:00 |
Chris Jones
|
b7e9c4d02c
|
Switch from static storing of values to storing them immediately when the user changes them. This needs a whole heap of refactoring to make the setter methods more generic, and we need to think about all the calls to Concig.save()
|
2010-03-09 13:09:07 +00:00 |
Chris Jones
|
27d8223a28
|
Change all GUI object names to use underscores instead of minus signs, so glade doesn't suggest syntactically invalid signal handler names
|
2010-03-06 11:09:32 +00:00 |
Chris Jones
|
ccc68c9f95
|
Start adding handlers for all of the objects. We should do instant application instead of the crazy huge set/store methods
|
2010-03-06 10:13:46 +00:00 |
Chris Jones
|
b8703fdecb
|
Layout item handling is now done via a separate controller object.
|
2010-03-05 22:20:48 +00:00 |
Chris Jones
|
b617becdd8
|
Add the Ambience colour theme, add the layout contents TreeView, rework some Cursor settings
|
2010-03-05 12:42:58 +00:00 |
Chris Jones
|
c387197b93
|
Add preferences dialog entries for icon bell and generally re-arrange the bell options into their own section
|
2010-02-11 13:45:02 +00:00 |
Chris Jones
|
79a340539b
|
Make the titlebar presence configurable by config file and context menu. If it's missing, draw a frame around the Terminal, to indicae colour
|
2010-02-09 00:23:21 +00:00 |
Chris Jones
|
eb7fcf5189
|
Expose cursor blinking and colour in the prefs editor
|
2010-02-08 22:10:59 +00:00 |
Chris Jones
|
ad5c927d15
|
Add a section to the global config for setting the various fg/bg colours of the titlebars
|
2010-02-08 20:22:08 +00:00 |
Chris Jones
|
41a8b2372c
|
Undo my madness
|
2010-02-05 00:16:24 +00:00 |
Chris Jones
|
882f325a73
|
Move all the layout stuff onto a separate branch so trunk can shape up for 0.90
|
2010-02-04 23:24:27 +00:00 |
Chris Jones
|
a3aa45a43d
|
Flesh out the Layouts tab a little
|
2010-01-31 16:14:25 +00:00 |
Chris Jones
|
f1fe0bbf20
|
Stop the default profile/layout from being editable
|
2010-01-30 15:33:37 +00:00 |
Chris Jones
|
0501ceb8d4
|
The beginnings of a layout editor
|
2010-01-30 00:27:57 +00:00 |
Chris Jones
|
061aef9fd8
|
Glade changes for the Layouts tab
|
2010-01-30 00:05:09 +00:00 |
Chris Jones
|
9f348c349a
|
Fix backspace/delete bindings to actually do what they say they should, per GNOME Terminal behaviour. Closes LP #511875
|
2010-01-24 15:45:47 +00:00 |
Chris Jones
|
4822530ce2
|
Fix all the GtkAdjustments in the glade file
|
2010-01-21 21:10:24 +00:00 |
Chris Jones
|
23f469add3
|
Fix up handle_size to work properly
|
2010-01-11 23:46:18 +00:00 |
Chris Jones
|
180ccbbf03
|
Hook up the keybindings tab in the preferences editor. Loads and saves
|
2010-01-10 00:20:24 +00:00 |
Chris Jones
|
2b7be76004
|
Move our preferences glade file to terminatorlib/ so we can use the built-in knowledge of where that is on-disk to find the .glade file
|
2010-01-09 17:49:14 +00:00 |