Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-12-10 | Create configuration option to control middle click tab close. | md_5 | |
Some might argue that this shouldn't be able to be configured as it is "common" behaviour in other programs such as web browsers, but for me it is an annoyance because for 15 years this has not been the behaviour of X-Chat. Quite simply, this creates a configuration option for 537fb856, as unobtrusively as possible, under the channel switcher preferences tab. Closes #1232 | |||
2014-12-08 | Removed unused hexchat_filename_*_utf8 macros. | Arnavion | |
2014-12-08 | Minor tidying up | Arnavion | |
2014-12-04 | Fix some obvious type warnings. | Arnavion | |
2014-09-21 | Fix attempting to toggle visibility when tray disabled | TingPing | |
2014-05-27 | osx: Properly use app menu | TingPing | |
Mentioned in #994 | |||
2014-05-23 | Enable drag and drop on Windows | TingPing | |
The issues around it no longer seem to exist in current GTK | |||
2014-05-21 | Fix drag and drop | TingPing | |
2014-05-11 | Add option to bounce dock icon on OSX | TingPing | |
2014-03-15 | Partial revert of 5f732128 | TingPing | |
Still some scrolling issues remain, much work is to be done to properly fix it. | |||
2014-02-07 | Fix hiding unsupported channel modes in topicbar | TingPing | |
2014-02-06 | Use a standard GtkScrolledWindow with xtext | TingPing | |
Used in maingui, fkeys, text events, rawlog This also implements the set_scroll_adjustments signal in xtext | |||
2014-01-18 | Update most deprecated gtk functions | TingPing | |
2014-01-18 | Update most deprecated gdk functions | TingPing | |
2014-01-14 | Build with gtk-mac-integration | TingPing | |
- Use HexChat logo for dock icon - Use appmenu (not finished) | |||
2014-01-08 | Don't select tab while closing with middle-click | TingPing | |
Also fix unused warning and ignore shift right click | |||
2014-01-02 | Bind middle-click to close tab | TingPing | |
Closes #832 | |||
2013-10-27 | Properly set away and fullscreen menu items | 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-06 | Round 2.5 of gtk accessor functions | TingPing | |
Some leftovers in chanview-tabs and maingui | |||
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 | Remove gtkspell support | 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-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-25 | Don't open most windows at mouse position | 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 | Add fullscreen to to view menu | TingPing | |
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 | Replace search window with a searchbar | TingPing | |
2013-09-15 | Replace search window with a searchbar | TingPing | |
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 | Update channel key input | Farow | |
- allow up to 23 characters - make the input bigger | |||
2013-06-18 | Now WORD_HOST6 is handled the same way as WORD_HOST. | Diogo Sousa | |
2013-06-13 | More autojoin wording tweaks | TingPing | |
2013-06-06 | Save chanopt after any changes | TingPing | |
2013-06-06 | Add chanopt for stripping colors | TingPing | |
2013-06-06 | Add autoconnect option to menu of networks | TingPing | |
2013-05-11 | Fix crash when quickly attaching/detaching tabs | TingPing | |
2013-05-08 | Fix server tab changing color when active | TingPing | |
2013-04-24 | Fix left-click of URL/HOST by tidying what we pass to fe_open_url() | RichardHitt | |
2013-04-15 | Fix broken logic in mg_word_clicked(). fixes #522 | RichardHitt | |
2013-04-03 | add %u to userlist popups for account | TingPing | |
2013-04-02 | Only include top level includes from GTK+, GLib and GDK-PixBuf | Berke Viktor | |
2013-04-02 | Remove most of HexTray and one instance | Berke Viktor | |
You can still build HexTray manually if you want to try fixing it | |||
2013-03-25 | Disable tray when using Unity | TingPing | |