1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Apr 23, 2023 — Apr 23, 2024
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... over 4 years ago
Added a -E/-X command line option. Same as -e/-x option, but will not show a comfirm dialog window. More... over 6 years ago
Added a -J command line option to disable integrating new created tabs to the last accessed window. More... over 6 years ago
revert commit 757083bf3c515ed13cfe8283a5ed0cdcd0249a4e: Remove all the gtk3+ geometry functions. More... over 6 years ago
Merge pull request #115 from Buyasta/master More... over 7 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 7 years ago
Remove all the gtk3+ geometry functions. More... over 7 years ago
Better compatible with some older system, like Ubuntu 04.10. More... over 7 years ago
reform gtk2+ geometry functions. More... over 7 years ago
Keep from hanging if get_tpgid() going into a dead loop. More... over 7 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 7 years ago
Make the GTK2+ geometry functions more human readable. More... over 7 years ago
Fix a compile error under GTK3+. More... over 7 years ago
Drop the support of GTK3+. I couldn't do it well. More... over 7 years ago
Better compatible with GTK3+... Sigh... More... over 7 years ago
Quit LilyTerm when new_window() failed in some rare situation. More... over 7 years ago
According to compiling mode, may use different socket file name. More... over 7 years ago
Separate socket.c from main.c, which may be used in other project, like LilyNotify. More... over 7 years ago
clear window variables correctly. More... over 7 years ago
page_no should not be guint. More... over 7 years ago
Add -DREALMODE into compile parameters. More... over 7 years ago
The cmdline data may not updated when losing focus. More... over 7 years ago
make page_data=g_object_get_data() safer. More... over 7 years ago
Fix some typo. More... over 7 years ago
executable_command_whitelists should separate with '\t'. More... over 7 years ago
s/(fore|back)ground_program_whitelist/running_process_whitelist/g More... over 7 years ago
s/paste_texts_whitelist/pastable_text_editor_whitelist/g More... over 7 years ago
s/execute_command_whitelist/executable_command_whitelist/g More... over 7 years ago
Merge pull request #112 from ElBartel/master More... over 7 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... over 7 years ago