summaryrefslogtreecommitdiff
path: root/src/fe-common/core/completion.c
AgeCommit message (Expand)Author
2016-07-12Fix the tab completion for paths starting with ./LemonBoy
2016-06-16completion fixesailin-nemui
2016-06-12Sort the completion resultsLemonBoy
2016-06-12Add a CHOICE type to the settings system.LemonBoy
2016-03-20strip less whitespace from commandsailin-nemui
2016-01-29completion: Fix crash when the complist provided by a script has nullsdequis
2015-11-09Use the PARAM_FLAG_STRIP_TRAILING_WS flag wherever possible.LemonBoy
2015-10-03Add SETTING_TYPE_ANY and replace -1 with it.Alexander Færøy
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-06-22Replace deprecated g_basename with g_path_get_basename.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2009-02-10Prefer g_path_get_dirname() over g_dirname().Alexander Færøy
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-23Do nothing in word_complete if erase is true and we are not continuingEmanuele Giaquinta
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-04-28Make some functions static.Emanuele Giaquinta
2007-06-06Enhance /set completer to complete option names also when a command optionEmanuele Giaquinta
2007-06-05Remove code duplication.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-03-12Remove superflous empty lines.Emanuele Giaquinta
2007-03-12Call signal_stop also when the completion list for the command options/parame...Emanuele Giaquinta
2003-10-11Changed some checks i_isspace() -> ' ' so that TAB isn't included in checks.Timo Sirainen
2002-06-06When completing words beginning with '/' or '~' chars, treat them asTimo Sirainen
2002-05-16Added /COMPLETION -delete and some fixes.Timo Sirainen
2002-05-16Added /COMPLETION command for tab + auto-completion. Config file formatTimo Sirainen
2002-05-02Added completion for /LOAD and /WINDOW ITEM MOVE.Timo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-02-10/BIND meta-k erase_completion - support for removing completion data.Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-08-28Check that word isn't empty instead of just assuming it isn't. This oneTimo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29" <tab>" in query printed glib warnings.Timo Sirainen
2001-07-26bugfixTimo Sirainen
2001-07-14command option/parameter completion was case sensitive (ie. /MSG <tab>Timo Sirainen
2001-07-14removed a useless "fix"Timo Sirainen
2001-07-03Removed GLIB warning at certain condition with tab completion.Timo Sirainen
2001-05-22/SET completion_strict OFF - specifies if the tab nick completion shouldTimo Sirainen
2001-01-28Spaces at the start of line confused the completion some.Timo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-10-14/connect + /server server/chatnet completion by tommik.Timo Sirainen
2000-10-14Moved nick/msg/channel completion to core with some cleanups.Timo Sirainen
2000-07-26Command completion should override others.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09-option tab-completion didn't work.Timo Sirainen
2000-07-09Moved is_base_command() from command completion to command_have_sub()Timo Sirainen