- Feb 23, 2013
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* Non silent builds and enabled maintainer mode makes package building easier. * Add a note in the README to tell people how to switch on silent mode when they build the package by them selves.
- Feb 17, 2013
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* Previously it was possible to move the tilda window to the right monitor and resize it appropriately by using the x- and y-position spinners. But tilda did not have any particular awareness of the different monitors. * This patch addes a combo box to choose the monitor number and the necessary logic to constrain the tilda window to the current monitor. It is no longer possible to span tilda over two monitors, but that ability was probably not usefull in the first place anyway. * Changing the monitor will resize tilda according to the current percentage of height and width based on the new monitor size, and position the window according to the offset of the monitor. * Also add a lot of documentation for different functions. * Fixes #3
- Jan 25, 2013
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* With the option "Hold terminal open" the terminal would just stay open but become unusable. This patch changes the first option such that when the command exits the terminal drops to the default shell.
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* Also add a label with a hint explaining what should be inserted as the browser command.
-
- Jan 24, 2013
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
Lanoxx authored
Setting Main window and Configuration window names
-
Ivan Greguric Ortolan authored
-
- Dec 10, 2012
-
-
Sebastian Geiger authored
-
- Dec 08, 2012
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* The way tilda was hiding its window was quite slow. That was because registering a g_timeout_add() function takes about 200ms or more, before the first tick occurs. * This patch improves the way timers are registered. If the delay is exactly zero, then we pull up the tilda window directly without a timer. If it is between 0 and 1 second, then we simply sleep for the required time. And we only register a timer, if the delay is higher than on second, because then it does not matter if we have additional overhead from the g_timeout_add() function.
-
Felix Werner authored
* Add a keybinding to move tabs to the left/right in the configuration dialog. The default hotkey is <Shift><Control><Left/Right>
-
Felix Werner authored
-
Felix Werner authored
-
- Oct 04, 2012
-
-
Sebastian Geiger authored
* Forgot tot update the version when I tagged 1.0.1 so this release is just to update the version from 1.0.0 and does not introduce any other changes.
-
- Oct 01, 2012
-
-
Sebastian Geiger authored
* This patch reduces the build in css to an absolute minimum, since hard coded CSS rules are discuraged. * Instead it adds the possibility to define a custom css file named style.css in the config directory of tilda. This file will be loaded at the start of tilda. * The reason for this is that different themes need different tweaking and it is not possible to find one style that fits all themes. For example the Ambiance theme on Ubuntu defines a 3px padding for the notebook, which looks like a grey border, but the Adwaita theme from gnome does not set a padding, that makes it difficult to provide code that works with all themes. With this patch the user can define his own theme file, if he needs tilda to look different than the default, or if the system theme has some unfortunate default values.
-
- Sep 22, 2012
-
-
Sebastian Geiger authored
-
- Sep 17, 2012
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-
- Sep 16, 2012
-
-
Sebastian Geiger authored
-
Sebastian Geiger authored
* The border is now only visible when the flag is set in the preferences.
-
Sebastian Geiger authored
* This fixes the GTK-Critical message when pressing CTRL-C or choosing "Quit" in the context menu.
-
Sebastian Geiger authored
-
Sebastian Geiger authored
-