summaryrefslogtreecommitdiff
path: root/src/gui/gtk
AgeCommit message (Expand)Author
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
2009-01-03Update copyright datesSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-18Free layout and chat buffer on exitSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-30Fix wrong include pathSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-18Replace french word "pourcentage" by percentageSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu