aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
Commit message (Expand)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+21
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+28
* - Disable and re-enable table view double click actions when opening and clo...rowanbeentje2011-08-281-0/+38
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+45
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-9/+10
* - Add support in SPTableView to disable edit-on-tab behaviourrowanbeentje2011-04-101-0/+26
* - Fix more warningsrowanbeentje2011-03-141-0/+7
* fixed compiler warningssqlprodev2011-03-011-0/+1
* Beforing asking SPTableView's delegate if we can right-click a particular row...stuconnolly2010-11-011-1/+6
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Fix an exception caused by the changes introduced in r2764.stuconnolly2010-10-161-2/+3
* Change the connection view's table view to be of type SPTableView so right-cl...stuconnolly2010-10-151-38/+44
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-1/+7
* • further improvements for CSV import into new tableBibiko2010-09-031-1/+9
* • further progress for CSV import into new tableBibiko2010-09-031-4/+10
* • finished the first implementation of CSV Import into new tableBibiko2010-09-031-0/+10
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-1/+1
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-3/+3
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-2/+2
* Initial implementation of tabs:rowanbeentje2010-05-231-4/+8
* - Ensure any table changes are applied before switching tables as a result o...rowanbeentje2010-05-191-0/+5
* - Fix exceptions when right-clicking on the query favourites list. This addr...rowanbeentje2010-04-201-1/+2
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-0/+11
* • If TableDocument is performing a task suppress any context menu in SPTabl...Bibiko2010-01-121-0/+6
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-2/+2
* - When performing threaded data loads, no longer disable the tables and inst...rowanbeentje2009-10-271-0/+6
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-1/+2
* • further progress on the Content Filter EditorBibiko2009-09-301-0/+4
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-1/+1
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-1/+1
* • fixes for Query Favorite Manager:Bibiko2009-09-011-0/+5
* • improved Query Favorite ManagerBibiko2009-08-281-2/+3
* Fixed keyDown editing of SPTableView and CMCopyTablemltownsend2009-08-281-0/+15
* • improvement for hitting RETURN or ENTER to invoke the row edit modeBibiko2009-08-271-11/+0
* Made it so that SPTableView and SPOutlineView will respond to enter or return...mltownsend2009-08-251-0/+16
* • bug fix for issue 363: suppress selecting a table header in TablesList b...Bibiko2009-08-121-0/+8
* Source tidy up and missing SVN properties.stuconnolly2009-08-071-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-1/+0
* • a right-click at a row within a tableView will select that row before or...Bibiko2009-07-151-0/+50
'>514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 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