[Window] Fix focus with metacity-2.22
[tilda-gobject.git] / tilda-window.c
2008-04-07 Ira W. Snyder[Window] Fix focus with metacity-2.22
2008-03-19 Ira W. Snyder[Window] Fix tab ordering
2008-02-17 Ira W. Snyder[Window] Consolidate tab show/hide code
2008-02-17 Ira W. Snyder[Window] Add always-show-border property
2008-02-17 Ira W. Snyder[Window] Add always-show-tabs property
2008-02-02 Ira W. Snyder[Window] Bugfix: fix tilda_window_accel_goto_generic()
2008-01-31 Ira W. SnyderFix warnings caused by using 0x%x to print pointers
2008-01-31 Ira W. Snyder[Window] Add support for configuration of tab width
2008-01-30 Ira W. SnyderMake Tilda work without DBus
2008-01-29 Ira W. Snyder[Window] Add accelerator support
2008-01-29 Ira W. Snyder[Window] Fix shadowed variable "index"
2008-01-28 Ira W. Snyder[Config] Add type-safe configuration parsing
2008-01-26 Ira W. Snyder[Window] Add the ability to set the initial number...
2008-01-26 Ira W. Snyder[Window] Use the configuration system to retrieve start...
2008-01-23 Ira W. Snyder[Controller] Disallow multiple TildaWindows to bind...
2008-01-23 Ira W. Snyder[Controller] Rename tilda_controller_delete_window()
2008-01-23 Ira W. SnyderAdd TildaController class
2008-01-23 Ira W. Snyder[Window] Unbind global keybinding during dispose
2008-01-23 Ira W. Snyder[Window] Add missing header
2008-01-22 Ira W. Snyder[Window] Another try at thwarting focus-stealing prevention
2008-01-22 Ira W. Snyder[Window] Focus new VteTerminals when adding a new tab
2008-01-20 Ira W. Snyder[Window] Add Close DBus Method call
2008-01-20 Ira W. Snyder[Window] Export the AddTerminal method over DBus
2008-01-19 Ira W. Snyder[Window] Mark strings for translation
2008-01-19 Ira W. Snyder[Terminal] Remove "window-number" attribute
2008-01-19 Ira W. SnyderExit when out of terminals or windows
2008-01-19 Ira W. SnyderWarning Fixes
2008-01-18 Ira W. SnyderRemove old main() functions
2008-01-18 Ira W. SnyderAdd debugging macros + use them
2008-01-18 Ira W. Snyder[Window] Add centering capability
2008-01-18 Ira W. Snyder[Window] Add more hardcoded settings for testing
2008-01-18 Ira W. Snyder[Window] Add "hidden-at-start" support
2008-01-18 Ira W. Snyder[Window] Bugfixes in pull() code
2008-01-18 Ira W. Snyder[Window] Add more property implementations
2008-01-18 Ira W. Snyder[Window] Rename property "pinned" to "stick"
2008-01-18 Ira W. Snyder[Window] Rename property "show-in-taskbar" to "skip...
2008-01-17 Ira W. Snyder[Window] Make TildaWindow respect size changes
2008-01-17 Ira W. Snyder[Window] Rename max-height and max-width properties
2008-01-17 Ira W. Snyder[Window] Remove min-height and min-width properties
2008-01-16 Ira W. Snyder[Window] Focus the VteTerminal when pulled down
2008-01-16 Ira W. Snyder[Window] Hide window decorations
2008-01-16 Ira W. Snyder[Window] Add positioning capability
2008-01-16 Ira W. SnyderAdd a basic pull() workalike
2008-01-15 Ira W. Snyder[Window] Add all properties
2008-01-14 Ira W. Snyder[Window] Set up real transparency if possible
2008-01-14 Ira W. Snyder[Window] Add tilda_window_remove_term() implementation
2008-01-12 Ira W. SnyderMake TildaWindow properly generate terminal numbers
2008-01-12 Ira W. SnyderMake TildaWindow determine number correctly
2008-01-11 Ira W. SnyderHook into DBus
2008-01-11 Ira W. SnyderMove main() into its own file
2008-01-11 Ira W. SnyderHook TildaTerminal and TildaWindow together
2008-01-10 Ira W. Snyder[Window] Get set up for integration with TildaTerminal
2008-01-08 Ira W. SnyderInitial Commit