Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-29 | Add default keybindings for italics and underline | TingPing | |
2013-09-28 | Use Pango Attributes for bold and italics | TingPing | |
2013-09-27 | Revert fast scrolling with background image | TingPing | |
2013-09-27 | Remove overdraw | TingPing | |
2013-09-27 | Replace xtext's transparency with full window transparency | TingPing | |
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-26 | Remove useless defines | TingPing | |
- HEXCHAT - USE_DB - SCROLL_HACK - MOTION_MONITOR - ITALIC - COLOR_HILIGHT | |||
2013-09-26 | Remove XFT, SHM, and MMX | TingPing | |
2013-09-26 | Remove remnants of native file dialogs | TingPing | |
2013-09-25 | Only show users country if its not unknown | TingPing | |
2013-09-25 | Don't open most windows at mouse position | TingPing | |
2013-09-25 | Make join dialog modal | TingPing | |
2013-09-24 | Fix tab completion with utf8 completion char | TingPing | |
Closes #738 | |||
2013-09-23 | typo.. | TingPing | |
2013-09-23 | Update help messages for userlist buttons and user popups | TingPing | |
2013-09-23 | Revert menu.c @ ae04663aa9 | TingPing | |
This caused a few bugs such as improperly setting away/back and redrawing the channel tree when the menu is opened. | |||
2013-09-20 | Fix warning | TingPing | |
2013-09-20 | First round of using GTK accessor functions | TingPing | |
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-19 | Make manual reposition after unfullscreen Windows only | TingPing | |
2013-09-19 | Replace more GDK_* with GDK_KEY | TingPing | |
2013-09-19 | Add fullscreen to to view menu | TingPing | |
2013-09-18 | Improve text repositioning when searchbar string is modified. | Richard Hitt | |
2013-09-16 | Searchbar: Don't show error on empty string | TingPing | |
2013-09-16 | Fix searchbar loading highlight all pref on start | TingPing | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-09-15 | Fix xtext crash in rawlog/text events window | TingPing | |
Closes #740 | |||
2013-09-15 | use GDK_KEY | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-09-14 | Update tooltip for sound alerts without libcanberra | TingPing | |
2013-09-07 | Merge branch 'saslmech' | TingPing | |
2013-09-07 | Disable challangeauth without openssl | TingPing | |
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-08-31 | Of course mimetype doesn't work on Windows.. | TingPing | |
2013-08-31 | Use mimetypes for audio and images | TingPing | |
2013-08-31 | Improve file dialogs | TingPing | |
- 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-08-17 | Make formatting more consistent | TingPing | |
#719 | |||
2013-08-16 | Improve cursor behavior | Farow | |
- The cursor doesn't turn into a hand for non-url parts of a word - Removal of unneeded variable str | |||
2013-08-13 | Channel url and cursor fix | Farow | |
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url | |||
2013-08-10 | Merge branch 'pluginreload' | TingPing | |
2013-08-10 | Update channel key input | Farow | |
- allow up to 23 characters - make the input bigger | |||
2013-08-06 | Save notify list on close of friends list | TingPing | |
for #570 | |||
2013-08-05 | Bind esc to close in chanlist | TingPing | |
2013-08-05 | Destroy utility windows with their parents. | TingPing | |
2013-08-04 | Update text on reload button | TingPing | |
2013-08-04 | Add label for website in about dialog | TingPing | |
2013-08-04 | Add reload command for plugins and add to gui | TingPing | |
2013-08-03 | Use built-in gtk_about_dialog | TingPing | |
2013-08-01 | Fix description line for Scroll Page in fkeys.c. | RichardHitt | |
2013-07-30 | Scroll-page keybindings: Add Top (C+HOME), Bottom (C+END) | Richard Hitt | |