Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-10 | xtext: store palette as GdkColors | TingPing | |
2013-10-09 | Remove left over ifdef for spellcheck | TingPing | |
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
2013-10-09 | Revert 2d5cb3ec7bc62e5c4e7b550ecade22bb53efd9f6 | TingPing | |
Scrolling has issues i couldn't easily fix, will get back to later but lets keep this usable | |||
2013-10-08 | Round 3 of Gtk accessor functions: xtext | TingPing | |
2013-10-08 | Work around for /away being called multiple times | TingPing | |
This will have to be solved eventually in menu.c so you can change their status without emitting the signals. | |||
2013-10-08 | Fix scroll buttons when using tabs | TingPing | |
2013-10-08 | Add preference to change tabs on scroll | TingPing | |
Also revert e52905f50c7ff5d123a58ba016dcbb9de2b13f4f | |||
2013-10-08 | Add chanview files to project | TingPing | |
2013-10-06 | Round 2.5 of gtk accessor functions | TingPing | |
Some leftovers in chanview-tabs and maingui | |||
2013-10-05 | Round two of gtk accessor functions: chanview-tabs | TingPing | |
2013-10-05 | tree-view: switch tabs on mouse wheel up/down | Farow | |
2013-10-04 | libsexy: Improve color parsing | Farow | |
- Background colour is only parsed when there's a comma - Offset for background color is incorrectly calculated (there's no control character, just a comma) | |||
2013-10-04 | libsexy: never include spaces when spell-checking | TingPing | |
2013-10-04 | libsexy: Add "HexChat" to session dictionary | TingPing | |
2013-10-03 | Don't try to update the clear button state when there's no DCC window. | Arnavion | |
2013-10-03 | More improvements to libsexy | TingPing | |
- Add option for showing attributes in input - Improve attribute parsing - Fix detecting iso-codes on unix - Improve getting default langs from $LANG - Fix warnings | |||
2013-10-03 | Use spell entry for topicbar | TingPing | |
Closes #150 | |||
2013-10-03 | libsexy: Don't mark nicks spelled incorrect | TingPing | |
2013-10-03 | Update to gtkspell3's iso code lookup | TingPing | |
This no longer requires libxml so now there is no reason for this to be optional | |||
2013-10-03 | Remove gtkspell support | TingPing | |
2013-10-03 | Fix loading enchant on Unix | TingPing | |
2013-10-03 | libsexy: load colors more efficiently | TingPing | |
2013-10-03 | libsexy: fix spell-check on contractions | TingPing | |
2013-10-03 | Parse attributes in the input box | TingPing | |
2013-10-03 | Topic bar improvements | TingPing | |
- Don't show on server tab - Don't show unavailable modes - Remove less used modes and add more common ones - Use proper case for buttons | |||
2013-09-29 | RFC 1459 does not require channel name be above 0 characters, only that ↵ | Benjamin Burkhart | |
there's a prefix involved, this behavior is present elsewhere in xchat's join channel dialog, making this match. | |||
2013-09-29 | Merge branch 'gresource' | TingPing | |
2013-09-29 | Reorganize files and migrate images to gresource | TingPing | |
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 | |