1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 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 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 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847
|
2008-12-04 Ross Burton <ross@linux.intel.com>
* libtaku/taku-menu-desktop.c:
Load desktop files recursively.
2008-09-29 Rob Bradford <rob@linux.intel.com>
* libtaku/taku-menu-desktop.c (load_desktop_file), (_remove_item),
(taku_menu_init):
Use a simple hash to avoid having duplicate .desktop files.
2008-09-24 Rob Bradford <rob@linux.intel.com>
* libtaku/taku-menu-desktop.c (load_desktop_file):
Define err to NULL.
2008-09-23 Ross Burton <ross@linux.intel.com>
* libtaku/launcher-util.c:
Fix the fallback logic so that it doesn't spin infinitely.
2008-09-16 Ross Burton <ross@linux.intel.com>
* libtaku/launcher-util.c:
When icons are missing use the generic executable icon.
2008-07-25 Ross Burton <ross@openedhand.com>
* configure.ac:
* src/Makefile.am:
* src/main.c:
Add optional DBus support, and if enabled send a signal on the
system bus when the desktop has loaded.
2008-06-27 Chris Lord <chris@openedhand.com>
* libtaku/taku-launcher-tile.c:
Define G_QUEUE_INIT if it isn't already; fixes building with GLib <2.14
2008-06-11 Ross Burton <ross@openedhand.com>
* libtaku/Makefile.am:
Don't set LDADD, it doesn't do anything useful for a static library.
* src/Makefile.am:
Reorder the linked libraries so that --as-needed works.
2008-04-15 Ross Burton <ross@openedhand.com>
* configure.ac:
Remove AM_DISABLE_STATIC, as we don't use libtool.
2008-02-19 Rob Bradford <rob@openedhand.com>
* libtaku/taku-menu-desktop.c: (_remove_item), (inotify_event):
When an item is removed (due to an inotify event) also remove it from
the internal list of items and free the memory associated with it.
2008-01-24 Ross Burton <ross@openedhand.com>
* src/Makefile.am:
* src/moko-finger-scroll.[ch]:
* src/desktop.c:
Remove MokoFingerScroll widget, its too slow to be usable on the
Zaurus when rotated. Maybe later.
2008-01-21 Ross Burton <ross@openedhand.com>
* libtaku/inotify/*:
Resync (mostly) to latest gio.
2008-01-18 Ross Burton <ross@openedhand.com>
* libtaku/inotify/*:
Don't use local copies of system headers which are useless because
they don't believe that ARM support inotify...
* libtaku/taku-menu-desktop.c:
Update to use system headers.
2008-01-18 Ross Burton <ross@openedhand.com>
* src/moko-finger-scroll.c:
Fix compile warnings.
2008-01-18 Ross Burton <ross@openedhand.com>
* libtaku/inotify/inotify-kernel.c:
If inotify_init() returns error, print the error.
2008-01-18 Tomas Frydrych <tf@o-hand.com>
* src/desktop.c:
Set default size of top level window (makes mbd-2 work with mbwm-2).
2007-12-20 Ross Burton <ross@openedhand.com>
* src/Makefile.am:
Only link to libinotify if we HAVE_INOTIFY.
2007-12-18 Ross Burton <ross@openedhand.com>
* src/Makefile.am:
* src/moko-finger-scroll.[ch]:
Add MokoFingerScroll widget
* src/desktop.c:
Use MokoFingerScroll instead of a GtkScrolledWindow.
2007-12-06 Chris Lord <chris@openedhand.com>
* libtaku/taku-table.c: (reflow_foreach):
Attach hidden widgets to 0,1,0,1 so they don't force the table to be
bigger than it needs to be when filtering
2007-12-06 Chris Lord <chris@openedhand.com>
* libtaku/taku-menu-desktop.c: (taku_menu_desktop_get_executable):
* libtaku/taku-menu.h:
Rename taku_menu_item_get_binary_name ->
taku_menu_desktop_get_executable
2007-12-06 Chris Lord <chris@openedhand.com>
* libtaku/taku-menu-desktop.c: (taku_menu_item_get_binary_name):
* libtaku/taku-menu.h:
Add an accessor function for argv[0] on TakuMenuItem
2007-11-30 Chris Lord <chris@openedhand.com>
* libtaku/taku-menu-desktop.c: (inotify_event):
Correct typo ITEM_ADDED -> ITEM_REMOVED
2007-11-12 Ross Burton <ross@openedhand.com>
* configure.ac:
* src/main.c:
Don't link to or use threading, as we're not threaded anymore.
2007-11-08 Ross Burton <ross@openedhand.com>
* libtaku/xutil.[ch]:
Remove x_get_workarea and replace it with x_monitor_workarea which
calls a function when the work area changes.
* src/desktop.c:
Use x_monitor_workarea so that workareas should work again (#609).
2007-11-08 Ross Burton <ross@openedhand.com>
* src/taku-category-bar.c:
Fix signal arguments so that the arrow buttons work (#610).
2007-11-08 Ross Burton <ross@openedhand.com>
* libtaku/xutil.[ch]:
Update to the newer version of the _NET_ACTIVATE_WINDOW
specification.
* libtaku/launcher-util.c:
Update.
2007-11-08 Ross Burton <ross@openedhand.com>
* src/desktop.c:
Disable workarea support, turns out its not finished and breaks
too much. Instead revert to old code which whilst it only works
with Sato, works well (#605).
2007-11-07 Ross Burton <ross@openedhand.com>
* src/taku-category-bar.c:
Set the categories list so that the popup menu appears, and fix
the activated callback so that it works. #603.
2007-11-07 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
Don't return the collated key as the search key, as collation keys
are useless for everything but sorting. Fixes alpha keynav, #601.
2007-11-07 Ross Burton <ross@openedhand.com>
* libtaku/taku-queue-source.[ch]:
* libtaku/Makefile.am:
Mad phat GSource which monitors a GQueue.
* libtaku/taku-launcher-tile.c:
Use the queue source instead of manually adding and firing.
2007-11-07 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
Slept on this and realised my threading code was totally
broken. Because the thread aquired the GDK lock when it started it
wasn't actually multithreaded.
Rewrite to use an idle source and a work queue.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
Don't cache the icon size in a static variable, as the theme could
change it.
2007-11-06 Ross Burton <ross@openedhand.com>
* configure.ac:
Add gthread-2.0
* libtaku/taku-launcher-tile.c:
Load tile icons via a thread pool for speed.
* src/main.c:
Initialise threading.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/launcher-util.c:
Fix formatting and clean up the icon loading code.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/launcher-util.c:
Use a define for the missing image, and micro-optimise for the
hell of it.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
Use the correct argument name for the style_set function so I
don't get confused.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
Chain up the new style before re-arranging the tile.
2007-11-06 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
Don't load the icon on creation, because we'll just receive
style-set shortly afterwards and reload it. This makes the
desktop start a lot faster on my laptop (1.9s -> 1.2s).
2007-11-02 Chris Lord <chris@openedhand.com>
* libtaku/launcher-util.c: (get_icon):
Use "gtk-missing-image" instead of "application-x-executable", as the
former is a stock icon. Also, don't go into an infinite loop if it
doesn't exist for whatever reason
2007-11-02 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
* README:
Add orientation style property. Thanks to Chris Lord for the
patch, based on work by Don Mahurin.
2007-11-02 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
* README:
Add show-secondary-text style property. Thanks to Don Mahurin for
the patch this is based on.
2007-11-01 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
Not sure how this got missed in the previous commit.
2007-11-01 Ross Burton <ross@openedhand.com>
* libtaku/Makefile.am:
* libtaku/taku-menu.h:
* libtaku/taku-menu-desktop.c:
* libtaku/taku-launcher-tile.h:
* libtaku/launcher-util.[ch]:
* src/Makefile.am:
* src/desktop.[ch]:
* src/taku-category-bar.[ch]:
* src/main.c:
Hot new abstracted backend and more widgets.
2007-11-01 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
Add properties for the labels and icon.
2007-11-01 Ross Burton <ross@openedhand.com>
* libtaku/taku-launcher-tile.c:
* libtaku/taku-table.c:
Remove unused boilerplate.
2007-11-01 Ross Burton <ross@openedhand.com>
* libtaku/Makefile.am:
Remove accidentaly copied line.
2007-11-01 Ross Burton <ross@openedhand.com>
* configure.ac:
* src/inotify/:
* src/Makefile.am:
* libtaku/inotify/:
* libtaku/Makefile.am:
Move the inotify code to libtaku/.
* src/main.c:
Update includes.
2007-10-18 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
Don't recreate Pango attribute lists, use a static list.
2007-10-18 Ross Burton <ross@openedhand.com>
* libtaku/taku-tile.c:
Remove unused GObject stubs, and only paint the background of the
tile is selected.
2007-10-18 Ross Burton <ross@openedhand.com>
* src/inotify/*.[ch]:
Re-sync with gio r662.
2007-10-18 Ross Burton <ross@openedhand.com>
* libtaku/taku-icon-tile.c:
Formatting fixes, and never pass NULL to atk_object_set_name.
2007-10-15 Ross Burton <ross@openedhand.com>
* src/main.c:
Handle the workarea properly by positioning the desktop widgets,
not the window itself. On Matchbox the desktop window is
fullscreen, do positioning it doens't work.
2007-10-15 Ross Burton <ross@openedhand.com>
* configure.ac:
Fix the startup-notification help string to reflect reality.
2007-10-04 Chris Lord <chris@openedhand.com>
* libtaku/taku-icon-tile.c: (taku_icon_tile_finalize),
(taku_icon_tile_get_key), (taku_icon_tile_set_primary):
* libtaku/taku-table.c: (compare_tiles):
Cache a case-less collation key in TakuIconTile and use strcmp in
TakuTable to compare keys
2007-10-01 Chris Lord <chris@openedhand.com>
* libtaku/taku-tile.c: (taku_tile_enter_notify),
(taku_tile_leave_notify), (taku_tile_button_release),
(taku_tile_class_init):
* libtaku/taku-tile.h:
Use enter/leave events to judge whether to activate a tile instead of
mouse co-ordinates
2007-10-01 Chris Lord <chris@openedhand.com>
* libtaku/taku-tile.c: (taku_tile_button_release):
Only activate a tile when the mouse cursor is still inside the tile
when the button is released
2007-09-27 Ross Burton <ross@openedhand.com>
* libtaku/launcher-util.c:
Deprecate the SingleInstance key, and replace it with
X-MB-SingleInstance.
2007-09-17 Ross Burton <ross@openedhand.com>
* */*:
Grand reorganisation.
taku-* and so are in libtaku/.
main and inotify/ are in src.
2007-09-05 Chris Lord,,, <chris@openedhand.com>
* launcher-util.h:
Add #ifndef/#define/#endif checks
2007-09-05 Ross Burton <ross@openedhand.com>
* launcher-util.[ch]:
Add const keyword.
2007-09-05 Ross Burton <ross@openedhand.com>
* main.c:
* taku-launcher-tile.c:
* taku-icon-tile.c:
Rename TakuIcon icon size to taku-icon, to match GTK+.
2007-08-20 Ross Burton <ross@openedhand.com>
* taku-icon-tile.c:
Split out code to make a label bold and big.
2007-08-20 Ross Burton <ross@openedhand.com>
* taku-table.c:
* README:
Allow the theme to set the width of the tiles, defaulting to
30. Patch by Don Mahurin <dmlist@openright.org>.
2007-08-20 Ross Burton <ross@openedhand.com>
* launcher-util.c:
Fix compile failure when libsn isn't used.
2007-08-09 Ross Burton <ross@openedhand.com>
* main.c:
* taku-icon-tile.c:
Add basic a11y names to the group buttons and tiles.
2007-08-08 Ross Burton <ross@openedhand.com>
* Makefile.am:
Fix distcheck.
2007-08-01 Chris Lord,,, <chris@openedhand.com>
* taku-launcher-tile.c: (taku_launcher_tile_remove_group),
(taku_launcher_tile_get_groups):
* taku-launcher-tile.h:
Add functions to remove and get a list of launcher tile groups
2007-07-30 Ross Burton <ross@openedhand.com>
* launcher-util.c:
More USE_LIBSN fixes, from OpenMoko.
2007-07-15 Ross Burton <ross@openedhand.com>
* taku-launcher-tile.[ch]:
Store the original filename, and add an accessor.
* configure.ac:
* Makefile.am:
* inotify/*:
Add inotify abstraction layer, copied from GVFS.
* main.c:
Monitor for desktop files being added and removed, and update the
tiles as relevant.
2007-07-15 Ross Burton <ross@openedhand.com>
* main.c:
Make the category labels bold and big.
2007-07-15 Ross Burton <ross@openedhand.com>
* launcher-util.c:
Only complete the startup context if it exists, fixing a crash if
the binary could not be found.
2007-07-15 Ross Burton <ross@openedhand.com>
* taku-tile.c:
* taku-launcher-tile.c:
Move the activation highlight into the launcher subclass.
2007-07-14 Rob Bradford <rob@openedhand.com>
* main.c: (main):
Set a size request on the arrows to 24x24.
2007-07-13 Ross Burton <ross@openedhand.com>
* main.c:
Don't try to switch category on failed focus if the current
category is NULL, i.e. there are no categories.
2007-07-12 Ross Burton <ross@openedhand.com>
* taku-tile.c:
Use SELECTED instead of PRELIGHT when a tile is focused.
2007-07-12 Ross Burton <ross@openedhand.com>
* taku-launcher-tile.c:
Fallback on button-sized images if the custom icon name isn't defined.
2007-07-06 Chris Lord <chris@openedhand.com>
* main.c: (main):
Fix crashing when no categories are available
2007-07-05 Jorn Baayen <jorn@openedhand.com>
* main.c: (load_data_dir), (main):
Make sure arrows request a square amount of space, where the
vertical space is equal to the vertical amount of space requested
by the switcher label.
2007-07-04 Ross Burton <ross@burtonini.com>
* taku-launcher-tile.[ch]:
* main.c:
Rewrite the vfolder loading, change launcher tiles to have a list
of groups they are in, and handle all and fallback categories.
2007-07-01 Ross Burton <ross@openedhand.com>
* Makefile.am:
Use global flags to stop new automakes moaning.
2007-06-14 Ross Burton <ross@openedhand.com>
* main.c:
Don't destroy the window explicitly, if gtk_main() returns it has
already been destroyed.
2007-06-14 Ross Burton <ross@openedhand.com>
* main.c:
Listen for button presses on the group combo, so you can change
group in a single tap-and-drag, instead of requiring two taps.
Also means cleaner code.
2007-06-06 Ross Burton <ross@openedhand.com>
* launcher-util.c:
If GTK+ 2.11.3 is being used, call gdk_spawn() to get multihead
handling for free. This isn't really a great issue on handhelds,
but its nice to be safe.
2007-06-01 Ross Burton <ross@openedhand.com>
* launcher-util.c:
Use g_spawn() instead of fork/exec directly, and if the spawn
fails stop the notification.
2007-05-31 Ross Burton <ross@openedhand.com>
* launcher-util.c:
Don't hard-code matchbox-desktop as the starter name, but use
g_get_prgname().
2007-05-30 Ross Burton <ross@openedhand.com>
* configure.ac:
* NEWS:
Version 2.0.
2007-04-11 Jorn Baayen <jorn@openedhand.com>
* main.c: (main):
Destroy window on exit.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* main.c: (set_category), (prev_category), (next_category), (main):
* taku-table.c: (taku_table_key_press_event),
(taku_table_finalize), (taku_table_class_init):
Focus first tile when switching categories by walking off the
screen using the keyboard.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* taku-icon-tile.c: (taku_icon_tile_set_icon_name):
Use correct icon size.
* taku-launcher-tile.c: (taku_launcher_tile_dispose),
(taku_launcher_tile_finalize), (taku_launcher_tile_clicked),
(taku_launcher_tile_matches_filter),
(taku_launcher_tile_class_init), (taku_launcher_tile_init),
(set_launcher_data), (taku_launcher_tile_new),
(taku_launcher_tile_for_desktop_file):
Update icon on style-set.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (im_context_commit_cb), (taku_table_init):
Skip invisible tiles when searching. Do not set table to be
homogenous, as it causes invisible rows to be taken into account
when requesting size.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (compare_tiles), (container_add),
(container_remove):
Add exact searching function for tile removal.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* TODO:
* main.c:
* taku-icon-tile.c: (taku_icon_tile_finalize),
(taku_icon_tile_class_init):
* taku-launcher-tile.c: (taku_launcher_tile_get_property),
(taku_launcher_tile_clicked), (taku_launcher_tile_matches_filter),
(taku_launcher_tile_class_init):
* taku-table.c: (compare_tiles), (im_context_commit_cb),
(on_tile_focus), (container_add), (calculate_columns),
(taku_table_size_allocate), (taku_table_focus_in_event),
(taku_table_focus_out_event), (taku_table_key_press_event),
(taku_table_finalize), (taku_table_init), (taku_table_new):
* taku-table.h:
* taku-tile.c: (taku_tile_new):
* taku-tile.h:
Add generic TakuTile methods get_search_key, get_sort_key, and
matches_filter. Implement them in IconTile and LauncherTile.
Make TakuTable work with generic TakuTiles again.
2007-04-06 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (reflow_foreach), (reflow), (container_add),
(taku_table_get_property), (taku_table_set_property),
(taku_table_finalize), (taku_table_class_init), (taku_table_init),
(taku_table_new):
* taku-table.h:
Add filtering functionality.
* main.c: (popup_menu), (load_vfolder_dir), (main):
Use table filtering instead of a notebook.
* launcher-util.c: (launcher_destroy):
Plug leak.
2007-04-05 Jorn Baayen <jorn@openedhand.com>
* main.c: (popup_menu), (make_table), (load_data_dir), (main):
Add 'All' group.
To be replaced with a GtkRecent-using recent group as soon as
GTK+ 2.10 is available for use.
2007-03-30 Jorn Baayen <jorn@openedhand.com>
* main.c: (switch_page_cb), (popup_menu), (make_table),
(load_vfolder_dir):
Don't store tab labels in (unused) GtkLabel widgets, but rather
store them as GObject data.
2007-03-30 Jorn Baayen <jorn@openedhand.com>
* main.c: (load_vfolder_dir):
Read order from Root.order.
2007-03-29 Jorn Baayen <jorn@openedhand.com>
* Makefile.am:
* launcher-util.c: (launcher_parse_desktop_file):
* launcher-util.h:
* main.c: (switch_to_page), (popup_menu), (load_vfolder_dir),
(load_data_dir), (remove_empty_tables), (main):
* taku-launcher-tile.c: (taku_launcher_tile_for_desktop_file):
* taku-launcher-tile.h:
Use matchbox vfolders.
2007-03-27 Jorn Baayen <jorn@openedhand.com>
* launcher-util.c: (launcher_parse_desktop_file), (launcher_start):
* launcher-util.h:
* xutil.c: (x_get_workarea):
* xutil.h:
Add (so far untested) Matchbox SingleInstance support.
2007-03-26 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (reflow), (calculate_columns),
(taku_table_realize), (taku_table_init):
Default 'columns' to 0 in order to trigger an initial reflow when
room is allocated for 2 columns.
Also add a call to calculate_columns() in realize().
2007-03-26 Jorn Baayen <jorn@openedhand.com>
* main.c: (switch_page_cb):
Add a hack to stop GtkNotebook from focusing the page when
switching.
* taku-table.c: (on_tile_focus), (reflow_foreach), (reflow),
(container_add), (container_remove), (calculate_columns),
(taku_table_realize), (taku_table_unrealize),
(taku_table_size_allocate), (taku_table_style_set),
(taku_table_focus_in_event), (taku_table_focus_out_event),
(taku_table_key_press_event), (taku_table_get_property),
(taku_table_set_property), (taku_table_finalize),
(taku_table_class_init), (taku_table_init):
Add basic alpha keynav.
2007-03-22 Ross Burton <ross@openedhand.com>
* taku-table.c:
Make the tiles slightly wider, so you get two rows on the Zaurus.
2007-03-22 Ross Burton <ross@openedhand.com>
* *.[ch]:
Add license block.
* AUTHORS:
Add Jorn.
2007-03-22 Ross Burton <ross@openedhand.com>
* configure.ac:
Add --enable-standalone.
2007-03-22 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (container_remove):
Handle dummy removal.
2007-03-22 Jorn Baayen <jorn@openedhand.com>
* main.c: (next_page), (load_data_dir), (make_table):
Handle failed 'focus' events by switching between pages.
2007-03-22 Jorn Baayen <jorn@openedhand.com>
* main.c: (popdown_menu), (popup_menu), (main):
Popup menu in response to 'clicked' signal.
2007-03-20 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (reflow), (calculate_columns):
Check for GTK_WIDGET_VISIBLE instead of GTK_WIDGET_REALIZED.
Fixes weird inially-showing-just-one-launcher bug.
2007-03-20 Jorn Baayen <jorn@openedhand.com>
* main.c: (make_table), (main):
Only show tables when done loading. This reduces the number
of reflows and thus startup time.
2007-03-20 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (reflow_foreach), (reflow), (sort),
(container_add), (container_remove), (calculate_columns),
(taku_table_size_allocate), (taku_table_style_set),
(taku_table_get_property), (taku_table_set_property),
(taku_table_finalize), (taku_table_class_init), (taku_table_init):
Add dummy widgets to fill the calculated number of columns when
not enough launchers are available.
2007-03-16 Jorn Baayen <jorn@openedhand.com>
* main.c: (main):
Name arrow buttons for theming.
2007-03-16 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (reflow), (calculate_columns):
Always resize the table to the amount of columns calculated.
2007-03-16 Ross Burton <ross@openedhand.com>
* main.c:
Add a Games group.
2007-03-14 Jorn Baayen <jorn@openedhand.com>
* main.c: (position_menu), (popdown_menu), (popup_menu),
(load_data_dir), (make_table), (main):
Add arrows and menu for group switching. Needs some cleanup still.
* taku-table.c: (reflow_foreach):
Don't expand cells vertically.
2007-03-12 Ross Burton <ross@openedhand.com>
* main.c:
Basic and nasty hack to add groups. Currently implemented with a
fixed mapping, and a notebook.
2007-03-12 Ross Burton <ross@openedhand.com>
* taku-launcher-tile.[ch]:
Add taku_launcher_tile_get_categories().
2007-03-10 Jorn Baayen <jorn@openedhand.com>
* taku-icon-tile.c: (taku_icon_tile_set_primary),
(taku_icon_tile_get_primary), (taku_icon_tile_set_secondary):
* taku-icon-tile.h:
Add get_{primary,secondary} methods.
* Makefile.am:
* eggsequence.c:
* eggsequence.h:
Add EggSequence.
* taku-table.c: (on_tile_focus), (reflow_foreach), (reflow),
(sort), (container_add), (search), (container_remove),
(calculate_columns), (taku_table_size_allocate),
(taku_table_style_set), (taku_table_get_property),
(taku_table_set_property), (taku_table_class_init),
(taku_table_init):
Use EggSequence to sort tiles.
2007-03-05 Ross Burton <ross@openedhand.com>
* launcher-util.[ch]:
Add categories.
2007-03-04 Jorn Baayen <jorn@openedhand.com>
* taku-table.c: (calculate_columns):
Request a table size of (1,1) (which effectively crops the table)
after the cells have been reflowed, not before.
(taku_table_size_allocate):
Calculate columns before calling size_allocate on the parent
class. This removes an extra shuffle that could be seen when
resizing.
2007-02-01 Ross Burton <ross@openedhand.com>
* main.c:
Set window title.
2007-02-01 Ross Burton <ross@openedhand.com>
* xutil.[ch]:
* Makefile.am:
Add X utility functions.
* main.c:
Position the desktop according to the work area set by the window
manager.
2007-01-31 Ross Burton <ross@openedhand.com>
* main.c:
Be a desktop by default.
2007-01-31 Ross Burton <ross@openedhand.com>
Initial import.
|