summaryrefslogtreecommitdiff
path: root/src/gui/gtk
AgeCommit message (Expand)Author
2012-06-10core: add horizontal separator between windows, two new options to toggle hor...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-03-04core: add support of terminal "bracketed paste mode" (task #11316)Sebastien Helleu
2012-01-28core: add signal "window_switch"Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu
2012-01-16core: add library "pthread" in cmake file for link on OpenBSDSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-07core: remove cmake warningsSebastien Helleu
2011-12-01core: replace some C++ comments by C commentsSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-03core: fix crash with "/input grab_mouse"Sebastien Helleu
2011-07-30core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl...Sebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-13core: add option weechat.look.eat_newline_glitch (disabled by default, can ca...Sebastien Helleu
2011-04-23core: add option "balance" for command /window (key: alt+"w" + alt+"b")Sebastien Helleu
2011-04-22core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1...Sebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-09Rename some color constants and functions for attributesSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-21Test return value of calls to sscanf functionSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ter...Sebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-03Fix typo: keeped -> keptSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-18Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b...Sebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu