| 448 | | |
| 449 | | 2008-01-31 Armin Burgmeier <armin@0x539.de> |
| 450 | | |
| 451 | | * src/config.cpp: File test before loading XML file, this seems to |
| 452 | | crash on Windows otherwise. |
| 453 | | |
| 454 | | 2008-01-24 Philipp Kern <phil@0x539.de> |
| 455 | | |
| 456 | | * src/header.cpp: |
| 457 | | * src/preferences.cpp: |
| 458 | | * src/preferencesdialog.cpp: |
| 459 | | * src/unix.cpp: Fix build failures with g++-4.3 |
| 460 | | (thanks to Matthias Klose) |
| 461 | | |
| 462 | | 2008-01-20 Armin Burgmeier <armin@0x539.de> |
| 463 | | |
| 464 | | * src/preferences.cpp: |
| 465 | | * src/preferencesdialog.cpp: |
| 466 | | * src/header.cpp: Don't crash when no GtkSourceView languages are |
| 467 | | installed. |
| 468 | | |
| 469 | | 2008-01-03 Philipp Kern <phil@0x539.de> |
| 470 | | |
| 471 | | * contrib/gobby.desktop: adhere to the freedesktop.org Desktop |
| 472 | | Entry Specification v1.0 |
| 473 | | |
| 474 | | 2008-01-01 Armin Burgmeier <armin@0x539.de> |
| 475 | | |
| 476 | | * src/preferencesdialog.cpp: Add some spacing to the document |
| 477 | | management option group. |
| 478 | | |
| 479 | | 2008-01-01 Philipp Kern <phil@0x539.de> |
| 480 | | |
| 481 | | * configure.ac: bump version to 0.4.6 |
| 482 | | * NEWS: documented the changes |
| 483 | | |
| 484 | | 2008-01-01 Philipp Kern <phil@0x539.de> |
| 485 | | |
| 486 | | * po/pt_BR.po, po/pl.po, po/ko.po: added new translations |
| 487 | | from Rosetta |
| 488 | | * po/*.po: translation roundup fetched from Rosetta |
| 489 | | * configure.ac: add pt_BR, pl and ko |
| 490 | | |
| 491 | | 2008-01-01 Philipp Kern <phil@0x539.de> |
| 492 | | |
| 493 | | * configure.ac: bump obby dependency to 0.4.5 to get IPv6 |
| 494 | | autodiscovery |
| 495 | | |
| 496 | | 2007-12-16 Armin Burgmeier <armin@0x539.de> |
| 497 | | |
| 498 | | * src/toolwindow.hpp: |
| 499 | | * src/toolwindow.cpp: Hide on escape. |
| 500 | | |
| 501 | | 2007-11-27 Armin Burgmeier <armin@0x539.de> |
| 502 | | |
| 503 | | * src/docwindow.cpp: Enable indentation-on-tab in gtksourceview1 |
| 504 | | |
| 505 | | * configure.in: Require gtksourceview >= 1.8. |
| 506 | | |
| 507 | | 2007-10-14 Armin Burgmeier <armin@0x539.de> |
| 508 | | |
| 509 | | * inc/preferencesdialog.hpp: |
| 510 | | * src/preferencesdialog.cpp: Don't use the tooltip for the smart |
| 511 | | home/end option when gtkmm was built without deprecated API. |
| 512 | | |
| 513 | | * src/logview.cpp: Replaced scroll_to_mark by scroll_to because the |
| 514 | | former is deprecated. |
| 515 | | |
| 516 | | * src/docwindow.cpp: Fix gtksourceview1 build. |
| 517 | | |
| 518 | | 2007-09-30 Benjamin Herr <ben@0x539.de> |
| 519 | | |
| 520 | | * src/window.cpp: Make sure that the two buttons on the confirmation |
| 521 | | dialog when exiting gobby with a session running do not have the same |
| 522 | | mnemonics. |
| 523 | | |
| 524 | | 2007-09-20 Philipp Kern <phil@0x539.de> |
| 525 | | |
| 526 | | * src/ipc.cpp: added unistd.h to the list of includes to ease porting |
| 527 | | to OpenBSD |
| 528 | | |
| 529 | | 2007-09-17 Armin Burgmeier <armin@0x539.de> |
| 530 | | |
| 531 | | * src/preferencesdialog.cpp: |
| 532 | | * src/header.cpp: |
| 533 | | * src/docwindow.cpp: |
| 534 | | * src/preferences.cpp: Adapted to latest (and final) GtkSourceView2 |
| 535 | | API. |
| 536 | | |
| 537 | | 2007-08-27 Armin Burgmeier <armin@0x539.de> |
| 538 | | |
| 539 | | * src/historyentry.cpp: Avoid Gtk::Entry::set_text() because it seems |
| 540 | | to crash on Vista. Use Gtk::Editable::delete_text and |
| 541 | | Gtk::Editable::insert_text instead. |
| 542 | | |
| 543 | | 2007-08-27 Armin Burgmeier <armin@0x539.de> |
| 544 | | |
| 545 | | * src/window.cpp: Make sure not to try to send an unsubscription |
| 546 | | request twice. |
| 547 | | |
| 548 | | 2007-08-18 Armin Burgmeier <armin@0x539.de> |
| 549 | | |
| 550 | | * src/icon.cpp: Win32 build fix. |
| 551 | | |
| 552 | | 2007-08-18 Philipp Kern <phil@0x539.de> |
| 553 | | |
| 554 | | * inc/window.hpp: |
| 555 | | * src/window.cpp: do not close document if `save as' is cancelled |
| 556 | | [fixes #288] |
| 557 | | |
| 558 | | 2007-08-18 Philipp Kern <phil@0x539.de> |
| 559 | | |
| 560 | | * NEWS: |
| 561 | | * configure.ac: bump version to 0.4.5 and document the changes |
| 562 | | |
| 563 | | 2007-08-12 Armin Burgmeier <armin@0x539.de> |
| 564 | | |
| 565 | | * src/window.cpp: Set IO channel encoding to "" when saving files |
| 566 | | because we do the necessary conversion ourselves before saving. This |
| 567 | | fixes saving non-UTF-8 encoded files. |
| 568 | | |
| 569 | | * src/icon.cpp: Convert pixmap paths to UTF-8 on windows, allowing |
| 570 | | gobby to run inside paths containing non-ASCII characters. |
| 571 | | |
| 572 | | * src/preferences.cpp: Include features.hpp for correct gtksourceview2 |
| 573 | | detection. |
| 574 | | |
| 575 | | 2007-08-05 Philipp Kern <phil@0x539.de> |
| 576 | | |
| 577 | | * Place a `Save' button instead of a plain `OK' button in the |
| 578 | | `Save file' dialog and set it as the default response. |
| 579 | | |
| 580 | | 2007-07-22 Philipp Kern <phil@0x539.de> |
| 581 | | |
| 582 | | * Fix compilation with GtkSourceView 1 |
| 583 | | |
| 584 | | 2007-07-22 Philipp Kern <phil@0x539.de> |
| 585 | | |
| 586 | | * New Swedish translation by Daniel Nylander [fixes #282] |
| 587 | | |
| 588 | | 2007-07-09 Philipp Kern <phil@0x539.de> |
| 589 | | |
| 590 | | * src/main.cpp: bugfix to use IPC by default |
| 591 | | |
| 592 | | 2007-07-09 Philipp Kern <phil@0x539.de> |
| 593 | | |
| 594 | | * inc/joindialog.hpp: |
| 595 | | * src/joindialog.cpp: add support for IPv6 autodiscovery |
| 596 | | |
| 597 | | 2007-07-09 Armin Burgmeier <armin@0x539.de> |
| 598 | | |
| 599 | | * src/preferencesdialog.cpp: |
| 600 | | * src/header.cpp: |
| 601 | | * src/docwindow.cpp: |
| 602 | | * src/preferences.cpp: Adjusted for gtksourceview2 API changes. |
| 603 | | |
| 604 | | 2007-06-16 Philipp Kern <phil@0x539.de> |
| 605 | | |
| 606 | | * configure.ac: fixed POSIX compliance |
| 607 | | |
| 608 | | 2007-06-16 Philipp Kern <phil@0x539.de> |
| 609 | | |
| 610 | | * po/POTFILES.in: add more source files to be scanned for strings |
| 611 | | to be translated |
| 612 | | |
| 613 | | * po/gobby.pot: update, mainly line numbers |
| 614 | | |
| 615 | | * po/ca.po: |
| 616 | | * po/pt.po: |
| 617 | | * po/es.po: |
| 618 | | * po/fr.po: |
| 619 | | * po/de.po: |
| 620 | | * po/sv.po: |
| 621 | | * po/zh_CN.po: translation roundup: new line numbers, some strings |
| 622 | | changed by Rosetta contributors |
| 623 | | |
| 624 | | * configure.ac: |
| 625 | | * po/it.po: |
| 626 | | * po/ru.po: new translations imported from Rosetta |
| 627 | | |
| 628 | | * NEWS: documented new translations |
| 629 | | |
| 630 | | 2007-06-15 Philipp Kern <phil@0x539.de> |
| 631 | | |
| 632 | | * NEWS: |
| 633 | | * configure.ac: bump version to 0.4.4 and document the changes |
| 634 | | |
| 635 | | * mkinstalldirs: removed from the repository, is symlinked through |
| 636 | | autogen.sh |
| 637 | | |
| 638 | | 2007-06-15 Philipp Kern <phil@0x539.de> |
| 639 | | |
| 640 | | * src/finddialog.cpp: |
| 641 | | * src/window.cpp: |
| 642 | | * src/statusbar.cpp: |
| 643 | | * src/folder.cpp: |
| 644 | | * src/document.cpp: |
| 645 | | * src/preferencesdialog.cpp: |
| 646 | | * src/main.cpp: |
| 647 | | * src/header.cpp: |
| 648 | | * src/docwindow.cpp: |
| 649 | | * src/preferences.cpp: |
| 650 | | * inc/window.hpp: |
| 651 | | * inc/document.hpp: |
| 652 | | * inc/header.hpp: |
| 653 | | * inc/docwindow.hpp: |
| 654 | | * inc/preferences.hpp: |
| 655 | | * inc/documentlist.hpp: fixed the indentation from two spaces to |
| 656 | | one tab and removed some cruft |
| 657 | | |
| 658 | | 2007-06-13 Philipp Kern <phil@0x539.de> |
| 659 | | |
| 660 | | * src/chat.cpp: use Gtk::Entry::delete_text(...) instead of |
| 661 | | Gtk::Entry::set_text(""); the latter crashes on Windows Vista |
| 662 | | |
| 663 | | 2007-06-12 Armin Burgmeier <armin@0x539.de> |
| 664 | | |
| 665 | | * src/documentlist.cpp: fixed a bug related to the document list's |
| 666 | | selection (clear the selection in obby_start) [fixes #271] |
| 667 | | |
| 668 | | 2007-05-27 Armin Burgmeier <armin@0x539.de> |
| 669 | | |
| 670 | | * inc/sourceview: |
| 671 | | * src/sourceview: |
| 672 | | * Makefile.am: Remove hand-coded GtkSourceView wrappers. |
| 673 | | |
| 674 | | * configure.ac: Added --with-gtksourceview2 configure option. |
| 675 | | |
| 676 | | * src/finddialog.cpp: |
| 677 | | * src/window.cpp: |
| 678 | | * src/statusbar.cpp: |
| 679 | | * src/folder.cpp: |
| 680 | | * src/document.cpp: |
| 681 | | * src/preferencesdialog.cpp: |
| 682 | | * src/main.cpp: |
| 683 | | * src/header.cpp: |
| 684 | | * src/docwindow.cpp: |
| 685 | | * src/preferences.cpp: |
| 686 | | * src/gotodialog.cpp: |
| 687 | | * inc/window.hpp: |
| 688 | | * inc/folder.hpp: |
| 689 | | * inc/document.hpp: |
| 690 | | * inc/preferencesdialog.hpp: |
| 691 | | * inc/header.hpp: |
| 692 | | * inc/docwindow.hpp: |
| 693 | | * inc/preferences.hpp: Support GtkSourceview2, use GtkSourceView C API |
| 694 | | directly. |
| 695 | | |
| 696 | | 2007-05-10 Benjamin Herr <ben@0x539.de> |
| 697 | | |
| 698 | | * inc/documentlist.hpp: |
| 699 | | * src/documentlist.cpp: sort document list alphabetically |
| 700 | | |
| 701 | | 2007-04-23 Philipp Kern <phil@0x539.de> |
| 702 | | |
| 703 | | * src/togglewindow.cpp: ToggleWindow needs UTILITY hints in any |
| 704 | | case |
| 705 | | * src/toolwindow.cpp: use DIALOG unconditionally on every ToolWindow |
| 706 | | |
| 707 | | 2007-04-23 Philipp Kern <phil@0x539.de> |
| 708 | | |
| 709 | | * src/toolwindow.cpp: use DIALOG hint on *nix, UTILITY on Win32 |
| 710 | | * src/window.cpp: copyright notice renewed |
| 711 | | |
| 712 | | 2007-04-16 Armin Burgmeier <armin@0x539.de> |
| 713 | | |
| 714 | | * src/chat.cpp: Reintroduce user tags in chat which got accidentaly |
| 715 | | lost in revision [1515]. |
| 716 | | |
| 717 | | 2007-04-15 Armin Burgmeier <armin@0x539.de> |
| 718 | | |
| 719 | | * src/joindialog.cpp: Don't allow selection in the error case, use a |
| 720 | | single column for both icon and text. Make the dialog resizable. |
| 721 | | |
| 722 | | 2007-04-15 Philipp Kern <phil@0x539.de> |
| 723 | | |
| 724 | | * src/joindialog.cpp: failure handling for exceptions thrown |
| 725 | | by discover |
| 726 | | |
| 727 | | 2007-04-14 Armin Burgmeier <armin@0x539.de> |
| 728 | | |
| 729 | | * src/joindialog.cpp: Only access the currently selected row to set |
| 730 | | the content of the host and port entries when there actually is a |
| 731 | | selected row. |
| 732 | | |
| 733 | | 2007-04-14 Armin Burgmeier <armin@0x539.de> |
| 734 | | |
| 735 | | * inc/joindialog.hpp: |
| 736 | | * src/joindialog.cpp: Take a obby::zeroconf_base instead of |
| 737 | | obby::zeroconf, do not install timer when using avahi as zeroconf |
| 738 | | backend. |
| 739 | | |
| 740 | | * inc/window.hpp: |
| 741 | | * src/window.cpp: Use Glib mainloop for avahi zeroconf backend, |
| 742 | | otherwise poll it every 1500 milliseconds. |
| 743 | | |
| 744 | | 2007-04-14 Philipp Kern <phil@0x539.de> |
| 745 | | |
| 746 | | * configure.ac, Makefile.am: check for Avahi in obby and link against |
| 747 | | avahi-glib if Avahi proper is used for Zeroconf support; provide |
| 748 | | an additional define WITH_AVAHI for usage within the code |
| 749 | | |
| 750 | | 2007-04-09 Armin Burgmeier <armin@0x539.de> |
| 751 | | |
| 752 | | * inc/folder.hpp: |
| 753 | | * src/folder.cpp: Added a select_document() function that selects the |
| 754 | | page that shows the given document. |
| 755 | | |
| 756 | | * src/userlist.cpp: |
| 757 | | * src/documentlist.cpp: Make use of it. |
| 758 | | |
| 759 | | 2007-04-09 Philipp Kern <phil@0x539.de> |
| 760 | | |
| 761 | | * src/window.cpp: |
| 762 | | * inc/documentlist.hpp: |
| 763 | | * src/documentlist.cpp: allow the same in the document list |
| 764 | | |
| 765 | | 2007-04-09 Philipp Kern <phil@0x539.de> |
| 766 | | |
| 767 | | * inc/window.hpp: |
| 768 | | * src/window.cpp: pass a folder object to the user list |
| 769 | | * inc/userlist.hpp: |
| 770 | | * src/userlist.cpp: doubleclicks on already subscribed documents now |
| 771 | | cause the document to be selected |
| 772 | | |
| 773 | | 2007-04-09 Philipp Kern <phil@0x539.de> |
| 774 | | |
| 775 | | * configure.ac: bump version to 0.4.3 |
| 776 | | * NEWS: note down usability improvements in 0.4.3 |
| 777 | | |
| 778 | | 2007-04-09 Philipp Kern <phil@0x539.de> |
| 779 | | |
| 780 | | * src/window.cpp: do not show tabs if only one document present |
| 781 | | [fixes #220] |
| 782 | | |
| 783 | | 2007-04-08 Philipp Kern <phil@0x539.de> |
| 784 | | |
| 785 | | * src/preferencesdialog.cpp: add toolbar setting for "text besides icon" |
| 786 | | * src/header.cpp: set important flags of the actions according |
| 787 | | to the sensitivity |
| 788 | | |
| 789 | | 2007-04-08 Philipp Kern <phil@0x539.de> |
| 790 | | |
| 791 | | * src/window.cpp: |
| 792 | | * src/chat.cpp: set urgency hint on window only when chat widget |
| 793 | | is visible [fixes #256] |
| 794 | | |
| 795 | | 2007-04-07 Philipp Kern <phil@0x539.de> |
| 796 | | |
| 797 | | * inc/userlist.hpp: |
| 798 | | * src/userlist.hpp: allow doubleclicks on documents in the userlist |
| 799 | | to subscribe to them [fixes #225] |
| 800 | | |
| 801 | | 2007-04-07 Philipp Kern <phil@0x539.de> |
| 802 | | |
| 803 | | * inc/document_settings.hpp: signals now pass a non-const |
| 804 | | LocalDocumentInfo reference |
| 805 | | * inc/window.hpp: |
| 806 | | * src/window.cpp: automatically opened tabs should not grab |
| 807 | | the focus [finally fixes #232] |
| 808 | | |
| 809 | | 2007-04-07 Philipp Kern <phil@0x539.de> |
| 810 | | |
| 811 | | * inc/document_settings.hpp: |
| 812 | | * src/document_settings.cpp: add a flag whether the document was |
| 813 | | opened automatically or not |
| 814 | | |
| 815 | | 2007-04-02 Philipp Kern <phil@0x539.de> |
| 816 | | |
| 817 | | * src/window.cpp: |
| 818 | | * inc/preferences.hpp: |
| 819 | | * src/preferences.cpp: |
| 820 | | * inc/preferencesdialog.hpp: |
| 821 | | * src/preferencesdialog.cpp: add new configuration option to open |
| 822 | | new remotely-created documents automatically [fixes #232] |
| 823 | | |
| 824 | | 2007-04-02 Philipp Kern <phil@0x539.de> |
| 825 | | |
| 826 | | * src/window.cpp: Mention avahi-daemon in failure message. |
| 827 | | |
| 828 | | 2007-03-27 Philipp Kern <phil@0x539.de> |
| 829 | | |
| 830 | | * src/window.cpp: Output an error to the console if the zeroconf |
| 831 | | daemon is unavailable instead of displaying an annoying message |
| 832 | | box. |
| 833 | | |
| 834 | | 2007-03-27 Philipp Kern <phil@0x539.de> |
| 835 | | |
| 836 | | * src/preferences.cpp: Fix some mime types. It seems that they |
| 837 | | are inconsistent over different distributions, at least the |
| 838 | | fixed ones are commonly changed. |
| 839 | | |
| 840 | | 2007-03-24 Armin Burgmeier <armin@0x539.de> |
| 841 | | |
| 842 | | * inc/window.hpp: |
| 843 | | * src/window.cpp: Focus find and goto dialogs always when the |
| 844 | | corresponding actions are triggered. Also do not load them at startup |
| 845 | | but as soon as they are required, to improve startup time |
| 846 | | [fixes #251]. |
| 847 | | |
| 848 | | 2007-03-21 Armin Burgmeier <armin@0x539.de> |
| 849 | | |
| 850 | | * src/chat.cpp: Do not print an incoming message as much times as its |
| 851 | | number of lines, but only once. |
| 852 | | |
| 853 | | 2007-02-25 Armin Burgmeier <armin@0x539.de> |
| 854 | | |
| 855 | | * src/window.cpp: Open output file to save a document with |
| 856 | | Glib::IOChannel instead of std::ofstream to get correct conversion of |
| 857 | | filename encoding from glib. |
| 858 | | |
| 859 | | 2007-02-25 Armin Burgmeier <armin@0x539.de> |
| 860 | | |
| 861 | | * src/ipc.cpp: Define _WIN32_WINNT to get HWND_MESSAGE API. |
| 862 | | |
| 863 | | 2007-02-25 Philipp Kern <phil@0x539.de> |
| 864 | | |
| 865 | | * NEWS, configure.in: Bump version to 0.4.2 and document important |
| 866 | | changes. |
| 867 | | |
| 868 | | 2007-01-02 Philipp Kern <phil@0x539.de> |
| 869 | | |
| 870 | | Moved GlobalUnlock further downwards |
| 871 | | (The pointer is only guaranteed to point to the right place within |
| 872 | | GlobalLock and GlobalUnlock, thus it might point to an invalid memory |
| 873 | | block. [Michael Walter]) |
| 874 | | |
| 875 | | 2006-12-31 Armin Burgmeier <armin@0x539.de> |
| 876 | | |
| 877 | | Accept absolute file names for IPC [fixes #237] |
| 878 | | |
| 879 | | 2006-11-08 Armin Burgmeier <armin@0x539.de> |
| 880 | | |
| 881 | | Keep viewport position on remote operations |
| 882 | | |
| 883 | | 2006-11-04 Armin Burgmeier <armin@0x539.de> |
| 884 | | |
| 885 | | Allow subscribing by double click on document list |
| 886 | | |
| 887 | | 2006-11-04 Armin Burgmeier <armin@0x539.de> |
| 888 | | |
| 889 | | Libtool stuff |
| 890 | | |
| 891 | | 2006-11-04 Armin Burgmeier <armin@0x539.de> |
| 892 | | |
| 893 | | Do not set modified flag when opening a local file [fixes #214] |
| 894 | | |
| 895 | | 2006-10-26 Philipp Kern <phil@0x539.de> |
| 896 | | |
| 897 | | Put the urgency hint into the preferences dialog |
| 898 | | |
| 899 | | 2006-09-05 Philipp Kern <phil@0x539.de> |
| 900 | | |
| 901 | | MingW compilation fix: windres now detected by autoconf |
| 902 | | |
| 903 | | 2006-09-05 Philipp Kern <phil@0x539.de> |
| 904 | | |
| 905 | | MingW compilation fix |
| 906 | | |
| 907 | | 2006-08-27 Philipp Kern <phil@0x539.de> |
| 908 | | |
| 909 | | Updated ChangeLog for release |
| 910 | | |
| 911 | | 2006-08-27 Philipp Kern <phil@0x539.de> |
| 912 | | |
| 913 | | Bump version to 0.4.1 |
| 914 | | |
| 915 | | 2006-08-21 Armin Burgmeier <armin@0x539.de> |
| 916 | | |
| 917 | | Load pixmaps from pixmaps/ if not found in PIXMAPS_DIR |
| 918 | | |
| 919 | | 2006-08-21 Philipp Kern <phil@0x539.de> |
| 920 | | |
| 921 | | Move the PNGs out of contrib/artwork into pixmaps |
| 922 | | |
| 923 | | 2006-08-21 Philipp Kern <phil@0x539.de> |
| 924 | | |
| 925 | | Remove inline pixmaps and use the external graphics in any case |
| 926 | | |
| 927 | | 2006-08-17 Philipp Kern <phil@0x539.de> |
| 928 | | |
| 929 | | Removed Gobby::Atomic, no longer needed |
| 930 | | |
| 931 | | 2006-08-17 Philipp Kern <phil@0x539.de> |
| 932 | | |
| 933 | | Translation roundup |
| 934 | | |
| 935 | | 2006-08-17 Philipp Kern <phil@0x539.de> |
| 936 | | |
| 937 | | Updated the manual page |
| 938 | | |
| 939 | | 2006-08-16 Philipp Kern <phil@0x539.de> |
| 940 | | |
| 941 | | Bump version to 0.4.0rc4 and depend on obby-0.4.0rc4 or higher |
| 942 | | |
| 943 | | 2006-08-16 Armin Burgmeier <armin@0x539.de> |
| 944 | | |
| 945 | | Preselect line in GotoDialog |
| 946 | | |
| 947 | | 2006-08-16 Armin Burgmeier <armin@0x539.de> |
| 948 | | |
| 949 | | Do not allow self-highlighting |
| 950 | | |
| 951 | | 2006-08-15 Philipp Kern <phil@0x539.de> |
| 952 | | |
| 953 | | Updated NEWS |
| 954 | | |
| 955 | | 2006-08-14 Philipp Kern <phil@0x539.de> |
| 956 | | |
| 957 | | Moved the contents of the View menu to Edit |
| 958 | | |
| 959 | | 2006-08-14 Armin Burgmeier <armin@0x539.de> |
| 960 | | |
| 961 | | Set type hint of tool windows to UTILITY |
| 962 | | |
| 963 | | 2006-08-11 Armin Burgmeier <armin@0x539.de> |
| 964 | | |
| 965 | | Renamed disable-ipc to new-instance |
| 966 | | |
| 967 | | 2006-08-08 Armin Burgmeier <armin@0x539.de> |
| 968 | | |
| 969 | | Made statusbar more standard-compliant |
| 970 | | |
| 971 | | 2006-08-08 Armin Burgmeier <armin@0x539.de> |
| 972 | | |
| 973 | | Added --join and --disable-ipc command line options |
| 974 | | |
| 975 | | 2006-08-08 Armin Burgmeier <armin@0x539.de> |
| 976 | | |
| 977 | | Set urgency hint when chat messages arrive |
| 978 | | |
| 979 | | 2006-08-08 Philipp Kern <phil@0x539.de> |
| 980 | | |
| 981 | | Save user-modified palettes in the configuration [fixes #181] |
| 982 | | |
| 983 | | 2006-08-07 Philipp Kern <phil@0x539.de> |
| 984 | | |
| 985 | | Updated ChangeLog for release |
| 986 | | |
| 987 | | 2006-08-07 Philipp Kern <phil@0x539.de> |
| 988 | | |
| 989 | | Bumped version to 0.4.0rc3 |
| 990 | | |
| 991 | | 2006-08-07 Philipp Kern <phil@0x539.de> |
| 992 | | |
| 993 | | Strictened the build-dependency on obby-0.4.0rc3 |
| 994 | | |
| 995 | | 2006-06-16 Philipp Kern <phil@0x539.de> |
| 996 | | |
| 997 | | GCC 3.3 compile fixes |
| 998 | | |
| 999 | | 2006-06-15 Philipp Kern <phil@0x539.de> |
| 1000 | | |
| 1001 | | Do not crash when threads are already initialised |
| 1002 | | |
| 1003 | | 2006-06-07 Philipp Kern <phil@0x539.de> |
| 1004 | | |
| 1005 | | Replace "Shows up" by "Displays" |
| 1006 | | |
| 1007 | | 2006-06-07 Philipp Kern <phil@0x539.de> |
| 1008 | | |
| 1009 | | Updated ChangeLog for release |
| 1010 | | |
| 1011 | | 2006-06-06 Philipp Kern <phil@0x539.de> |
| 1012 | | |
| 1013 | | Depend on obby >= 0.4.0rc2; bump version to 0.4.0rc2 |
| 1014 | | |
| 1015 | | 2006-06-07 Armin Burgmeier <armin@0x539.de> |
| 1016 | | |
| 1017 | | Fix SEGV caused by wrong usage of Gtk::AccelKey [fixes #163] |
| 1018 | | |
| 1019 | | 2006-06-04 Philipp Kern <phil@0x539.de> |
| 1020 | | |
| 1021 | | Translation roundup; new Catalan translation, thanks to Jordi Mallach |
| 1022 | | |
| 1023 | | 2006-06-04 Philipp Kern <phil@0x539.de> |
| 1024 | | |
| 1025 | | Bumped gobby.pot to reflect the current source code locations |
| 1026 | | |
| 1027 | | 2006-05-07 Philipp Kern <phil@0x539.de> |
| 1028 | | |
| 1029 | | Add document test to the `make check' testrunner |
| 1030 | | |
| 1031 | | 2006-05-07 Armin Burgmeier <armin@0x539.de> |
| 1032 | | |
| 1033 | | Added append tests |
| 1034 | | |
| 1035 | | 2006-05-07 Armin Burgmeier <armin@0x539.de> |
| 1036 | | |
| 1037 | | Added support for obby::text::npos to Document::erase and |
| 1038 | | Document::get_slice |
| 1039 | | |
| 1040 | | 2006-05-07 Armin Burgmeier <armin@0x539.de> |
| 1041 | | |
| 1042 | | Added Document test |
| 1043 | | |
| 1044 | | 2006-05-07 Armin Burgmeier <armin@0x539.de> |
| 1045 | | |
| 1046 | | Added Document::clear() |
| 1047 | | |
| 1048 | | 2006-05-06 Philipp Kern <phil@0x539.de> |
| 1049 | | |
| 1050 | | Check for substrings in Win32 detection |
| 1051 | | |
| 1052 | | 2006-04-24 Armin Burgmeier <armin@0x539.de> |
| 1053 | | |
| 1054 | | Added contrib/artwork/doclist.png to EXTRA_DIST [fixes #152] |
| 1055 | | |
| 1056 | | 2006-04-19 Philipp Kern <phil@0x539.de> |
| 1057 | | |
| 1058 | | Add a man page for Gobby |
| 1059 | | |
| 1060 | | 2006-04-16 Philipp Kern <phil@0x539.de> |
| 1061 | | |
| 1062 | | Do not depend on JoinDialog creation on invokation |
| 1063 | | |
| 1064 | | 2006-04-15 Philipp Kern <phil@0x539.de> |
| 1065 | | |
| 1066 | | Check for a generic zeroconf target in obby |
| 1067 | | |
| 1068 | | 2006-04-15 Philipp Kern <phil@0x539.de> |
| 1069 | | |
| 1070 | | Expand the artists' credits |
| 1071 | | |
| 1072 | | 2006-04-11 Philipp Kern <phil@0x539.de> |
| 1073 | | |
| 1074 | | Updated ChangeLog for release |
| 1075 | | |
| 1076 | | 2006-04-10 Armin Burgmeier <armin@0x539.de> |
| 1077 | | |
| 1078 | | src/gselector.cpp: Added idle call in timout handler. |
| 1079 | | This is a workaround for a possible bug in glib: A connection to |
| 1080 | | Glib::signal_io is not triggered without waking up the main loop |
| 1081 | | once more. |
| 1082 | | |
| 1083 | | 2006-04-10 Philipp Kern <phil@0x539.de> |
| 1084 | | |
| 1085 | | Enable URL support on Mac OS X |
| 1086 | | |
| 1087 | | 2006-04-10 Philipp Kern <phil@0x539.de> |
| 1088 | | |
| 1089 | | Updates to INSTALL |
| 1090 | | |
| 1091 | | 2006-04-10 Philipp Kern <phil@0x539.de> |
| 1092 | | |
| 1093 | | Little wrapping issue in translation |
| 1094 | | |
| 1095 | | 2006-04-10 Philipp Kern <phil@0x539.de> |
| 1096 | | |
| 1097 | | Reorder the PKG_CHECK_MODULES calls |
| 1098 | | |
| 1099 | | 2006-04-09 Armin Burgmeier <armin@0x539.de> |
| 1100 | | |
| 1101 | | Use Gobby's color selection palette in JoinProgressDialog color prompt |
| 1102 | | |
| 1103 | | 2006-04-09 Armin Burgmeier <armin@0x539.de> |
| 1104 | | |
| 1105 | | Fixed a thread-related issue that could cause a SEGV on |
| 1106 | | connection loss |
| 1107 | | |
| 1108 | | 2006-04-01 Armin Burgmeier <armin@0x539.de> |
| 1109 | | |
| 1110 | | Inherit Document from sigc::trackable |
| 1111 | | |
| 1112 | | 2006-03-31 Philipp Kern <phil@0x539.de> |
| 1113 | | |
| 1114 | | gtk-connect does not work on buttons on Mac; reason unknown |
| 1115 | | |
| 1116 | | 2006-03-31 Philipp Kern <phil@0x539.de> |
| 1117 | | |
| 1118 | | Update version to 0.4.0rc1 |
| 1119 | | |
| 1120 | | 2006-03-31 Philipp Kern <phil@0x539.de> |
| 1121 | | |
| 1122 | | Some kind of translation roundup, very limited |
| 1123 | | |
| 1124 | | 2006-03-30 Philipp Kern <phil@0x539.de> |
| 1125 | | |
| 1126 | | Empty the TODO for now |
| 1127 | | |
| 1128 | | 2006-03-31 Philipp Kern <phil@0x539.de> |
| 1129 | | |
| 1130 | | Updated README |
| 1131 | | |
| 1132 | | 2006-03-30 Armin Burgmeier <armin@0x539.de> |
| 1133 | | |
| 1134 | | Align info labels in preferences dialog to the left |
| 1135 | | |
| 1136 | | 2006-03-30 Armin Burgmeier <armin@0x539.de> |
| 1137 | | |
| 1138 | | Set priority of user tags lower than GtkSourceView's bracket |
| 1139 | | highlighting tag |
| 1140 | | |
| 1141 | | 2006-03-30 Armin Burgmeier <armin@0x539.de> |
| 1142 | | |
| 1143 | | Initialize gnome-vfs correctly |
| 1144 | | |
| 1145 | | 2006-03-30 Armin Burgmeier <armin@0x539.de> |
| 1146 | | |
| 1147 | | Link http URLs in LogView when compiled --with-gnome [fixes #80] |
| 1148 | | |
| 1149 | | 2006-03-30 Philipp Kern <phil@0x539.de> |
| 1150 | | |
| 1151 | | Include the stat header |
| 1152 | | |
| 1153 | | 2006-03-30 Armin Burgmeier <armin@0x539.de> |
| 1154 | | |
| 1155 | | Fixed config class |
| 1156 | | |
| 1157 | | 2006-03-29 Armin Burgmeier <armin@0x539.de> |
| 1158 | | |
| 1159 | | Fixed Config::ParentEntry::supply_value |
| 1160 | | |
| 1161 | | 2006-03-29 Philipp Kern <phil@0x539.de> |
| 1162 | | |
| 1163 | | Depend on gnome-vfs-2.0 when compiled with GNOME support |
| 1164 | | |
| 1165 | | 2006-03-29 Armin Burgmeier <armin@0x539.de> |
| 1166 | | |
| 1167 | | Refactored Config class |
| 1168 | | |
| 1169 | | 2006-03-28 Armin Burgmeier <armin@0x539.de> |
| 1170 | | |
| 1171 | | Print remove command errors to chat |
| 1172 | | |
| 1173 | | 2006-03-28 Armin Burgmeier <armin@0x539.de> |
| 1174 | | |
| 1175 | | Use default context in ipc.cpp |
| 1176 | | |
| 1177 | | 2006-03-28 Armin Burgmeier <armin@0x539.de> |
| 1178 | | |
| 1179 | | Avoid unnecessary compiler warnings |
| 1180 | | |
| 1181 | | 2006-03-27 Armin Burgmeier <armin@0x539.de> |
| 1182 | | |
| 1183 | | Added timeout capability to GSelector, enable keepalives [fixes #131] |
| 1184 | | |
| 1185 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1186 | | |
| 1187 | | Added document list item |
| 1188 | | |
| 1189 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1190 | | |
| 1191 | | Remember position of tool windows |
| 1192 | | |
| 1193 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1194 | | |
| 1195 | | set initially given font name in Font::set when font selector is |
| 1196 | | never realized |
| 1197 | | |
| 1198 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1199 | | |
| 1200 | | Send command line parameters only to other gobbys owned by the |
| 1201 | | same user |
| 1202 | | |
| 1203 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1204 | | |
| 1205 | | Win32 IPC using hidden windows |
| 1206 | | |
| 1207 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1208 | | |
| 1209 | | Changed another occurence of obby-0.3 in configure script |
| 1210 | | |
| 1211 | | 2006-03-25 Philipp Kern <phil@0x539.de> |
| 1212 | | |
| 1213 | | Depend on net6-1.3 and obby-0.4 |
| 1214 | | |
| 1215 | | 2006-03-25 Armin Burgmeier <armin@0x539.de> |
| 1216 | | |
| 1217 | | Pass command line parameters to remote Gobby instanc |
| 1218 | | |
| 1219 | | 2006-03-24 Philipp Kern <phil@0x539.de> |
| 1220 | | |
| 1221 | | Bump version to 0.3.99 to avoid confusion with final versions |
| 1222 | | |
| 1223 | | 2006-03-24 Armin Burgmeier <armin@0x539.de> |
| 1224 | | |
| 1225 | | Do not explictely request encryption, this is done by obby |
| 1226 | | |
| 1227 | | 2006-03-24 Armin Burgmeier <armin@0x539.de> |
| 1228 | | |
| 1229 | | Pack statusbar frames without space |
| 1230 | | |
| 1231 | | 2006-03-24 Armin Burgmeier <armin@0x539.de> |
| 1232 | | |
| 1233 | | Some fixes to JoinProgressDialog |
| 1234 | | |
| 1235 | | 2006-03-24 Philipp Kern <phil@0x539.de> |
| 1236 | | |
| 1237 | | Cosmetic changes to remove the references to RSA |
| 1238 | | |
| 1239 | | 2006-02-08 Benjamin Herr <ben@0x539.de> |
| 1240 | | |
| 1241 | | fixed possible out-of-bounds condition in convert2unix |
| 1242 | | |
| 1243 | | 2006-03-20 Armin Burgmeier <armin@0x539.de> |
| 1244 | | |
| 1245 | | Protect GSelector by a mutex |
| 1246 | | |
| 1247 | | 2006-03-17 Philipp Kern <phil@0x539.de> |
| 1248 | | |
| 1249 | | Initial NEWS section for 0.4.0 |
| 1250 | | |
| 1251 | | 2006-03-19 Armin Burgmeier <armin@0x539.de> |
| 1252 | | |
| 1253 | | Send chat messages beginning with '/' as command |
| 1254 | | |
| 1255 | | 2006-03-19 Armin Burgmeier <armin@0x539.de> |
| 1256 | | |
| 1257 | | Activate goto button when pressing enter |
| 1258 | | |
| 1259 | | 2006-03-17 Philipp Kern <phil@0x539.de> |
| 1260 | | |
| 1261 | | We're in 2006 |
| 1262 | | |
| 1263 | | 2006-03-17 Armin Burgmeier <armin@0x539.de> |
| 1264 | | |
| 1265 | | Reenabled user color change (has been dropped accidently) |
| 1266 | | |
| 1267 | | 2006-03-17 Armin Burgmeier <armin@0x539.de> |
| 1268 | | |
| 1269 | | Replaced DefaultDialog by Gtk::Dialog::set_default_response |
| 1270 | | [fixes #117] |
| 1271 | | |
| 1272 | | 2006-03-15 Armin Burgmeier <armin@0x539.de> |
| 1273 | | |
| 1274 | | Use Gtk::Statusbar instead of Gtk::Frame for status bar |
| 1275 | | |
| 1276 | | 2006-03-15 Armin Burgmeier <armin@0x539.de> |
| 1277 | | |
| 1278 | | Added toggle button to hide chat [fixes #134] |
| 1279 | | |
| 1280 | | 2006-03-15 Armin Burgmeier <armin@0x539.de> |
| 1281 | | |
| 1282 | | Added chat icon by Benjamin Herr |
| 1283 | | |
| 1284 | | 2006-03-15 Armin Burgmeier <armin@0x539.de> |
| 1285 | | |
| 1286 | | Added font selection to preferences [fixes #123] |
| 1287 | | |
| 1288 | | 2006-03-14 Armin Burgmeier <armin@0x539.de> |
| 1289 | | |
| 1290 | | Implemented EncodingSelector::remove_text for compatibility |
| 1291 | | with gtkmm < 2.8 |
| 1292 | | |
| 1293 | | 2006-03-14 Armin Burgmeier <armin@0x539.de> |
| 1294 | | |
| 1295 | | Reopen host/join dialog after hosting/joining failed [fixes #130] |
| 1296 | | |
| 1297 | | 2006-03-10 Armin Burgmeier <armin@0x539.de> |
| 1298 | | |
| 1299 | | Show suffixed name in window title and document list [fixes #111] |
| 1300 | | |
| 1301 | | 2006-03-10 Armin Burgmeier <armin@0x539.de> |
| 1302 | | |
| 1303 | | Removed "Connection is now encrypted" debug message |
| 1304 | | |
| 1305 | | 2006-03-10 Armin Burgmeier <armin@0x539.de> |
| 1306 | | |
| 1307 | | Hide mime type column in file preferences page |
| 1308 | | |
| 1309 | | 2006-03-10 Armin Burgmeier <armin@0x539.de> |
| 1310 | | |
| 1311 | | Added mnemonics to main menu bar |
| 1312 | | |
| 1313 | | 2006-03-10 Armin Burgmeier <armin@0x539.de> |
| 1314 | | |
| 1315 | | Removed remaining references to mimemap |
| 1316 | | |
| 1317 | | 2006-03-09 Armin Burgmeier <armin@0x539.de> |
| 1318 | | |
| 1319 | | Ctrl+Alt+PgDown/Up shifts document [fixes #112] |
| 1320 | | |
| 1321 | | 2006-03-09 Armin Burgmeier <armin@0x539.de> |
| 1322 | | |
| 1323 | | Added filelist to preferences |
| 1324 | | |
| 1325 | | 2006-03-08 Armin Burgmeier <armin@0x539.de> |
| 1326 | | |
| 1327 | | Replaced mime map by file list in preferences |
| 1328 | | |
| 1329 | | 2006-03-07 Armin Burgmeier <armin@0x539.de> |
| 1330 | | |
| 1331 | | Disable OK button in password dialog when passwords do not match |
| 1332 | | |
| 1333 | | 2006-03-07 Armin Burgmeier <armin@0x539.de> |
| 1334 | | |
| 1335 | | Added application state frags controlling header sensitivity |
| 1336 | | |
| 1337 | | 2006-03-06 Armin Burgmeier <armin@0x539.de> |
| 1338 | | |
| 1339 | | Do not allow subscriptions to non-UTF-8-encoded documents |
| 1340 | | |
| 1341 | | 2006-03-06 Armin Burgmeier <armin@0x539.de> |
| 1342 | | |
| 1343 | | Store original encoding in document settings [fixes #65] |
| 1344 | | |
| 1345 | | 2006-03-05 Armin Burgmeier <armin@0x539.de> |
| 1346 | | |
| 1347 | | Added encoding selection in file chooser |
| 1348 | | |
| 1349 | | 2006-03-05 Armin Burgmeier <armin@0x539.de> |
| 1350 | | |
| 1351 | | Do not delete buffer after session closure, allow saving of closed |
| 1352 | | sessions |
| 1353 | | |
| 1354 | | 2006-03-02 Philipp Kern <phil@0x539.de> |
| 1355 | | |
| 1356 | | Transform the ok button into a host one in the host dialog |
| 1357 | | |
| 1358 | | 2006-03-02 Philipp Kern <phil@0x539.de> |
| 1359 | | |
| 1360 | | Use a connect button instead of ok in the join dialog |
| 1361 | | |
| 1362 | | 2006-02-28 Armin Burgmeier <armin@0x539.de> |
| 1363 | | |
| 1364 | | Introduced document settings to store document's original encoding |
| 1365 | | |
| 1366 | | 2006-02-28 Armin Burgmeier <armin@0x539.de> |
| 1367 | | |
| 1368 | | Send UTF-8 as encoding |
| 1369 | | |
| 1370 | | 2006-02-26 Armin Burgmeier <armin@0x539.de> |
| 1371 | | |
| 1372 | | Disable subscribe button when subscription request has been sent |
| 1373 | | [fixes #126] |
| 1374 | | |
| 1375 | | 2006-02-24 Armin Burgmeier <armin@0x539.de> |
| 1376 | | |
| 1377 | | alt+n switches tabs |
| 1378 | | |
| 1379 | | 2006-02-23 Armin Burgmeier <armin@0x539.de> |
| 1380 | | |
| 1381 | | Restored left gravity cursor on remote insert |
| 1382 | | |
| 1383 | | 2006-02-23 Armin Burgmeier <armin@0x539.de> |
| 1384 | | |
| 1385 | | Gobby seems to work now, but still needs further testing |
| 1386 | | |
| 1387 | | 2006-02-22 Armin Burgmeier <armin@0x539.de> |
| 1388 | | |
| 1389 | | Made Gobby compile again - does still not work |
| 1390 | | |
| 1391 | | 2006-02-19 Armin Burgmeier <armin@0x539.de> |
| 1392 | | |
| 1393 | | Adjusted GSelector to new selector principle |
| 1394 | | |
| 1395 | | 2006-02-14 Philipp Kern <phil@0x539.de> |
| 1396 | | |
| 1397 | | Experimental patch for client-initiated encryption |
| 1398 | | |
| 1399 | | 2006-02-06 Armin Burgmeier <armin@0x539.de> |
| 1400 | | |
| 1401 | | Replaced buffer wrappers by GSelector |
| 1402 | | |
| 1403 | | 2006-02-03 Armin Burgmeier <armin@0x539.de> |
| 1404 | | |
| 1405 | | Added obby/document.hpp include since it is heavily decoupled from |
| 1406 | | obby itself |
| 1407 | | |
| 1408 | | 2006-02-02 Armin Burgmeier <armin@0x539.de> |
| 1409 | | |
| 1410 | | Changed buffer wrapper to match obby's new_net() |
| 1411 | | |
| 1412 | | 2006-01-30 Armin Burgmeier <armin@0x539.de> |
| 1413 | | |
| 1414 | | Temporary adjustments for document template parameter in document info |
| 1415 | | |
| 1416 | | 2006-01-29 Armin Burgmeier <armin@0x539.de> |
| 1417 | | |
| 1418 | | Temporary adjustments to document type template in obby::document_info |
| 1419 | | |
| 1420 | | 2006-01-26 Armin Burgmeier <armin@0x539.de> |
| 1421 | | |
| 1422 | | Changes for new net6 IO conditions |
| 1423 | | |
| 1424 | | 2006-01-11 Trac <trac@darcs.0x539.de> |
| 1425 | | |
| 1426 | | TODO updated |
| 1427 | | |
| 1428 | | 2006-01-07 Trac <trac@darcs.0x539.de> |
| 1429 | | |
| 1430 | | TODO updated |
| 1431 | | |
| 1432 | | 2005-12-31 Trac <trac@darcs.0x539.de> |
| 1433 | | |
| 1434 | | TODO updated |
| 1435 | | |
| 1436 | | 2005-12-13 Trac <trac@darcs.0x539.de> |
| 1437 | | |
| 1438 | | TODO updated |
| 1439 | | |
| 1440 | | 2005-12-11 Trac <trac@darcs.0x539.de> |
| 1441 | | |
| 1442 | | TODO updated |
| 1443 | | |
| 1444 | | 2005-12-10 Philipp Kern <phil@0x539.de> |
| 1445 | | |
| 1446 | | Forgot to translate at least one string |
| 1447 | | |
| 1448 | | 2005-12-08 Philipp Kern <phil@0x539.de> |
| 1449 | | |
| 1450 | | Translation roundup |
| 1451 | | |
| 1452 | | 2005-12-07 Philipp Kern <phil@0x539.de> |
| 1453 | | |
| 1454 | | Armin spotted the problem with encodings in the chat window |
| 1455 | | |
| 1456 | | 2005-11-24 Philipp Kern <phil@0x539.de> |
| 1457 | | |
| 1458 | | Translation roundup |
| 1459 | | |
| 1460 | | 2005-11-24 Philipp Kern <phil@0x539.de> |
| 1461 | | |
| 1462 | | Require net6-1.2 >= 1.2.1 |
| 1463 | | |
| 1464 | | 2005-11-23 Trac <trac@darcs.0x539.de> |
| 1465 | | |
| 1466 | | TODO updated |
| 1467 | | |
| 1468 | | 2005-11-22 Armin Burgmeier <armin@0x539.de> |
| 1469 | | |
| 1470 | | Removed covariant returns from buffer wrapper |
| 1471 | | |
| 1472 | | 2005-11-21 Armin Burgmeier <armin@0x539.de> |
| 1473 | | |
| 1474 | | Do not crash if empty config is found |
| 1475 | | |
| 1476 | | 2005-11-20 Philipp Kern <phil@0x539.de> |
| 1477 | | |
| 1478 | | Search for obby in the paths specified by pkg-config |
| 1479 | | |
| 1480 | | 2005-11-20 Armin Burgmeier <armin@0x539.de> |
| 1481 | | |
| 1482 | | Give initial focus to close button in close confirmation dialog |
| 1483 | | |
| 1484 | | 2005-11-19 Armin Burgmeier <armin@0x539.de> |
| 1485 | | |
| 1486 | | Updated README and AUTHORS |
| 1487 | | |
| 1488 | | 2005-11-19 Armin Burgmeier <armin@0x539.de> |
| 1489 | | |
| 1490 | | Atomic write failed if the destination directory was not on the same |
| 1491 | | device as the temporary directory, use normal write |
| 1492 | | |
| 1493 | | 2005-11-19 Trac <trac@darcs.0x539.de> |
| 1494 | | |
| 1495 | | TODO updated |
| 1496 | | |
| 1497 | | 2005-11-18 Armin Burgmeier <armin@0x539.de> |
| 1498 | | |
| 1499 | | Added icon.cpp to POTFILES.in |
| 1500 | | |
| 1501 | | 2005-11-18 Armin Burgmeier <armin@0x539.de> |
| 1502 | | |
| 1503 | | net6::gettext_package usage |
| 1504 | | |
| 1505 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1506 | | |
| 1507 | | documentlist.cpp was missing in POTFILES.in |
| 1508 | | |
| 1509 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1510 | | |
| 1511 | | Need to link against this for OLE Drag+Drop to work |
| 1512 | | |
| 1513 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1514 | | |
| 1515 | | Fixed a bug in Win32 Drag+Drop |
| 1516 | | |
| 1517 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1518 | | |
| 1519 | | Added find- and goto dialog to POTFILES.in |
| 1520 | | |
| 1521 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1522 | | |
| 1523 | | Goto line Dialog [fixes #79] |
| 1524 | | |
| 1525 | | 2005-11-17 Philipp Kern <phil@0x539.de> |
| 1526 | | |
| 1527 | | Protect the unpublish call |
| 1528 | | |
| 1529 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1530 | | |
| 1531 | | Adjusted Automake.am |
| 1532 | | |
| 1533 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1534 | | |
| 1535 | | Introduces ToggleWindow |
| 1536 | | |
| 1537 | | 2005-11-17 Armin Burgmeier <armin@0x539.de> |
| 1538 | | |
| 1539 | | Win32 Drag+Drop support [fixes #71] |
| 1540 | | |
| 1541 | | 2005-11-17 Trac <trac@darcs.0x539.de> |
| 1542 | | |
| 1543 | | TODO updated |
| 1544 | | |
| 1545 | | 2005-11-16 Armin Burgmeier <armin@0x539.de> |
| 1546 | | |
| 1547 | | Use WINDOW_TYPE_HINT_UTILITY for FindDialog as well |
| 1548 | | |
| 1549 | | 2005-11-16 Armin Burgmeier <armin@0x539.de> |
| 1550 | | |
| 1551 | | Set WINDOW_TYPE_HINT_UTILITY window_hint for tool windows |
| 1552 | | |
| 1553 | | 2005-11-16 Armin Burgmeier <armin@0x539.de> |
| 1554 | | |
| 1555 | | Fixed last dependency on <regex.h> |
| 1556 | | |
| 1557 | | 2005-11-16 Armin Burgmeier <armin@0x539.de> |
| 1558 | | |
| 1559 | | Format time string according to current locale |
| 1560 | | |
| 1561 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1562 | | |
| 1563 | | Win32 build fixes |
| 1564 | | |
| 1565 | | 2005-11-15 Philipp Kern <phil@0x539.de> |
| 1566 | | |
| 1567 | | Updated NEWS |
| 1568 | | |
| 1569 | | 2005-11-15 Philipp Kern <phil@0x539.de> |
| 1570 | | |
| 1571 | | Translation roundup |
| 1572 | | |
| 1573 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1574 | | |
| 1575 | | Win32 fixes in ProgressDialog's threading concept |
| 1576 | | |
| 1577 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1578 | | |
| 1579 | | Prompt when the user wants to exit Gobby and a session is still open |
| 1580 | | [fixes #93] |
| 1581 | | |
| 1582 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1583 | | |
| 1584 | | Some UI fixes |
| 1585 | | |
| 1586 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1587 | | |
| 1588 | | Removed dependency on GNU regex library |
| 1589 | | |
| 1590 | | 2005-11-15 Armin Burgmeier <armin@0x539.de> |
| 1591 | | |
| 1592 | | Working FindDialog, removed regex support |
| 1593 | | |
| 1594 | | 2005-11-14 Philipp Kern <phil@0x539.de> |
| 1595 | | |
| 1596 | | String correction |
| 1597 | | |
| 1598 | | 2005-11-13 Armin Burgmeier <armin@0x539.de> |
| 1599 | | |
| 1600 | | Find dialog works better, but some regex stuff still does not work |
| 1601 | | |
| 1602 | | 2005-11-13 Philipp Kern <phil@0x539.de> |
| 1603 | | |
| 1604 | | Bugfix, transmit the value correctly |
| 1605 | | |
| 1606 | | 2005-11-13 Philipp Kern <phil@0x539.de> |
| 1607 | | |
| 1608 | | Remember the window positions |
| 1609 | | |
| 1610 | | 2005-11-13 Armin Burgmeier <armin@0x539.de> |
| 1611 | | |
| 1612 | | Non-working FindDialog |
| 1613 | | |
| 1614 | | 2005-11-13 Philipp Kern <phil@0x539.de> |
| 1615 | | |
| 1616 | | Moved the config from window to main |
| 1617 | | |
| 1618 | | 2005-11-13 Philipp Kern <phil@0x539.de> |
| 1619 | | |
| 1620 | | Expand online users by default |
| 1621 | | |
| 1622 | | 2005-11-13 Armin Burgmeier <armin@0x539.de> |
| 1623 | | |
| 1624 | | Added missing documentlist files |
| 1625 | | |
| 1626 | | 2005-11-13 Trac <trac@darcs.0x539.de> |
| 1627 | | |
| 1628 | | TODO updated |
| 1629 | | |
| 1630 | | 2005-11-13 Armin Burgmeier <armin@0x539.de> |
| 1631 | | |
| 1632 | | Added document list, only subscribed document are shown in folder |
| 1633 | | |
| 1634 | | 2005-11-12 Philipp Kern <phil@0x539.de> |
| 1635 | | |
| 1636 | | Added userlist image |
| 1637 | | |
| 1638 | | 2005-11-12 Armin Burgmeier <armin@0x539.de> |
| 1639 | | |
| 1640 | | Precreate Gobby icon |
| 1641 | | |
| 1642 | | 2005-11-12 Armin Burgmeier <armin@0x539.de> |
| 1643 | | |
| 1644 | | Removed empty paned from window |
| 1645 | | |
| 1646 | | 2005-11-12 Armin Burgmeier <armin@0x539.de> |
| 1647 | | |
| 1648 | | Added user list as tool window |
| 1649 | | |
| 1650 | | 2005-11-11 Armin Burgmeier <armin@0x539.de> |
| 1651 | | |
| 1652 | | Changed user list icons |
| 1653 | | |
| 1654 | | 2005-11-11 Armin Burgmeier <armin@0x539.de> |
| 1655 | | |
| 1656 | | Fixed a synchronisation loss when resubscribing to a document |
| 1657 | | |
| 1658 | | 2005-11-11 Armin Burgmeier <armin@0x539.de> |
| 1659 | | |
| 1660 | | Implemented tree-based userlist |
| 1661 | | |
| 1662 | | 2005-11-09 Trac <trac@darcs.0x539.de> |
| 1663 | | |
| 1664 | | TODO updated |
| 1665 | | |
| 1666 | | 2005-11-07 Armin Burgmeier <armin@0x539.de> |
| 1667 | | |
| 1668 | | Made folder scrollable, decreases minimum width if many tabs are open |
| 1669 | | |
| 1670 | | 2005-11-07 Armin Burgmeier <armin@0x539.de> |
| 1671 | | |
| 1672 | | Initialise colour selection dialog with button's current colour in |
| 1673 | | Gobby::ColorButton |
| 1674 | | |
| 1675 | | 2005-11-07 Armin Burgmeier <armin@0x539.de> |
| 1676 | | |
| 1677 | | Userlist using TreeView; currently disfunctional! |
| 1678 | | |
| 1679 | | 2005-11-07 Trac <trac@darcs.0x539.de> |
| 1680 | | |
| 1681 | | TODO updated |
| 1682 | | |
| 1683 | | 2005-11-06 Armin Burgmeier <armin@0x539.de> |
| 1684 | | |
| 1685 | | Update title bar correctly upon reconnection [fixes #92] |
| 1686 | | |
| 1687 | | 2005-11-06 Armin Burgmeier <armin@0x539.de> |
| 1688 | | |
| 1689 | | Atomic write for documents, do not append newline on write [fixes #91] |
| 1690 | | |
| 1691 | | 2005-11-06 Armin Burgmeier <armin@0x539.de> |
| 1692 | | |
| 1693 | | Use a left-gravity cursor on remote insert operations [fixes #84] |
| 1694 | | |
| 1695 | | 2005-11-06 Philipp Kern <phil@0x539.de> |
| 1696 | | |
| 1697 | | Added translator credits and link to Rosetta |
| 1698 | | |
| 1699 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1700 | | |
| 1701 | | pre-select the save button in close confirmation dialog |
| 1702 | | |
| 1703 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1704 | | |
| 1705 | | Close document just unsubscribes from the document [fixes #83] |
| 1706 | | |
| 1707 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1708 | | |
| 1709 | | Fixed a German translation error |
| 1710 | | |
| 1711 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1712 | | |
| 1713 | | Show a close confirmation dialog according to GNOME HIG [fixes #105] |
| 1714 | | |
| 1715 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1716 | | |
| 1717 | | Convert resulting filename to utf8 in FileEntry |
| 1718 | | |
| 1719 | | 2005-11-05 Armin Burgmeier <armin@0x539.de> |
| 1720 | | |
| 1721 | | Added overwrite confirmation if gtkmm is >= 2.8 |
| 1722 | | |
| 1723 | | 2005-11-05 Trac <trac@darcs.0x539.de> |
| 1724 | | |
| 1725 | | TODO updated |
| 1726 | | |
| 1727 | | 2005-11-04 Armin Burgmeier <armin@0x539.de> |
| 1728 | | |
| 1729 | | Set Gobby::Icon::gobby as default window icon |
| 1730 | | |
| 1731 | | 2005-11-04 Armin Burgmeier <armin@0x539.de> |
| 1732 | | |
| 1733 | | Fixed a memleak in the GtkSourceView wrapper |
| 1734 | | |
| 1735 | | 2005-11-04 Armin Burgmeier <armin@0x539.de> |
| 1736 | | |
| 1737 | | Adjustments for inc_flags/exc_flags |
| 1738 | | |
| 1739 | | 2005-11-04 Philipp Kern <phil@0x539.de> |
| 1740 | | |
| 1741 | | Allow to join servers with port numbers < 1024 |
| 1742 | | |
| 1743 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1744 | | |
| 1745 | | Fixed another bug in configure.in |
| 1746 | | |
| 1747 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1748 | | |
| 1749 | | Fixed GTKMM-2.8 check |
| 1750 | | |
| 1751 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1752 | | |
| 1753 | | Allow to change name/colour directly if it is already in use |
| 1754 | | [Scott Baker] |
| 1755 | | |
| 1756 | | 2005-11-03 Philipp Kern <phil@0x539.de> |
| 1757 | | |
| 1758 | | Added a check for Gtkmm's version (untested) |
| 1759 | | |
| 1760 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1761 | | |
| 1762 | | Do not use IPv6 when hosting a session |
| 1763 | | |
| 1764 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1765 | | |
| 1766 | | Patched Gobby for new obby::colour class |
| 1767 | | |
| 1768 | | 2005-11-03 Armin Burgmeier <armin@0x539.de> |
| 1769 | | |
| 1770 | | LogView::log takes optionally timestamp |
| 1771 | | |
| 1772 | | 2005-11-03 Philipp Kern <phil@0x539.de> |
| 1773 | | |
| 1774 | | Changed one translated string |
| 1775 | | |
| 1776 | | 2005-11-03 Philipp Kern <phil@0x539.de> |
| 1777 | | |
| 1778 | | Added Swedish translation, thanks to Daniel Nylander |
| 1779 | | |
| 1780 | | 2005-11-02 Armin Burgmeier <armin@0x539.de> |
| 1781 | | |
| 1782 | | Patched Gobby for new obby chat class |
| 1783 | | |
| 1784 | | 2005-11-02 Armin Burgmeier <armin@0x539.de> |
| 1785 | | |
| 1786 | | Updated translation po/pot files |
| 1787 | | |
| 1788 | | 2005-10-28 Armin Burgmeier <armin@0x539.de> |
| 1789 | | |
| 1790 | | Patched set_selection to take Gtk::TextIter and scroll to selected |
| 1791 | | position |
| 1792 | | |
| 1793 | | 2005-10-28 Benjamin Herr <ben@0x539.de> |
| 1794 | | |
| 1795 | | Added GNU regex wrappers (not used yet because they suck at unicode) |
| 1796 | | |
| 1797 | | 2005-10-27 Armin Burgmeier <armin@0x539.de> |
| 1798 | | |
| 1799 | | Added Gobby::Document::set_selection |
| 1800 | | |
| 1801 | | 2005-10-29 Trac <trac@darcs.0x539.de> |
| 1802 | | |
| 1803 | | TODO updated |
| 1804 | | |
| 1805 | | 2005-10-21 Armin Burgmeier <armin@0x539.de> |
| 1806 | | |
| 1807 | | Temporary menu entry for saving a session [fixes #20] |
| 1808 | | |
| 1809 | | 2005-10-15 Trac <trac@darcs.0x539.de> |
| 1810 | | |
| 1811 | | TODO updated |
| 1812 | | |
| 1813 | | 2005-10-09 Armin Burgmeier <armin@0x539.de> |
| 1814 | | |
| 1815 | | Session to restore may be given in HostDialog |
| 1816 | | |
| 1817 | | 2005-10-09 Armin Burgmeier <armin@0x539.de> |
| 1818 | | |
| 1819 | | Introduces FileEntry |
| 1820 | | |
| 1821 | | 2005-10-09 Armin Burgmeier <armin@0x539.de> |
| 1822 | | |
| 1823 | | Removed trailing semicolon after namespace |
| 1824 | | |
| 1825 | | 2005-10-09 Trac <trac@darcs.0x539.de> |
| 1826 | | |
| 1827 | | TODO updated |
| 1828 | | |
| 1829 | | 2005-10-08 Trac <trac@darcs.0x539.de> |
| 1830 | | |
| 1831 | | TODO updated |
| 1832 | | |
| 1833 | | 2005-10-08 Trac <trac@darcs.0x539.de> |
| 1834 | | |
| 1835 | | TODO updated |
| 1836 | | |
| 1837 | | 2005-10-07 Philipp Kern <phil@0x539.de> |
| 1838 | | |
| 1839 | | Wrap the lines in the chat window [fixes #99] |
| 1840 | | |
| 1841 | | 2005-10-07 Philipp Kern <phil@0x539.de> |
| 1842 | | |
| 1843 | | Escape special characters in document title [fixes #101] |
| 1844 | | |
| 1845 | | 2005-10-07 Philipp Kern <phil@0x539.de> |
| 1846 | | |
| 1847 | | Translation roundup |
| 1848 | | |
| 1849 | | 2005-10-07 Philipp Kern <phil@0x539.de> |
| 1850 | | |
| 1851 | | Show current connection status in statusbar |
| 1852 | | |
| 1853 | | 2005-10-07 Trac <trac@darcs.0x539.de> |
| 1854 | | |
| 1855 | | TODO updated |
| 1856 | | |
| 1857 | | 2005-10-05 Philipp Kern <phil@0x539.de> |
| 1858 | | |
| 1859 | | Fixed thread creation issues |
| 1860 | | |
| 1861 | | 2005-10-05 Philipp Kern <phil@0x539.de> |
| 1862 | | |
| 1863 | | Compile fix by const_casting for g_atomic_int_get |
| 1864 | | |
| 1865 | | 2005-10-05 Trac <trac@darcs.0x539.de> |
| 1866 | | |
| 1867 | | TODO updated |
| 1868 | | |
| 1869 | | 2005-10-04 Armin Burgmeier <armin@0x539.de> |
| 1870 | | |
| 1871 | | Do not block when connecting to a remote host |
| 1872 | | |
| 1873 | | 2005-10-04 Armin Burgmeier <armin@0x539.de> |
| 1874 | | |
| 1875 | | Added Atomic class for Atomic boolean operations |
| 1876 | | |
| 1877 | | 2005-10-04 Armin Burgmeier <armin@0x539.de> |
| 1878 | | |
| 1879 | | Adjusted buffer wrappers to buffer's reusability |
| 1880 | | |
| 1881 | | 2005-10-01 Philipp Kern <phil@0x539.de> |
| 1882 | | |
| 1883 | | Do not show disconnected users as joined in chat |
| 1884 | | |
| 1885 | | 2005-10-01 Philipp Kern <phil@0x539.de> |
| 1886 | | |
| 1887 | | Make connected flag in userlist dependend on the user's value |
| 1888 | | |
| 1889 | | 2005-09-29 Trac <trac@darcs.0x539.de> |
| 1890 | | |
| 1891 | | TODO updated |
| 1892 | | |
| 1893 | | 2005-09-22 Michael Walter <cm@leetspeak.org> |
| 1894 | | |
| 1895 | | Added #include to <winsock2.h> to avoid <winsock.h> being |
| 1896 | | included later. |
| 1897 | | |
| 1898 | | 2005-09-22 Michael Walter <cm@leetspeak.org> |
| 1899 | | |
| 1900 | | Compile fix (m_client -> m_net.reset). |
| 1901 | | |
| 1902 | | 2005-09-22 Michael Walter <cm@leetspeak.org> |
| 1903 | | |
| 1904 | | Added missing return statement. |
| 1905 | | |
| 1906 | | 2005-09-22 Michael Walter <cm@leetspeak.org> |
| 1907 | | |
| 1908 | | Unicode fixes (was calling generic version with ASCII/ANSI strings). |
| 1909 | | |
| 1910 | | 2005-09-20 Armin Burgmeier <armin@0x539.de> |
| 1911 | | |
| 1912 | | Fixed usages of user_table's iterator for non-templated user_table |
| 1913 | | |
| 1914 | | 2005-09-19 Trac <trac@darcs.0x539.de> |
| 1915 | | |
| 1916 | | TODO updated |
| 1917 | | |
| 1918 | | 2005-09-17 Armin Burgmeier <armin@0x539.de> |
| 1919 | | |
| 1920 | | Fixed a crash on client-side connection loss |
| 1921 | | |
| 1922 | | 2005-09-15 Philipp Kern <phil@0x539.de> |
| 1923 | | |
| 1924 | | Removed pending changes and revision from the status bar |
| 1925 | | |
| 1926 | | 2005-09-15 Philipp Kern <phil@0x539.de> |
| 1927 | | |
| 1928 | | Opened new 0.3.x tree |
| 1929 | | |
| 1930 | | 2005-09-15 Philipp Kern <phil@0x539.de> |
| 1931 | | |
| 1932 | | Depend on net6-1.2 and obby-0.3 |
| 1933 | | |
| 1934 | | 2005-09-15 Armin Burgmeier <armin@0x539.de> |
| 1935 | | |
| 1936 | | Avoid useless thread in JoinProgressDialog |
| 1937 | | |
| 1938 | | 2005-09-15 Armin Burgmeier <armin@0x539.de> |
| 1939 | | |
| 1940 | | Two additional checks concerning subscription |
| 1941 | | |
| 1942 | | 2005-09-15 Philipp Kern <phil@0x539.de> |
| 1943 | | |
| 1944 | | Added 0.3.0 NEWS item |
| 1945 | | |
| 1946 | | 2005-09-05 Philipp Kern <phil@0x539.de> |
| 1947 | | |
| 1948 | | Added a NEWS item to reflect the line encoding patch |
| 1949 | | |
| 1950 | | 2005-09-02 Philipp Kern <phil@0x539.de> |
| 1951 | | |
| 1952 | | Updated NEWS to reflect more changes |
| 1953 | | |
| 1954 | | 2005-09-14 Armin Burgmeier <armin@0x539.de> |
| 1955 | | |
| 1956 | | Adjustments to jupiter-using obby |
| 1957 | | |
| 1958 | | 2005-09-13 Trac <trac@darcs.0x539.de> |
| 1959 | | |
| 1960 | | TODO updated |
| 1961 | | |
| 1962 | | 2005-09-07 Armin Burgmeier <armin@0x539.de> |
| 1963 | | |
| 1964 | | Some more const-correctness |
| 1965 | | |
| 1966 | | 2005-09-06 Armin Burgmeier <armin@0x539.de> |
| 1967 | | |
| 1968 | | Adjusted buffer wrapper because peer has been renamed to user in net6 |
| 1969 | | |
| 1970 | | 2005-07-28 Armin Burgmeier <armin@0x539.de> |
| 1971 | | |
| 1972 | | Fixed SEGV on win32 when creating/joining a session |
| 1973 | | |
| 1974 | | 2005-09-05 Philipp Kern <phil@0x539.de> |
| 1975 | | |
| 1976 | | Removed obsolete TODO items |
| 1977 | | |
| 1978 | | 2005-09-05 Trac <trac@darcs.0x539.de> |
| 1979 | | |
| 1980 | | TODO updated |
| 1981 | | |
| 1982 | | 2005-09-04 Philipp Kern <phil@0x539.de> |
| 1983 | | |
| 1984 | | Convert all different line encodings to UNIX ones |
| 1985 | | |
| 1986 | | 2005-09-02 Philipp Kern <phil@0x539.de> |
| 1987 | | |
| 1988 | | Added 0.2.1 and 0.2.2 to version history |
| 1989 | | |
| 1990 | | 2005-09-01 Armin Burgmeier <armin@0x539.de> |
| 1991 | | |
| 1992 | | Disable Glib's implicit charset conversion to the current locale |
| 1993 | | |
| 1994 | | 2005-08-31 Philipp Kern <phil@0x539.de> |
| 1995 | | |
| 1996 | | Fixed most unknown file extensions, added some more |
| 1997 | | |
| 1998 | | 2005-08-21 Philipp Kern <phil@0x539.de> |
| 1999 | | |
| 2000 | | Made the JoinDialog vbox non-conditional |
| 2001 | | |
| 2002 | | 2005-08-27 Trac <trac@darcs.0x539.de> |
| 2003 | | |
| 2004 | | TODO updated |
| 2005 | | |
| 2006 | | 2005-08-25 Armin Burgmeier <armin@0x539.de> |
| 2007 | | |
| 2008 | | net6::client::conn is now auto_ptr<connection |
| 2009 | | |
| 2010 | | 2005-08-25 Trac <trac@darcs.0x539.de> |
| 2011 | | |
| 2012 | | TODO updated |
| 2013 | | |
| 2014 | | 2005-08-23 Trac <trac@darcs.0x539.de> |
| 2015 | | |
| 2016 | | TODO updated |
| 2017 | | |
| 2018 | | 2005-08-18 Philipp Kern <phil@0x539.de> |
| 2019 | | |
| 2020 | | Updated AUTHORS to list contributors and translators |
| 2021 | | |
| 2022 | | 2005-08-18 Philipp Kern <phil@0x539.de> |
| 2023 | | |
| 2024 | | Added Spanish translation, thanks to Mario Palomo |
| 2025 | | |
| 2026 | | 2005-08-15 Trac <trac@darcs.0x539.de> |
| 2027 | | |
| 2028 | | TODO updated |
| 2029 | | |
| 2030 | | 2005-08-13 Trac <trac@darcs.0x539.de> |
| 2031 | | |
| 2032 | | TODO updated |
| 2033 | | |
| 2034 | | 2005-08-07 Trac <trac@darcs.0x539.de> |
| 2035 | | |
| 2036 | | TODO updated |
| 2037 | | |
| 2038 | | 2005-08-05 Philipp Kern <phil@0x539.de> |
| 2039 | | |
| 2040 | | Allow to open documents as unowned text, thanks to Ben Levitt |
| 2041 | | [fixes #52] |
| 2042 | | |
| 2043 | | 2005-08-05 Trac <trac@darcs.0x539.de> |
| 2044 | | |
| 2045 | | TODO updated |
| 2046 | | |
| 2047 | | 2005-08-03 Trac <trac@darcs.0x539.de> |
| 2048 | | |
| 2049 | | TODO updated |
| 2050 | | |
| 2051 | | 2005-08-02 Philipp Kern <phil@0x539.de> |
| 2052 | | |
| 2053 | | Non-empty documents are flagged modified [ref #72] |
| 2054 | | |
| 2055 | | 2005-07-31 Trac <trac@darcs.0x539.de> |
| 2056 | | |
| 2057 | | TODO updated |
| 2058 | | |
| 2059 | | 2005-07-29 Philipp Kern <phil@0x539.de> |
| 2060 | | |
| 2061 | | Updated ChangeLog for release |
| 2062 | | |
| 2063 | | 2005-07-29 Trac <trac@darcs.0x539.de> |
| 2064 | | |
| 2065 | | TODO updated |
| 2066 | | |
| 2067 | | 2005-07-28 Philipp Kern <phil@0x539.de> |
| 2068 | | |
| 2069 | | Updated German translation |
| 2070 | | |
| 2071 | | 2005-07-28 Philipp Kern <phil@0x539.de> |
| 2072 | | |
| 2073 | | Updates from `make update-po' |
| 2074 | | |
| 2075 | | 2005-07-28 Armin Burgmeier <armin@0x539.de> |
| 2076 | | |
| 2077 | | Win32 build fix |
| 2078 | | |
| 2079 | | 2005-07-27 Armin Burgmeier <armin@0x539.de> |
| 2080 | | |
| 2081 | | Some fixes for buffer_wrappers |
| 2082 | | |
| 2083 | | 2005-07-27 Armin Burgmeier <armin@0x539.de> |
| 2084 | | |
| 2085 | | Fixed POTFILES.in for new io/ subdir |
| 2086 | | |
| 2087 | | 2005-07-27 Armin Burgmeier <armin@0x539.de> |
| 2088 | | |
| 2089 | | Emit content_changed signal in insert/erase_after [fixes #64] |
| 2090 | | |
| 2091 | | 2005-07-27 Armin Burgmeier <armin@0x539.de> |
| 2092 | | |
| 2093 | | Queried the cached subscribe value instead of requesting it from |
| 2094 | | obby::document_info [fixes #63] |
| 2095 | | |
| 2096 | | 2005-07-27 Armin Burgmeier <armin@0x539.de> |
| 2097 | | |
| 2098 | | Moved buffer_wrapper to io/ subdir, enhanced portabaility |
| 2099 | | |
| 2100 | | 2005-07-27 Philipp Kern <phil@0x539.de> |
| 2101 | | |
| 2102 | | The last missing French string |
| 2103 | | |
| 2104 | | 2005-07-27 Philipp Kern <phil@0x539.de> |
| 2105 | | |
| 2106 | | Updated French translation by Peer Janssen |
| 2107 | | |
| 2108 | | 2005-07-27 Trac <trac@darcs.0x539.de> |
| 2109 | | |
| 2110 | | TODO updated |
| 2111 | | |
| 2112 | | 2005-07-26 Philipp Kern <phil@0x539.de> |
| 2113 | | |
| 2114 | | Better Win32 network handling announced |
| 2115 | | |
| 2116 | | 2005-07-26 Philipp Kern <phil@0x539.de> |
| 2117 | | |
| 2118 | | Added a readme and an installation guide [fixes #51] |
| 2119 | | |
| 2120 | | 2005-07-26 Philipp Kern <phil@0x539.de> |
| 2121 | | |
| 2122 | | Initialise the colour selection dialog with the current user colour |
| 2123 | | |
| 2124 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2125 | | |
| 2126 | | Column returns the real column of the text not just the nth character |
| 2127 | | |
| 2128 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2129 | | |
| 2130 | | User highlighting when name is mentioned in chat [fixes #6] |
| 2131 | | |
| 2132 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2133 | | |
| 2134 | | Prompt before closing modified documents |
| 2135 | | |
| 2136 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2137 | | |
| 2138 | | Save host/port settings into new config keys |
| 2139 | | |
| 2140 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2141 | | |
| 2142 | | Switch to tabs newly opened [fixes #27] |
| 2143 | | |
| 2144 | | 2005-07-26 Armin Burgmeier <armin@0x539.de> |
| 2145 | | |
| 2146 | | Connected/Subscribed flags in user list (fixes #12) |
| 2147 | | |
| 2148 | | 2005-07-25 Armin Burgmeier <armin@0x539.de> |
| 2149 | | |
| 2150 | | Check for valid UTF-8 after converting |
| 2151 | | |
| 2152 | | 2005-07-25 Armin Burgmeier <armin@0x539.de> |
| 2153 | | |
| 2154 | | Try to convert files with other encodings to UTF-8 [fixes #43] |
| 2155 | | |
| 2156 | | 2005-07-25 Philipp Kern <phil@0x539.de> |
| 2157 | | |
| 2158 | | Colourised tab labels [fixes #59] |
| 2159 | | |
| 2160 | | 2005-07-25 Philipp Kern <phil@0x539.de> |
| 2161 | | |
| 2162 | | Merged host and join dialog data just again, with separated ports |
| 2163 | | and hostnames |
| 2164 | | |
| 2165 | | 2005-07-25 Philipp Kern <phil@0x539.de> |
| 2166 | | |
| 2167 | | Added more dots to the menu items |
| 2168 | | |
| 2169 | | 2005-07-25 Armin Burgmeier <armin@0x539.de> |
| 2170 | | |
| 2171 | | Format string adjustments |
| 2172 | | |
| 2173 | | 2005-07-25 Trac <trac@darcs.0x539.de> |
| 2174 | | |
| 2175 | | TODO updated |
| 2176 | | |
| 2177 | | 2005-07-24 Philipp Kern <phil@0x539.de> |
| 2178 | | |
| 2179 | | Depend on obby's 0.2.x API |
| 2180 | | |
| 2181 | | 2005-07-24 Philipp Kern <phil@0x539.de> |
| 2182 | | |
| 2183 | | Improved the Zeroconf handling |
| 2184 | | |
| 2185 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2186 | | |
| 2187 | | Added Window::get_current_document |
| 2188 | | |
| 2189 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2190 | | |
| 2191 | | Do not allow empty document names |
| 2192 | | |
| 2193 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2194 | | |
| 2195 | | Removed useless preferences_changed delegate |
| 2196 | | |
| 2197 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2198 | | |
| 2199 | | Update cursor position display in statusbar by remote changes |
| 2200 | | |
| 2201 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2202 | | |
| 2203 | | Modified flag [fixes #25] |
| 2204 | | |
| 2205 | | 2005-07-24 Philipp Kern <phil@0x539.de> |
| 2206 | | |
| 2207 | | Translation roundup |
| 2208 | | |
| 2209 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2210 | | |
| 2211 | | Added PasswordDialog |
| 2212 | | |
| 2213 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2214 | | |
| 2215 | | Corrections to file handling |
| 2216 | | |
| 2217 | | 2005-07-24 Armin Burgmeier <armin@0x539.de> |
| 2218 | | |
| 2219 | | Added toolbar settings into preferences [fixes #32] |
| 2220 | | |
| 2221 | | 2005-07-23 Philipp Kern <phil@0x539.de> |
| 2222 | | |
| 2223 | | Added some release notes directly to the sources |
| 2224 | | |
| 2225 | | 2005-07-23 Philipp Kern <phil@0x539.de> |
| 2226 | | |
| 2227 | | Adjusted the Zeroconf usage |
| 2228 | | |
| 2229 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2230 | | |
| 2231 | | First attempt to allow opening files by dropping them on a |
| 2232 | | document, doesn't work. |
| 2233 | | |
| 2234 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2235 | | |
| 2236 | | Drag+Drop of files into open Gobby session |
| 2237 | | |
| 2238 | | 2005-07-23 Philipp Kern <phil@0x539.de> |
| 2239 | | |
| 2240 | | Set colour implemented |
| 2241 | | |
| 2242 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2243 | | |
| 2244 | | UNDO: Use 'session' config key for both client and host |
| 2245 | | |
| 2246 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2247 | | |
| 2248 | | No fixed size for the send button |
| 2249 | | |
| 2250 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2251 | | |
| 2252 | | Removed debug log |
| 2253 | | |
| 2254 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2255 | | |
| 2256 | | Colour presets [fixes #36] Thanks tom! :D |
| 2257 | | |
| 2258 | | 2005-07-23 Philipp Kern <phil@0x539.de> |
| 2259 | | |
| 2260 | | Use a tooltip instead of an expanded label |
| 2261 | | |
| 2262 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2263 | | |
| 2264 | | Smart home/end preference |
| 2265 | | |
| 2266 | | 2005-07-23 Armin Burgmeier <armin@0x539.de> |
| 2267 | | |
| 2268 | | Re-arranged status bar |
| 2269 | | |
| 2270 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2271 | | |
| 2272 | | Some more preferences |
| 2273 | | |
| 2274 | | 2005-07-23 Trac <trac@darcs.0x539.de> |
| 2275 | | |
| 2276 | | TODO updated |
| 2277 | | |
| 2278 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2279 | | |
| 2280 | | typo in preferences dialog fixed |
| 2281 | | |
| 2282 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2283 | | |
| 2284 | | Local preferences, syntax submenu |
| 2285 | | |
| 2286 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2287 | | |
| 2288 | | Fixed some messup |
| 2289 | | |
| 2290 | | 2005-07-22 Philipp Kern <phil@0x539.de> |
| 2291 | | |
| 2292 | | Fixed just another conflict |
| 2293 | | |
| 2294 | | 2005-07-22 Philipp Kern <phil@0x539.de> |
| 2295 | | |
| 2296 | | A cleanup patch to fix hundreds of conflicts |
| 2297 | | |
| 2298 | | 2005-07-22 Philipp Kern <phil@0x539.de> |
| 2299 | | |
| 2300 | | Changed the GtkSourceView dependency to a hard one |
| 2301 | | |
| 2302 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2303 | | |
| 2304 | | Fixed conflict caused by phil's security page |
| 2305 | | |
| 2306 | | 2005-07-22 Armin Burgmeier <armin@0x539.de> |
| 2307 | | |
| 2308 | | Introduced working preferences, some are missing |
| 2309 | | |
| 2310 | | 2005-07-22 Philipp Kern <phil@0x539.de> |
| 2311 | | |
| 2312 | | Added a Security stub to the preferences dialog sources |
| 2313 | | |
| 2314 | | 2005-07-21 Philipp Kern <phil@0x539.de> |
| 2315 | | |
| 2316 | | Changes to the About dialog |
| 2317 | | |
| 2318 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2319 | | |
| 2320 | | Small UI fixes |
| 2321 | | |
| 2322 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2323 | | |
| 2324 | | First preferences dialog approach |
| 2325 | | |
| 2326 | | 2005-07-21 Philipp Kern <phil@0x539.de> |
| 2327 | | |
| 2328 | | Used ngettext one time, updated templates a bit |
| 2329 | | |
| 2330 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2331 | | |
| 2332 | | Changes by libtool |
| 2333 | | |
| 2334 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2335 | | |
| 2336 | | Use 'session' config key for both client and host |
| 2337 | | |
| 2338 | | 2005-07-21 Philipp Kern <phil@0x539.de> |
| 2339 | | |
| 2340 | | Use the right directory to look for pixmaps |
| 2341 | | |
| 2342 | | 2005-07-21 Armin Burgmeier <armin@0x539.de> |
| 2343 | | |
| 2344 | | Small adjustments to net6 API change |
| 2345 | | |
| 2346 | | 2005-07-21 Trac <trac@darcs.0x539.de> |
| 2347 | | |
| 2348 | | TODO updated |
| 2349 | | |
| 2350 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2351 | | |
| 2352 | | Connect synchoniously to the server, would cause too much |
| 2353 | | trouble otherwise |
| 2354 | | |
| 2355 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2356 | | |
| 2357 | | Gtk::manage dynamically allocated widgets |
| 2358 | | |
| 2359 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2360 | | |
| 2361 | | Fixed SEGV on connection error |
| 2362 | | |
| 2363 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2364 | | |
| 2365 | | Initialize Threading system in main() |
| 2366 | | |
| 2367 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2368 | | |
| 2369 | | Close icons in tab labels [ref #32] |
| 2370 | | |
| 2371 | | 2005-07-20 Armin Burgmeier <armin@0x539.de> |
| 2372 | | |
| 2373 | | Display current document in title bar |
| 2374 | | |
| 2375 | | 2005-07-19 Armin Burgmeier <armin@0x539.de> |
| 2376 | | |
| 2377 | | Progress dialogs |
| 2378 | | |
| 2379 | | 2005-07-18 Philipp Kern <phil@0x539.de> |
| 2380 | | |
| 2381 | | Added dependency on gthread-2.0, versioned one on net6 |
| 2382 | | |
| 2383 | | 2005-07-17 Armin Burgmeier <armin@0x539.de> |
| 2384 | | |
| 2385 | | User authentication stuff |
| 2386 | | |
| 2387 | | 2005-07-15 Armin Burgmeier <armin@0x539.de> |
| 2388 | | |
| 2389 | | Global password |
| 2390 | | |
| 2391 | | 2005-07-15 Trac <trac@darcs.0x539.de> |
| 2392 | | |
| 2393 | | TODO updated |
| 2394 | | |
| 2395 | | 2005-07-03 Trac <trac@darcs.0x539.de> |
| 2396 | | |
| 2397 | | TODO updated |
| 2398 | | |
| 2399 | | 2005-07-01 Trac <trac@darcs.0x539.de> |
| 2400 | | |
| 2401 | | TODO updated |
| 2402 | | |
| 2403 | | 2005-06-30 Philipp Kern <phil@0x539.de> |
| 2404 | | |
| 2405 | | Highlight chat messages with the own nickname [fixes #6] |
| 2406 | | |
| 2407 | | 2005-06-30 Philipp Kern <phil@0x539.de> |
| 2408 | | |
| 2409 | | Pass the current session buffer to all client widgets |
| 2410 | | |
| 2411 | | 2005-06-25 Trac <trac@darcs.0x539.de> |
| 2412 | | |
| 2413 | | TODO updated |
| 2414 | | |
| 2415 | | 2005-06-24 Philipp Kern <phil@0x539.de> |
| 2416 | | |
| 2417 | | Removed two unnecessary includes from src/buffer_wrapper.cpp |
| 2418 | | |
| 2419 | | 2005-06-24 Philipp Kern <phil@0x539.de> |
| 2420 | | |
| 2421 | | French translation reviewed by Mohammed Adnene Trojette <adn@diwi.org> |
| 2422 | | |
| 2423 | | 2005-06-24 Philipp Kern <phil@0x539.de> |
| 2424 | | |
| 2425 | | Updated translation files |
| 2426 | | |
| 2427 | | 2005-06-24 Philipp Kern <phil@0x539.de> |
| 2428 | | |
| 2429 | | Updated German translation, still not fully completed |
| 2430 | | |
| 2431 | | 2005-06-23 Philipp Kern <phil@0x539.de> |
| 2432 | | |
| 2433 | | Catch-all update of the gettext stuff |
| 2434 | | |
| 2435 | | 2005-06-23 Philipp Kern <phil@0x539.de> |
| 2436 | | |
| 2437 | | Added French translation of Peer Janssen <peer@baden-online.de> |
| 2438 | | [fixes #50] |
| 2439 | | |
| 2440 | | 2005-06-23 Armin Burgmeier <armin@0x539.de> |
| 2441 | | |
| 2442 | | Fixes for changed obby record API |
| 2443 | | |
| 2444 | | 2005-06-17 Trac <trac@darcs.0x539.de> |
| 2445 | | |
| 2446 | | TODO updated |
| 2447 | | |
| 2448 | | 2005-06-16 Philipp Kern <phil@0x539.de> |
| 2449 | | |
| 2450 | | Removed autogen.sh, it is superseded by autoreconf |
| 2451 | | |
| 2452 | | 2005-06-16 Philipp Kern <phil@0x539.de> |
| 2453 | | |
| 2454 | | Return a const char pointer from gettext |
| 2455 | | |
| 2456 | | 2005-06-15 Philipp Kern <phil@0x539.de> |
| 2457 | | |
| 2458 | | Added word wrapping |
| 2459 | | |
| 2460 | | 2005-06-15 Armin Burgmeier <armin@0x539.de> |
| 2461 | | |
| 2462 | | Replace all non-ascii characters in UI XML [fixes #44] |
| 2463 | | |
| 2464 | | 2005-06-14 Philipp Kern <phil@0x539.de> |
| 2465 | | |
| 2466 | | One new string to translate, updated debconf template |
| 2467 | | |
| 2468 | | 2005-06-14 Philipp Kern <phil@0x539.de> |
| 2469 | | |
| 2470 | | Added missing conditionals related to GtkSourceView |
| 2471 | | |
| 2472 | | 2005-06-14 Philipp Kern <phil@0x539.de> |
| 2473 | | |
| 2474 | | Gobby depends on obby 0.2.0 or higher |
| 2475 | | |
| 2476 | | 2005-06-14 Armin Burgmeier <armin@0x539.de> |
| 2477 | | |
| 2478 | | Using obby::format_string instead of std::stringstream |
| 2479 | | |
| 2480 | | 2005-06-14 Armin Burgmeier <armin@0x539.de> |
| 2481 | | |
| 2482 | | Enable highlighting when subscribed |
| 2483 | | |
| 2484 | | 2005-06-14 Trac <trac@darcs.0x539.de> |
| 2485 | | |
| 2486 | | TODO updated |
| 2487 | | |
| 2488 | | 2005-06-13 Armin Burgmeier <armin@0x539.de> |
| 2489 | | |
| 2490 | | Adjustments for synchronisation on request. |
| 2491 | | The core feature seems to work. The user interface, however, |
| 2492 | | may be discussed and changed later on. This is just a first try |
| 2493 | | to test the feature and to make Gobby compile with it. |
| 2494 | | |
| 2495 | | 2005-06-13 Trac <trac@darcs.0x539.de> |
| 2496 | | |
| 2497 | | TODO updated |
| 2498 | | |
| 2499 | | 2005-06-12 Trac <trac@darcs.0x539.de> |
| 2500 | | |
| 2501 | | TODO updated |
| 2502 | | |
| 2503 | | 2005-06-10 Philipp Kern <phil@0x539.de> |
| 2504 | | |
| 2505 | | Preliminary, but working Zeroconf support [ref #17] |
| 2506 | | |
| 2507 | | 2005-06-09 Philipp Kern <phil@0x539.de> |
| 2508 | | |
| 2509 | | Revised the German translation |
| 2510 | | |
| 2511 | | 2005-06-09 Philipp Kern <phil@0x539.de> |
| 2512 | | |
| 2513 | | Corrected AE color to BE colour |
| 2514 | | |
| 2515 | | 2005-06-09 Trac <trac@darcs.0x539.de> |
| 2516 | | |
| 2517 | | TODO updated |
| 2518 | | |
| 2519 | | 2005-06-08 Trac <trac@darcs.0x539.de> |
| 2520 | | |
| 2521 | | TODO updated |
| 2522 | | |
| 2523 | | 2005-06-07 Armin Burgmeier <armin@0x539.de> |
| 2524 | | |
| 2525 | | Adjusted code for changes user flags in libobby |
| 2526 | | |
| 2527 | | 2005-06-07 Philipp Kern <phil@0x539.de> |
| 2528 | | |
| 2529 | | Modified history by adding the missing 0.1.1 NEWS entry |
| 2530 | | |
| 2531 | | 2005-06-07 Philipp Kern <phil@0x539.de> |
| 2532 | | |
| 2533 | | Added dependency on Automake 1.9; added missing NEWS check |
| 2534 | | |
| 2535 | | 2005-06-07 Trac <trac@darcs.0x539.de> |
| 2536 | | |
| 2537 | | TODO updated |
| 2538 | | |
| 2539 | | 2005-06-06 Philipp Kern <phil@0x539.de> |
| 2540 | | |
| 2541 | | Ship gobby.desktop in the distribution |
| 2542 | | |
| 2543 | | 2005-06-06 Armin Burgmeier <armin@0x539.de> |
| 2544 | | |
| 2545 | | Adjusted for net6's error code transmission (#16) |
| 2546 | | |
| 2547 | | 2005-06-06 Armin Burgmeier <armin@0x539.de> |
| 2548 | | |
| 2549 | | Better win32 network implementation [fixes #2] |
| 2550 | | |
| 2551 | | 2005-06-05 Trac <trac@darcs.0x539.de> |
| 2552 | | |
| 2553 | | TODO updated |
| 2554 | | |
| 2555 | | 2005-06-04 Philipp Kern <phil@0x539.de> |
| 2556 | | |
| 2557 | | Updated ChangeLog for release |
| 2558 | | |
| 2559 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2560 | | |
| 2561 | | Fixed a segfault which occured sometimes when closing documents |
| 2562 | | |
| 2563 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2564 | | |
| 2565 | | Introduced DefaultDialog to allow to press Enter in dialogs |
| 2566 | | |
| 2567 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2568 | | |
| 2569 | | Show up user-colourising text immediately [fixes #22] |
| 2570 | | |
| 2571 | | 2005-06-04 Philipp Kern <phil@0x539.de> |
| 2572 | | |
| 2573 | | Removed the useless ENABLE_NLS check as we hard-depend on gettext |
| 2574 | | |
| 2575 | | 2005-06-04 Philipp Kern <phil@0x539.de> |
| 2576 | | |
| 2577 | | Translated missing strings into German |
| 2578 | | |
| 2579 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2580 | | |
| 2581 | | Use another default color as black [fixes #34] |
| 2582 | | |
| 2583 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2584 | | |
| 2585 | | Remove entities in on_folder_tab_switched |
| 2586 | | |
| 2587 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2588 | | |
| 2589 | | A much better fix for #24 |
| 2590 | | |
| 2591 | | 2005-06-04 Philipp Kern <phil@0x539.de> |
| 2592 | | |
| 2593 | | Updated the gettext template and the German translation |
| 2594 | | |
| 2595 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2596 | | |
| 2597 | | Removed Umlauts from Language file names to build valid XML, |
| 2598 | | renamed Document to View in menu |
| 2599 | | |
| 2600 | | 2005-06-04 Armin Burgmeier <armin@0x539.de> |
| 2601 | | |
| 2602 | | Update user colour in key press event handler if possible [fixes #24] |
| 2603 | | If someone copied a part of the buffer, the tags applied to it |
| 2604 | | were copied, too. If he pasted it then, the insert-text signal |
| 2605 | | handler could not remove those tags because they were not yet |
| 2606 | | applied. So it ended up in having to user colour tags applied to |
| 2607 | | the new range of text: The one from the user who pasted the text and |
| 2608 | | the one from the user who wrote the original text. This is solved |
| 2609 | | by adding tags followed by a key press event not anymore in the |
| 2610 | | insert-text event handler but in the key press event handler, |
| 2611 | | which is called later, when the pasted tag already has been applied. |
| 2612 | | Then, it may be removed and the one and only user colour tag |
| 2613 | | can be set. |
| 2614 | | |
| 2615 | | 2005-06-03 Philipp Kern <phil@0x539.de> |
| 2616 | | |
| 2617 | | Use "n unsynced change(s)" instead of "in sync" |
| 2618 | | |
| 2619 | | 2005-06-03 Benjamin Herr <ben@0x539.de> |
| 2620 | | |
| 2621 | | Fixed my messup fixing the chat multiline handling |
| 2622 | | |
| 2623 | | 2005-06-03 Trac <trac@darcs.0x539.de> |
| 2624 | | |
| 2625 | | TODO updated |
| 2626 | | |
| 2627 | | 2005-06-02 Trac <trac@darcs.0x539.de> |
| 2628 | | |
| 2629 | | TODO updated |
| 2630 | | |
| 2631 | | 2005-06-02 Trac <trac@darcs.0x539.de> |
| 2632 | | |
| 2633 | | TODO updated |
| 2634 | | |
| 2635 | | 2005-06-02 Trac <trac@darcs.0x539.de> |
| 2636 | | |
| 2637 | | TODO updated |
| 2638 | | |
| 2639 | | 2005-06-02 Trac <trac@darcs.0x539.de> |
| 2640 | | |
| 2641 | | TODO updated |
| 2642 | | |
| 2643 | | 2005-06-02 Philipp Kern <phil@0x539.de> |
| 2644 | | |
| 2645 | | Merging the multi-line chat fixes |
| 2646 | | |
| 2647 | | 2005-05-31 Benjamin Herr <ben@0x539.de> |
| 2648 | | |
| 2649 | | Splitting up received lines of chat by newlines, added todo items |
| 2650 | | |
| 2651 | | 2005-06-02 Armin Burgmeier <armin@0x539.de> |
| 2652 | | |
| 2653 | | Menu to switch the syntax colouring scheme [fixes #4] |
| 2654 | | |
| 2655 | | 2005-06-01 Armin Burgmeier <armin@0x539.de> |
| 2656 | | |
| 2657 | | Option to disable line numbers [fixes #7] |
| 2658 | | |
| 2659 | | 2005-06-01 Armin Burgmeier <armin@0x539.de> |
| 2660 | | |
| 2661 | | Show revision and sync state in statusbar [fixes #13] |
| 2662 | | |
| 2663 | | 2005-06-01 Armin Burgmeier <armin@0x539.de> |
| 2664 | | |
| 2665 | | Fixed some errors caused by recent libobby API changes |
| 2666 | | |
| 2667 | | 2005-05-30 Armin Burgmeier <armin@0x539.de> |
| 2668 | | |
| 2669 | | Set correct notebook tab after startup |
| 2670 | | |
| 2671 | | 2005-05-29 Armin Burgmeier <armin@0x539.de> |
| 2672 | | |
| 2673 | | Use of local_buffer instead of dynamic casts [ref #9] |
| 2674 | | |
| 2675 | | 2005-05-29 Armin Burgmeier <armin@0x539.de> |
| 2676 | | |
| 2677 | | Initialise size of paned widgets [fixes #5] |
| 2678 | | |
| 2679 | | 2005-05-29 Armin Burgmeier <armin@0x539.de> |
| 2680 | | |
| 2681 | | Allow the user to save documents after connection loss [fixes #1] |
| 2682 | | |
| 2683 | | 2005-05-29 Armin Burgmeier <armin@0x539.de> |
| 2684 | | |
| 2685 | | Disable close and save buttons if no more documents are open |
| 2686 | | |
| 2687 | | 2005-05-28 Armin Burgmeier <armin@0x539.de> |
| 2688 | | |
| 2689 | | Send lines separately in chat |
| 2690 | | |
| 2691 | | 2005-05-26 Philipp Kern <phil@0x539.de> |
| 2692 | | |
| 2693 | | Changed the desktop item's name to be a bit more compilant |
| 2694 | | |
| 2695 | | 2005-05-26 Armin Burgmeier <armin@0x539.de> |
| 2696 | | |
| 2697 | | Segfault fixed some time ago... |
| 2698 | | |
| 2699 | | 2005-05-22 Philipp Kern <phil@0x539.de> |
| 2700 | | |
| 2701 | | Ebuild change: Depend on gtksourceview, use GNOME integration |
| 2702 | | |
| 2703 | | 2005-05-21 Philipp Kern <phil@0x539.de> |
| 2704 | | |
| 2705 | | Load icon from file when compiled --with-gnome |
| 2706 | | |
| 2707 | | 2005-05-21 Philipp Kern <phil@0x539.de> |
| 2708 | | |
| 2709 | | Resized the 128x128 XPM to 32x32 |
| 2710 | | |
| 2711 | | 2005-05-20 Philipp Kern <pkern@debian.org> |
| 2712 | | |
| 2713 | | Added missing assert include |
| 2714 | | |
| 2715 | | 2005-05-20 Philipp Kern <phil@0x539.de> |
| 2716 | | |
| 2717 | | Added build-dependency on net6-1.0 |
| 2718 | | |
| 2719 | | 2005-05-19 Philipp Kern <phil@0x539.de> |
| 2720 | | |
| 2721 | | configure now detects the presence of GtkSourceView automatically |
| 2722 | | |
| 2723 | | 2005-05-19 Philipp Kern <phil@0x539.de> |
| 2724 | | |
| 2725 | | Makefile.am had a wrong conditional statement |
| 2726 | | |
| 2727 | | 2005-05-15 Philipp Kern <phil@0x539.de> |
| 2728 | | |
| 2729 | | Serious bug exploited, po/ permission-related build fix |
| 2730 | | |
| 2731 | | 2005-05-15 Philipp Kern <phil@0x539.de> |
| 2732 | | |
| 2733 | | Added GNOME integration |
| 2734 | | |
| 2735 | | 2005-05-11 Philipp Kern <phil@0x539.de> |
| 2736 | | |
| 2737 | | Added gzip'ed XPM version of the Gobby logo |
| 2738 | | |
| 2739 | | 2005-05-10 Armin Burgmeier <armin@0x539.de> |
| 2740 | | |
| 2741 | | Fixed a segfault which occured sometimes on the exit |
| 2742 | | |
| 2743 | | 2005-05-08 Armin Burgmeier <armin@0x539.de> |
| 2744 | | |
| 2745 | | Shuffled some files around, fixed non-gtksourceview build [phil] |
| 2746 | | |
| 2747 | | 2005-05-08 Armin Burgmeier <armin@0x539.de> |
| 2748 | | |
| 2749 | | WIN32 build fix (resource files build correctly) [phil] |
| 2750 | | |
| 2751 | | 2005-05-08 Armin Burgmeier <armin@0x539.de> |
| 2752 | | |
| 2753 | | gobby resource file until autotools are able to build it |
| 2754 | | |
| 2755 | | 2005-05-08 Armin Burgmeier <armin@0x539.de> |
| 2756 | | |
| 2757 | | Sized gobby.ico to 48x48 |
| 2758 | | Bigger icons just waste memory on windows, they will never be shown in |
| 2759 | | their full size. |
| 2760 | | |
| 2761 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2762 | | |
| 2763 | | Try to build gobby.res from top-level Makefile.am |
| 2764 | | |
| 2765 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2766 | | |
| 2767 | | Use Automake for win32/ subdirectory |
| 2768 | | |
| 2769 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2770 | | |
| 2771 | | Fixed make dist |
| 2772 | | |
| 2773 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2774 | | |
| 2775 | | Delocalised two error strings |
| 2776 | | |
| 2777 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2778 | | |
| 2779 | | po reflect new line numbers within the source files |
| 2780 | | |
| 2781 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2782 | | |
| 2783 | | Include contrib/ and win32/ in make dist |
| 2784 | | |
| 2785 | | 2005-05-08 Philipp Kern <phil@0x539.de> |
| 2786 | | |
| 2787 | | Added more WIN32 build stuff |
| 2788 | | |
| 2789 | | 2005-05-07 Philipp Kern <phil@0x539.de> |
| 2790 | | |
| 2791 | | Suppress the console window in favour of a real GUI application |
| 2792 | | |
| 2793 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2794 | | |
| 2795 | | Win32 does not have localtime_r |
| 2796 | | We do not need thread safety anyway... |
| 2797 | | |
| 2798 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2799 | | |
| 2800 | | make dist requires ChangeLog... |
| 2801 | | |
| 2802 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2803 | | |
| 2804 | | win32 resource file for the gobby icon |
| 2805 | | |
| 2806 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2807 | | |
| 2808 | | User colourising |
| 2809 | | |
| 2810 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2811 | | |
| 2812 | | Added keyboard shortcuts |
| 2813 | | |
| 2814 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2815 | | |
| 2816 | | Moved language manager to folder |
| 2817 | | |
| 2818 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2819 | | |
| 2820 | | Replaced _ macro by an inline function |
| 2821 | | |
| 2822 | | 2005-05-07 Armin Burgmeier <armin@0x539.de> |
| 2823 | | |
| 2824 | | Separate mime map |
| 2825 | | |
| 2826 | | 2005-05-06 Armin Burgmeier <armin@0x539.de> |
| 2827 | | |
| 2828 | | StatusBar showing cursor position and current language |
| 2829 | | |
| 2830 | | 2005-05-06 Philipp Kern <phil@0x539.de> |
| 2831 | | |
| 2832 | | Added more TODO items |
| 2833 | | |
| 2834 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2835 | | |
| 2836 | | Made the TODO list more readable |
| 2837 | | |
| 2838 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2839 | | |
| 2840 | | A missing shell call produced build errors |
| 2841 | | |
| 2842 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2843 | | |
| 2844 | | Set scripts executable and use a partial checkout in the ebuild |
| 2845 | | |
| 2846 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2847 | | |
| 2848 | | Added missing po/Makefile.in.in |
| 2849 | | |
| 2850 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2851 | | |
| 2852 | | Gobby i18n, German translation added |
| 2853 | | |
| 2854 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2855 | | |
| 2856 | | Ignore more intermediate files |
| 2857 | | |
| 2858 | | 2005-05-05 Philipp Kern <phil@0x539.de> |
| 2859 | | |
| 2860 | | Added mkinstalldirs from Autotools |
| 2861 | | |
| 2862 | | 2005-05-05 Armin Burgmeier <armin@0x539.de> |
| 2863 | | |
| 2864 | | auto* updated some auto-generated files... |
| 2865 | | |
| 2866 | | 2005-05-05 Armin Burgmeier <armin@0x539.de> |
| 2867 | | |
| 2868 | | Gobby sends positions now in bytes and no longer in characters. |
| 2869 | | libobby takes all positions in bytes to having not to care about |
| 2870 | | different encodings. |
| 2871 | | |
| 2872 | | 2005-05-04 Philipp Kern <phil@0x539.de> |
| 2873 | | |
| 2874 | | Display a Gtk::MessageDialog on an unhandled exception |
| 2875 | | |
| 2876 | | 2005-04-27 Philipp Kern <phil@0x539.de> |
| 2877 | | |
| 2878 | | Fixed gobby to compile without gtksourceview |
| 2879 | | |
| 2880 | | 2005-04-26 Philipp Kern <phil@0x539.de> |
| 2881 | | |
| 2882 | | Insert parameter placeholder corrected |
| 2883 | | |
| 2884 | | 2005-04-25 Philipp Kern <phil@0x539.de> |
| 2885 | | |
| 2886 | | Ugly fix to get the times right |
| 2887 | | |
| 2888 | | 2005-04-25 Armin Burgmeier <armin@0x539.de> |
| 2889 | | |
| 2890 | | Implemented timestamps in logview |
| 2891 | | |
| 2892 | | 2005-04-25 Philipp Kern <phil@0x539.de> |
| 2893 | | |
| 2894 | | Some corrections to the file types |
| 2895 | | |
| 2896 | | 2005-04-24 Philipp Kern <phil@0x539.de> |
| 2897 | | |
| 2898 | | Set current name in the Save FileChooser |
| 2899 | | |
| 2900 | | 2005-04-24 Philipp Kern <phil@0x539.de> |
| 2901 | | |
| 2902 | | Added two new TODO items |
| 2903 | | |
| 2904 | | 2005-04-22 Armin Burgmeier <armin@0x539.de> |
| 2905 | | |
| 2906 | | Code highlighting by file extension |
| 2907 | | |
| 2908 | | 2005-04-22 Armin Burgmeier <armin@0x539.de> |
| 2909 | | |
| 2910 | | Some GtkSourceView wrapper fixes and extensions |
| 2911 | | |
| 2912 | | 2005-04-22 Armin Burgmeier <armin@0x539.de> |
| 2913 | | |
| 2914 | | GtkSourceLanguagesManager wrapper |
| 2915 | | |
| 2916 | | 2005-04-21 Armin Burgmeier <armin@0x539.de> |
| 2917 | | |
| 2918 | | Wrapped GtkSourceLanguage |
| 2919 | | |
| 2920 | | 2005-04-21 Armin Burgmeier <armin@0x539.de> |
| 2921 | | |
| 2922 | | Use a monospaced font for the TextView |
| 2923 | | |
| 2924 | | 2005-04-20 Armin Burgmeier <armin@0x539.de> |
| 2925 | | |
| 2926 | | GtkSourceBuffer wrapper |
| 2927 | | |
| 2928 | | 2005-04-18 Philipp Kern <phil@0x539.de> |
| 2929 | | |
| 2930 | | Save document was missing in the source |
| 2931 | | |
| 2932 | | 2005-04-17 Philipp Kern <phil@0x539.de> |
| 2933 | | |
| 2934 | | Check for howl in libobby |
| 2935 | | |
| 2936 | | 2005-04-17 Armin Burgmeier <armin@0x539.de> |
| 2937 | | |
| 2938 | | sourceview/-subdir for sourceview wrappers, Gtk::SourceView |
| 2939 | | actually works |
| 2940 | | |
| 2941 | | 2005-04-17 Philipp Kern <phil@0x539.de> |
| 2942 | | |
| 2943 | | Gather host information correctly |
| 2944 | | |
| 2945 | | 2005-04-17 Armin Burgmeier <armin@0x539.de> |
| 2946 | | |
| 2947 | | Win32 buffer_wrappers using a timer |
| 2948 | | |
| 2949 | | 2005-04-15 Armin Burgmeier <armin@0x539.de> |
| 2950 | | |
| 2951 | | Added tom as artist |
| 2952 | | |
| 2953 | | 2005-04-15 Armin Burgmeier <armin@0x539.de> |
| 2954 | | |
| 2955 | | Added inline gobby icon |
| 2956 | | |
| 2957 | | 2005-04-15 Philipp Kern <phil@0x539.de> |
| 2958 | | |
| 2959 | | Added artwork credits |
| 2960 | | |
| 2961 | | 2005-04-15 Thomas Glatt <tom@0x539.de> |
| 2962 | | |
| 2963 | | Added Gobby artwork |
| 2964 | | |
| 2965 | | 2005-04-15 Armin Burgmeier <armin@0x539.de> |
| 2966 | | |
| 2967 | | Call correct base_function in Gobby::Host::on_connect |
| 2968 | | |
| 2969 | | 2005-04-15 Armin Burgmeier <armin@0x539.de> |
| 2970 | | |
| 2971 | | Adjusted buffer_wrapper for net6 API corrections |
| 2972 | | |
| 2973 | | 2005-04-15 Armin Burgmeier <armin@0x539.de> |
| 2974 | | |
| 2975 | | Added some first wrapper code for GtkSourceView -- disfunctional |
| 2976 | | |
| 2977 | | 2005-04-15 Philipp Kern <phil@0x539.de> |
| 2978 | | |
| 2979 | | Added framework to use SourceView instead of TextView |
| 2980 | | |
| 2981 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 2982 | | |
| 2983 | | Added boringfile |
| 2984 | | |
| 2985 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 2986 | | |
| 2987 | | Added save document hooks, but w/o real functionality |
| 2988 | | |
| 2989 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 2990 | | |
| 2991 | | Use the new include path of libobby |
| 2992 | | |
| 2993 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 2994 | | |
| 2995 | | Check for obby-1.0 instead of lobby-1.0 |
| 2996 | | |
| 2997 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 2998 | | |
| 2999 | | Implemented open document |
| 3000 | | |
| 3001 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 3002 | | |
| 3003 | | Removed ui.xml from the ebuild |
| 3004 | | |
| 3005 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 3006 | | |
| 3007 | | XML UI descriptions are now present within src/header.cpp |
| 3008 | | |
| 3009 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 3010 | | |
| 3011 | | Compile the right buffer wrappers for their corresponding platform |
| 3012 | | |
| 3013 | | 2005-04-14 Philipp Kern <phil@0x539.de> |
| 3014 | | |
| 3015 | | Fix buffer wrapper to use generic on !WIN32 |
| 3016 | | |
| 3017 | | 2005-04-12 Armin Burgmeier <armin@0x539.de> |
| 3018 | | |
| 3019 | | Splitted buffer_wrapper up to buffer_wrapper_generic and |
| 3020 | | buffer_wrapper. buffer_wrapper_win32 will follow. |
| 3021 | | |
| 3022 | | 2005-04-11 Philipp Kern <phil@0x539.de> |
| 3023 | | |
| 3024 | | Implemented close a bit more correctly, updated TODO |
| 3025 | | |
| 3026 | | 2005-04-11 Philipp Kern <phil@0x539.de> |
| 3027 | | |
| 3028 | | Remove current document, *hopefully* w/o memory leak |
| 3029 | | |
| 3030 | | 2005-04-10 Thomas Glatt <tom@0x539.de> |
| 3031 | | |
| 3032 | | Ebuild for gobby |
| 3033 | | |
| 3034 | | 2005-04-10 Philipp Kern <phil@0x539.de> |
| 3035 | | |
| 3036 | | Resolved conflict in Makefile.am related to WIN32 build |
| 3037 | | |
| 3038 | | 2005-04-10 Philipp Kern <phil@0x539.de> |
| 3039 | | |
| 3040 | | Added WIN32 build support |
| 3041 | | |
| 3042 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3043 | | |
| 3044 | | Win32 build fixes; buffer_wrappers still use a timer on win32 |
| 3045 | | |
| 3046 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3047 | | |
| 3048 | | Distribute header files with 'make dist' |
| 3049 | | |
| 3050 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3051 | | |
| 3052 | | Replaced ERROR with IOERROR in buffer_wrappers according to |
| 3053 | | new net6 API |
| 3054 | | |
| 3055 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3056 | | |
| 3057 | | Fixed missing <cassert> include in buffer_wrapper.cpp |
| 3058 | | |
| 3059 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3060 | | |
| 3061 | | Use the file name of the file to open as document title |
| 3062 | | |
| 3063 | | 2005-04-09 Philipp Kern <phil@0x539.de> |
| 3064 | | |
| 3065 | | Relicensed under the GPL |
| 3066 | | Reasoning: There was never the intention to license gobby under |
| 3067 | | the LGPL. COPYING included the GPL but all the license headers referred |
| 3068 | | to the LGPL. This is now fixed in accordance with all the |
| 3069 | | contributing authors. |
| 3070 | | ACK: |
| 3071 | | - Armin Burgmeier <armin@0x539.de> |
| 3072 | | - Philipp Kern <phil@0x539.de> |
| 3073 | | - Benjamin Herr <ben@0x539.de> |
| 3074 | | |
| 3075 | | 2005-04-09 Armin Burgmeier <armin@0x539.de> |
| 3076 | | |
| 3077 | | Watching on Glib::signal_io() instead of using a timer |
| 3078 | | |
| 3079 | | 2005-04-08 Armin Burgmeier <armin@0x539.de> |
| 3080 | | |
| 3081 | | Fixed a crash in gobby which occured if a connection has been lost |
| 3082 | | |
| 3083 | | 2005-04-08 Armin Burgmeier <armin@0x539.de> |
| 3084 | | |
| 3085 | | Changed Menu-Action 'Help' to 'MenuHelp', for consistency with other |
| 3086 | | actions |
| 3087 | | |
| 3088 | | 2005-04-08 Armin Burgmeier <armin@0x539.de> |
| 3089 | | |
| 3090 | | Resolved a conflict in inc/window.hpp and src/window.cpp |
| 3091 | | |
| 3092 | | 2005-04-08 Armin Burgmeier <armin@0x539.de> |
| 3093 | | |
| 3094 | | Document creation |
| 3095 | | |
| 3096 | | 2005-04-08 Philipp Kern <phil@0x539.de> |
| 3097 | | |
| 3098 | | Added about dialog |
| 3099 | | |
| 3100 | | 2005-04-08 Benjamin Herr <ben@0x539.de> |
| 3101 | | |
| 3102 | | Added entrydialog to prompt for strings |
| 3103 | | |
| 3104 | | 2005-04-08 Armin Burgmeier <armin@0x539.de> |
| 3105 | | |
| 3106 | | Fixed gobby synchronization |
| 3107 | | |
| 3108 | | 2005-04-08 Benjamin Herr <ben@0x539.de> |
| 3109 | | |
| 3110 | | Added menu items for *Document, fixed typo |
| 3111 | | |
| 3112 | | 2005-04-08 Philipp Kern <phil@0x539.de> |
| 3113 | | |
| 3114 | | Moved config_.hpp to config.hpp, introduced features.hpp |
| 3115 | | |
| 3116 | | 2005-04-07 Philipp Kern <phil@0x539.de> |
| 3117 | | |
| 3118 | | Added initial NEWS content and Ben to AUTHORS |
| 3119 | | |
| 3120 | | 2005-04-07 Philipp Kern <phil@0x539.de> |
| 3121 | | |
| 3122 | | Added document toolbar button stubs |
| 3123 | | |
| 3124 | | 2005-04-07 Philipp Kern <phil@0x539.de> |
| 3125 | | |
| 3126 | | Receive document title from libobby |
| 3127 | | |
| 3128 | | 2005-04-07 Armin Burgmeier <armin@0x539.de> |
| 3129 | | |
| 3130 | | h4ck |
| 3131 | | |
| 3132 | | 2005-04-07 Benjamin Herr <ben@0x539.de> |
| 3133 | | |
| 3134 | | Todo: Exceptions? |
| 3135 | | |
| 3136 | | 2005-04-07 Benjamin Herr <ben@0x539.de> |
| 3137 | | |
| 3138 | | Fixed window to also connect chat signals on join |
| 3139 | | |
| 3140 | | 2005-04-07 Benjamin Herr <ben@0x539.de> |
| 3141 | | |
| 3142 | | Fixed indenting spaces to be tabs |
| 3143 | | |
| 3144 | | 2005-04-07 Armin Burgmeier <armin@0x539.de> |
| 3145 | | |
| 3146 | | Document synchronisation thorugh libobby |
| 3147 | | |
| 3148 | | 2005-04-07 Benjamin Herr <ben@0x539.de> |
| 3149 | | |
| 3150 | | Added handling of chat events from m_chat and m_buffer |
| 3151 | | |
| 3152 | | 2005-04-05 Armin Burgmeier <armin@0x539.de> |
| 3153 | | |
| 3154 | | Initial TODO file |
| 3155 | | |
| 3156 | | 2005-04-04 Philipp Kern <phil@0x539.de> |
| 3157 | | |
| 3158 | | Depend on gtkmm-2.4 >= 2.6.0 |
| 3159 | | |
| 3160 | | 2005-04-03 Armin Burgmeier <armin@0x539.de> |
| 3161 | | |
| 3162 | | Document class representing an obby::document |
| 3163 | | |
| 3164 | | 2005-04-03 Armin Burgmeier <armin@0x539.de> |
| 3165 | | |
| 3166 | | Event delegations |
| 3167 | | |
| 3168 | | 2005-04-03 Armin Burgmeier <armin@0x539.de> |
| 3169 | | |
| 3170 | | XML config file in home dir; requires libxml++ |
| 3171 | | |
| 3172 | | 2005-04-02 Armin Burgmeier <armin@0x539.de> |
| 3173 | | |
| 3174 | | Added create & join dialogs |
| 3175 | | |
| 3176 | | 2005-04-02 Armin Burgmeier <armin@0x539.de> |
| 3177 | | |
| 3178 | | Skeleton of the UI |
| 3179 | | |
| 3180 | | 2005-04-02 Armin Burgmeier <armin@0x539.de> |
| 3181 | | |
| 3182 | | Header, GTK naming scheme |
| 3183 | | |
| 3184 | | 2005-03-30 Philipp Kern <phil@0x539.de> |
| 3185 | | |
| 3186 | | Autotoolised gobby |
| 3187 | | |
| 3188 | | 2005-03-30 Armin Burgmeier <armin@0x539.de> |
| 3189 | | |
| 3190 | | Empty gobby window |