Colomban Wendling
2077347b34
Remove empty rows at the end of some lists
2012-01-08 23:22:37 +01:00
Colomban Wendling
aa96bc2cbf
Add missing ComboBox cell renderers in Glade rather than manually
...
This also fixes the duplicated renderers when there was already one
in Glade, and a second one got added manually.
2012-01-08 22:55:28 +01:00
Matthew Brush
c85b89afdd
Port more of the Project properties dialog to Glade
...
Fixes issue where dialog was being destroyed and would not show 2nd time.
2012-01-08 11:24:21 -08:00
Colomban Wendling
23eede5291
Make switch to MRU upon tab close configurable
...
Add configuration option tab_close_switch_to_mru to allow the user
to choose whether to switch to the most recently used tab or to the
next one after closing the current tab.
2011-12-24 12:30:58 +01:00
Matthew Brush
aaa62c39b4
Make editor menu initially hidden
...
Without this the menu won't emit the show signal the first time it's shown.
2011-12-18 18:47:56 -08:00
Matthew Brush
906ffc6aae
Fix some widget names in glade file and code so they match (oops)
2011-12-10 14:10:44 -08:00
Matthew Brush
088b0bc362
Merge branch 'master' into gtkbuilder
...
Conflicts:
geany.glade
src/Makefile.am
src/callbacks.c
2011-12-05 20:52:00 -08:00
Matthew Brush
6099e8d3df
Rename duplicate widgets in project dialog
2011-10-22 11:58:09 -07:00
Matthew Brush
caaf824f70
Fix VTE font and foreground/background colour preference callbacks
...
Remove `font-set` signal from Glade file since it's dependent on the VTE
being available and connect it from `vte.c`.
Add `color-set` handlers for foreground and background color preferences.
2011-10-14 20:58:13 -07:00
Matthew Brush
4bf5aef08a
Make some menu items not all active.
2011-10-10 15:21:26 -07:00
Matthew Brush
92bd63bc64
Make the 'Various' tab the last tab in the main prefs notebook.
2011-10-10 15:21:14 -07:00
Matthew Brush
9ce76ef067
Make main window initially invisible.
...
This prevents the window from flashing up in the default location with the
default size before Geany sets it's saved size and position.
2011-10-10 15:21:09 -07:00
Matthew Brush
6b1088ea96
Port the Terminal UI to Glade 3/GtkBuilder.
...
Just don't show it if we don't have a VTE (ex. on Win32 or if it's disabled).
2011-10-10 13:17:35 -07:00
Matthew Brush
ca6f36b736
Move the Glade file to the data/ directory and ship it on install.
2011-10-10 12:21:45 -07:00