about summary refs log tree commit diff stats
path: root/src/window_list.c
Commit message (Expand)AuthorAgeFilesLines
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+11
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+1
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+3
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* Free GList in wins_get_pluginJames Booth2016-03-071-0/+1
* Add plugin wins to /win and /close autocompletionJames Booth2016-03-011-3/+17
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+33
|/
* Fix memory leaksJames Booth2016-02-141-0/+1
* Fix room notification remindersJames Booth2016-02-071-1/+1
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+29
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-3/+0
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Update autocompleters on roster nick change/clearJames Booth2016-02-031-0/+26
* Handle occupant nick change in private winsJames Booth2016-02-021-0/+24
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
* Added private chat roster groupJames Booth2016-01-241-1/+1
* Added private chat to roster roomsJames Booth2016-01-241-0/+25
* Added window title autocomplete to /close commandJames Booth2016-01-131-0/+28
* Added /win navigation by jid, win titleJames Booth2016-01-071-0/+124
* Added /wins unreadJames Booth2015-11-301-12/+18
* Tidy wins_create_summary()James Booth2015-11-291-92/+12
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+20
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-021-3/+3
* Removed ui_events moduleJames Booth2015-10-271-1/+0
* Removed ui_ev_focus_winJames Booth2015-10-271-3/+3
* Removed ui_chat_win_existsJames Booth2015-10-261-0/+7
* Applied coding style to src/James Booth2015-10-261-27/+27
* Added indent paddingJames Booth2015-07-291-1/+1
* Removed wins_get_current_* functionsJames Booth2015-06-171-68/+0
* Moved UI interfaces to ui.hJames Booth2015-06-151-1/+0
* Moved ui/windows -> window_listJames Booth2015-06-151-0/+810
='n366' href='#n366'>366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549