summaryrefslogtreecommitdiff
path: root/src/gui/gui-bar-window.c
AgeCommit message (Expand)Author
2015-07-05core: fix type of value returned by function gui_bar_window_content_getSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-01-03core: fix NULL pointer in free of bar window (closes #293); add extra checks ...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-28core: check bar conditions in root bars and on each update of a bar itemSébastien Helleu
2014-02-22core: fix use of invalid pointer in function gui_bar_window_content_alloc (in...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-20core: fix buffer returned in focus info for bar items with a forced bufferSebastien Helleu
2013-07-13core: fix malloc(0) when building content of a bar using a filling with columnsSebastien Helleu
2013-01-12core: fix typo in commentSebastien Helleu
2013-01-12core: fix line returned when clicking on a bar (according to position and fil...Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25core: fix memory leak in case of error when building content of bar item for ...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-04-11core: fix display bugs and crashs with small windows (bug #36107)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-07-29core: fix typo in comment of function gui_bar_window_newSebastien Helleu
2011-07-29core: add "refresh_needed" in dump of bar windows to log fileSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-02-22Fix crash when using column filling in bars with some empty items (bug #32565)Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-17Remove unneeded space between two bar items (for items glued with "+")Sebastien Helleu
2009-05-08Add missing space at beginning of bar item when first sub-item content is NULLSebastien Helleu
2009-05-04Use or '\r' in bar items to force new line with horizontal fillingSebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-02-27Add missing refreshs when creating/deleting barsSebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-02-05Fix crash with nicklist bar when position is top/bottom and filling is columnsSebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ...Sebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-19Fix too many refreshs for bars (build content of items when bar is displayed)Sebastien Helleu