aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed compiler warningssqlprodev2011-03-0124-42/+30
* fixed compiler warningssqlprodev2011-03-013-3/+9
* Increase compiler warnings.stuconnolly2011-02-281-6/+9
* - Improve filter dropdown comparison memory to no longer override filters to...rowanbeentje2011-02-231-3/+6
* - Preserve the current filter string when refreshing the table list if one i...rowanbeentje2011-02-201-5/+15
* - Fix spinlocks when table/database deletion causes the table information cl...rowanbeentje2011-02-191-0/+9
* - Fix exceptions caused by uncombined accents/special characters, addressing...rowanbeentje2011-02-191-1/+1
* • fixed tiny overseen bug by speeding up the line numbering; the complete v...Bibiko2011-02-171-1/+1
* • commented out unused code; applied global layoutManager and container to ...Bibiko2011-02-171-12/+8
* • some minor speed improvementsBibiko2011-02-173-27/+40
* • some speed improvements for line numberingBibiko2011-02-162-35/+42
* • fixed bug while CSV Import for method UPDATE and INSERT remaining rows Bibiko2011-02-151-1/+1
* - When loading tables, ensure that the column count is updated before table ...rowanbeentje2011-02-152-6/+8
* - When changing column selections in the filter dropdowns, preserve the filt...rowanbeentje2011-02-141-0/+7
* - Fix trigger deletion to use the correct trigger namerowanbeentje2011-02-132-888/+129
* • show in Content tables' header comments and ENUM/SET valuesBibiko2011-02-111-17/+25
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-116-87/+90
* When the user cancels the SSH password prompt, prevent further prompts and al...stuconnolly2011-02-083-95/+131
* - Ensure table information is retrieved on the working thread, to prevent a ...rowanbeentje2011-02-071-0/+6
* - Don't bring the task window to the front before re-adding it to the parent...rowanbeentje2011-02-061-1/+0
* • further speed optimisations for SQL syntax highlightingBibiko2011-02-031-23/+21
* • CSV field mapperBibiko2011-02-033-19/+76
* • improve CSV field mapping method to align file header names with table co...Bibiko2011-02-031-16/+72
* • forgotten to apply a change of a NoodleLineNumber methodBibiko2011-02-021-1/+1
* • several speed optimisations and code cleaningBibiko2011-02-022-253/+279
* • removed keyboard short-cut ?\008^C for "Copy as RTF" since it's not a fre...Bibiko2011-02-021-8/+1
* • changed the behaviour of ⇧⌘K (Show/Hide Console) slightlyBibiko2011-02-011-16/+17
* • fixed updateWindowTitle: threading issueBibiko2011-02-011-1/+1
* - Ensure window title updates occur on the main thread, fixing crashes under...rowanbeentje2011-01-312-8/+12
* Interface tweaks.stuconnolly2011-01-312-15/+64
* Update the README file and add it to the Xcode project so it's more visible.stuconnolly2011-01-312-19/+23
* Make use of constants in SPEditorPreferencePane.m.stuconnolly2011-01-301-17/+27
* Improve unsaved theme warning message.stuconnolly2011-01-302-5/+9
* - Improve thread safety when loading content views, improving Issue #953rowanbeentje2011-01-291-4/+5
* • added print accessory view for background printing yes/no to HTML output ...Bibiko2011-01-281-0/+8
* • improved print capability of the HTML output windowBibiko2011-01-281-1/+44
* • fixed exception for printing Content table if it contains GEOMETRY dataBibiko2011-01-281-2/+23
* • changed in HTML output window the link behaviour of file:// URL scheme; n...Bibiko2011-01-281-3/+9
* • fixed table list querying by checking utf8 connection since we query info...Bibiko2011-01-261-6/+17
* • bound short-cut ⌥⎋ to display the context menu of the first responder...Bibiko2011-01-263-19/+50
* • some code improvements for willDisplayCell:Bibiko2011-01-252-23/+44
* • some minor code improvements for speed esp. for line selecting via gutterBibiko2011-01-251-30/+33
* • check the character length of the keyDown eventBibiko2011-01-251-1/+2
* • updated Credits.rtf re ShortcutRecorderBibiko2011-01-241-0/+11
* • some minor code cleaning and improvementsBibiko2011-01-242-20/+40
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-243-2/+28
* - Fix issues restoring the filename or advanced views in the export interfac...rowanbeentje2011-01-241-0/+2
* - Update the README for latest .ibplugin advice for BWToolkit and ShortcutRe...rowanbeentje2011-01-241-11/+16
* - Add a customised version of BWToolKit, incorporating Robert Payne's patch ...rowanbeentje2011-01-232-0/+1
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased disc...rowanbeentje2011-01-237-26/+207
id='n582' href='#n582'>582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756