about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
* Added missing config.h includesJames Booth2015-10-311-0/+5
* Added HAVE_LIBOTR checksJames Booth2015-10-311-0/+2
* Tidied remaining chatwin functionsJames Booth2015-10-271-15/+10
* Renamed _win_show_history -> _chatwin_historyJames Booth2015-10-271-4/+4
* Tidied chatwin_outgoing_carbonJames Booth2015-10-271-10/+8
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-1/+1
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-271-24/+24
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-271-2/+2
* Moved ui_handle_otr_errorJames Booth2015-10-271-11/+0
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-271-1/+1
* Tidied ui_recipient_goneJames Booth2015-10-271-28/+12
* Combined chatwin OTR SMP functionsJames Booth2015-10-271-80/+42
* Renamed chatwin OTR functionsJames Booth2015-10-271-15/+15
* remaining otr functions take ProfChatWinJames Booth2015-10-271-45/+39
* ui_smp_successful takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-261-5/+5
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-261-7/+9
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-261-7/+6
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-261-5/+4
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-261-10/+7
* ui_gone_secure takes ProfChatWinJames Booth2015-10-261-12/+4
* ui_message_receipt takes ProfChatWinJames Booth2015-10-261-6/+3
* Removed ui_chat_win_existsJames Booth2015-10-261-7/+0
* Extracted chatwin.cJames Booth2015-10-261-0/+455
3' href='#n293'>293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 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