summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
AgeCommit message (Collapse)Author
2013-09-27Replace xtext's transparency with full window transparencyTingPing
Xtext's transparency barely worked on windows, didn't work on any modern linux wm and used fake transparency. This uses gtk's built in window opacity that works on more systems and is real transparency. Text area only transparency may return with a transition to cairo, if it works on Windows.
2013-09-25Don't open most windows at mouse positionTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it.
2013-09-14Update tooltip for sound alerts without libcanberraTingPing
2013-08-31Of course mimetype doesn't work on Windows..TingPing
2013-08-31Use mimetypes for audio and imagesTingPing
2013-08-31Improve file dialogsTingPing
- Fixes #314 - Adds file extensions to sound and image browsing - Some options no longer default to our config dir - Always add a shortcut to our config dir - Remove broken 'last_dir' functionality, gtk already knows recent
2013-07-10Don't grey out log fliename in preferencesTingPing
It can still be useful when global logging is disabled
2013-07-07Increase upper limit for max DCC speed in preferencesTingPing
For #672
2013-06-28Added preferences options to enable the server-time extension when available.Diogo Sousa
(Internationalization messages missing.)
2013-06-09Add irc_ban_type to preferencesTingPing
2013-06-09Specify what for completion amountTingPing
2013-06-09Add completion_amount to prefsTingPing
... and remove completion_auto which is confusing to say the least.
2013-05-24Fixed mistake in last commit.Diogo Sousa
2013-05-24Spell check dictionaries were not being updated when changed.Diogo Sousa
2013-05-19Reorganize PreferencesBerke Viktor
2013-05-12Add auto-reconnect to preferencesTingPing
2013-05-07Have gui_input_icon depend on gui_input_nick in prefsTingPing
2013-04-28Remove away announceTingPing
2013-04-28CosmeticsBerke Viktor
2013-04-28Add hints about the beep fileBerke Viktor
2013-04-28Rename Sound to Sounds and reorder Chatting pagesBerke Viktor
2013-04-28Store just the filename if the sound file comes from the default sound dirBerke Viktor
And get rid of some hardcoding while we're at it
2013-04-28Remove dead code for sound_commandBerke Viktor
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-27Don't use external players on WindowsBerke Viktor
2013-04-25Do not allow blank realname in preferencesTingPing
2013-04-15only 1TingPing
2013-04-15finish removing sound_dirTingPing
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14Browse into the sounds folder by defaultBerke Viktor
2013-04-14Remove sound_dir, it's pointlessBerke Viktor
2013-04-13Add option for omitting alerts while focusedTingPing
2013-04-13Rewrite desensitizing options in preferencesTingPing
2013-04-09Fix spelling checkbox with libsexyTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-04-02Remove most of HexTray and one instanceBerke Viktor
You can still build HexTray manually if you want to try fixing it
2013-03-31Supposed fix for license issuesBerke Viktor
I have no clue what to put here so I'll just use what the About dialog provides (unless specified otherwise in the file)
2013-03-25Disable tray when using UnityTingPing
2013-03-25Fix advanced paneBerke Viktor
2013-03-25CosmeticsBerke Viktor
2013-03-24Merge pull request #445 from TingPing/ulistcolorsTingPing
Add option to color nicknames in the userlist to match the chat
2013-03-15Add real name field to advanced paneBerke Viktor
2013-03-14Change notice option wordingTingPing
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2013-03-09Add irc_notice_pos settingTingPing
2013-02-21Only show spelling preferences when supportedTingPing
2013-02-04Don't require scollback to edit scrollback linesTingPing
text_max_lines also affects how many lines you can view not just scrollback
2013-01-08add join_delay to preferencesTingPing
2012-12-20Add auto-away to plugin-trayTingPing