1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 03, 2025 — Jul 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a segfault bug for vte-0.54. VERY THANKS to Bernhard Übelacker for the patch. close #134 More... almost 7 years ago
Added a -E/-X command line option. Same as -e/-x option, but will not show a comfirm dialog window. More... almost 9 years ago
Added a -J command line option to disable integrating new created tabs to the last accessed window. More... almost 9 years ago
revert commit 757083bf3c515ed13cfe8283a5ed0cdcd0249a4e: Remove all the gtk3+ geometry functions. More... almost 9 years ago
Merge pull request #115 from Buyasta/master More... over 9 years ago
Added config option to open new tabs next to current tab, as is the current behaviour, or add them at the end of the tab bar instead. More... over 9 years ago
Remove all the gtk3+ geometry functions. More... over 9 years ago
Better compatible with some older system, like Ubuntu 04.10. More... over 9 years ago
reform gtk2+ geometry functions. More... over 9 years ago
Keep from hanging if get_tpgid() going into a dead loop. More... over 9 years ago
Trying keep the correct vte size when draging a vte to root window for creating a new window under awesome, enlightenment, fluxbox and kwin. More... over 9 years ago
Make the GTK2+ geometry functions more human readable. More... almost 10 years ago
Fix a compile error under GTK3+. More... almost 10 years ago
Drop the support of GTK3+. I couldn't do it well. More... almost 10 years ago
Better compatible with GTK3+... Sigh... More... almost 10 years ago
Quit LilyTerm when new_window() failed in some rare situation. More... almost 10 years ago
According to compiling mode, may use different socket file name. More... almost 10 years ago
Separate socket.c from main.c, which may be used in other project, like LilyNotify. More... almost 10 years ago
clear window variables correctly. More... almost 10 years ago
page_no should not be guint. More... almost 10 years ago
Add -DREALMODE into compile parameters. More... almost 10 years ago
The cmdline data may not updated when losing focus. More... almost 10 years ago
make page_data=g_object_get_data() safer. More... almost 10 years ago
Fix some typo. More... almost 10 years ago
executable_command_whitelists should separate with '\t'. More... almost 10 years ago
s/(fore|back)ground_program_whitelist/running_process_whitelist/g More... almost 10 years ago
s/paste_texts_whitelist/pastable_text_editor_whitelist/g More... almost 10 years ago
s/execute_command_whitelist/executable_command_whitelist/g More... almost 10 years ago
Merge pull request #112 from ElBartel/master More... almost 10 years ago
Use g_io_channel_read_to_end() instead of g_io_channel_read_line: This avoids problems when '\n' is contained in the ENV variables. Still the protocol for passing on the data is broken: using \012 as field seperator without escaping will fail when this character appears in the transported data. More... almost 10 years ago