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
|
2008-09-16 Ross Burton <ross@linux.intel.com>
* src/matchbox-keyboard-image.c:
Include render headers.
2008-02-07 Richard Purdie <rpurdie@openedhand.com>
* src/matchbox-keyboard-ui.c:
Stop the keyboard scaling beyond a sensible height on wide screens
2007-11-14 Richard Purdie <rpurdie@openedhand.com>
* configure.ac:
Stop -L/lib being added to compiler commandline and breaking builds
$expat variable isn't used.
2007-11-07 Ross Burton <ross@openedhand.com>
* configure.ac:
Fix typo resulting in debug always being on.
2007-11-07 Ross Burton <ross@openedhand.com>
* gtk-im/*.[ch]:
Add copyright headers.
2007-10-12 Matthew Allum <mallum@openedhand.com>
* layouts/keyboard.xml:
Add UTF8 arrow keys (thanks to pippin)
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_event_loop):
Disable gestures at least fo now.
2007-10-09 Ross Burton <ross@openedhand.com>
* src/matchbox-keyboard.h:
* src/matchbox-keyboard-remote.c:
* src/matchbox-keyboard-remote.h:
* src/Makefile.am:
Move the remote operations into a separate header.
* gtk-im/im-protocol.c:
* gtk-im/im-context.c:
* gtk-im/Makefile.am:
* gtk-im/im-protocol.h:
* applet/applet.c:
* applet/Makefile.am:
Use src/matchbox-keyboard-remote.h instead of a copy of the enum,
to avoid stupid bugs. Thanks to Daniel Willmann for noticing.
2007-10-08 Ross Burton <ross@openedhand.com>
* src/matchbox-keyboard.h:
* src/matchbox-keyboard-ui.c:
* src/matchbox-keyboard-remote.c:
* gtk-im/im-protocol.h:
Add a TOGGLE action to the RPC.
* applet/applet.c:
Instead of using a toggle button use an event box, and sent the
toggle event.
Based on patches by Stefan Schmidt and Daniel Willmann.
2007-09-20 Ross Burton <ross@openedhand.com>
* src/matchbox-keyboard.h:
* src/matchbox-keyboard-remote.c:
Change mb_kbd_remote_process_xevents to return
MBKeyboardRemoteOperation instead of performing the operation.
Also Declare mb_kbd_ui_limit_orientation.
* src/matchbox-keyboard-ui.c:
Action the operation reutrned returned by process_xevents, and if
we receive a Hide command wait for 100ms before hiding the
keyboard, so that if we immediately receive a Show the keyboard
doesn't flicker.
Based on a patch by Daniel Willmann <daniel@totalueberwachung.de>.
2007-09-17 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-key.c:
Dont set uneeded shift flag in libfakekey (Daniel Willmann)
2007-07-04 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Hack to avoid starting before EWMH window manager is started
(only in daemon mode)
2007-06-10 Matthew Allum <mallum@openedhand.com>
* README:
Update syncing TODO and adding info about GTK IM method.
2007-06-02 Ross Burton <ross@openedhand.com>
* Makefile.am:
* layouts/Makefile.am:
Make distcheck build the examples, GTK+ IM, and panel applet. Also
clean up dist rules.
2007-06-02 Ross Burton <ross@openedhand.com>
* configure.ac:
* Makefile.am:
* applet/Makefile.am:
* applet/applet.c:
Add matchbox-panel-2 applet to show and hide the keyboard.
2007-06-02 Ross Burton <ross@openedhand.com>
* gtk-im/Makefile.am:
Fix distcheck.
2007-05-17 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c:
Actually select for structure notify events on root to know
when a resize has happened.
2007-05-15 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c:
* src/matchbox-keyboard.c:
* src/matchbox-keyboard.h:
show/hide only when needed.
Add an 'orientaion' switch to limit when keyboard is displayed.
(Needs likely be done in a better way but enough for Z's)
2007-05-15 Ross Burton <ross@openedhand.com>
* src/matchbox-keyboard-ui.c:
When showing, redraw the UI too.
2007-05-15 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-remote.c:
* src/matchbox-keyboard-ui.c:
Dont intercept and handle *ALL* configure events.
Add some more debug info.
2007-05-15 Ross Burton <ross@openedhand.com>
* gtk-im/im-protocol.c:
Send the event with a mask specified. I'm not entirely sure why,
but everyone else does it.
* src/matchbox-keyboard-ui.c:
Listen for events with the same mask. Also redraw the keyboard
when it is shown.
2007-05-14 Matthew Allum <mallum@openedhand.com>
* gtk-im/im-protocol.c: (protocol_send_event):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Hopefully fix XEvent IPC between remote and gtk-im.
2007-05-14 Ross Burton <ross@openedhand.com>
* gtk-im/im-context.[ch]:
Derive from GtkIMContextSimple so that editing actually works, and
chain up the focus in/out methods.
2007-05-14 Matthew Allum <mallum@openedhand.com>
* src/Makefile.am:
* src/matchbox-keyboard-remote.c:
* src/matchbox-keyboard-ui.c:
* src/matchbox-keyboard.c:
* src/matchbox-keyboard.h:
Add a mechansim for remotely enabling/disabling the keyboard
(as used by gtk-im). '-d' option enables.
2007-05-14 Ross Burton <ross@openedhand.com>
* configure.ac:
Use AC_HELP_STRING to make --help look pretty.
2007-05-14 Ross Burton <ross@openedhand.com>
* configure.ac:
* Makefile.am:
Add --enable-gtk-im, and use libtool.
* gtk-im/:
Add *very* simple GTK+ Input Method that sends an X client message
to the root window when the keyboard should be displayed.
2007-05-14 Ross Burton <ross@openedhand.com>
* configure.ac:
Remove AM_MAINTAINER_MODE.
2006-07-20 Matthew Allum <mallum@openedhand.com>
* layouts/keyboard-ru.xml:
* src/config-parser.c: (config_handle_key_subtag),
(config_handle_layout_tag), (config_xml_start_cb),
(mb_kbd_config_load):
Apply patches from Paul Sokolovsky for Russian layout
improvements and more error messages from config parser.
2006-05-22 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kdb_ui_unit_key_size):
Dont include keys with set width in min key size calc.
2006-05-16 Matthew Allum <mallum@openedhand.com>
* README:
Add some notes on setting images on key faces.
2006-05-16 Matthew Allum <mallum@openedhand.com>
* src/config-parser.c: (config_handle_key_subtag):
Try and load relative image filenaes
* src/matchbox-keyboard-image.c: (png_file_load),
(mb_kbd_image_new):
Force an alpha channel into PNG images without one.
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_min_key_size),
(mb_kbd_ui_allocate_ui_layout):
Fix a layout issue in mb_kbd_ui_min_key_size() lieing.
2006-05-15 Matthew Allum <mallum@openedhand.com>
* configure.ac:
* layouts/keyboard.xml:
* src/Makefile.am:
* src/config-parser.c: (config_handle_key_subtag):
* src/matchbox-keyboard-image.c:
* src/matchbox-keyboard-key.c: (mb_kbd_key_set_image_face):
* src/matchbox-keyboard-ui-xft-backend.c:
(mb_kbd_ui_xft_redraw_key):
* src/matchbox-keyboard-ui.c: (mb_kdb_ui_unit_key_size),
(mb_kbd_ui_min_key_size):
* src/matchbox-keyboard.h:
Add initial support for defineable PNG images on keys.
Keys with images sizing a little borked atm.
2006-03-31 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_event_loop):
Add some basic gesture support.
2006-03-15 Matthew Allum <mallum@openedhand.com>
* layouts/keyboard-ru.xml:
Fix broken XML
2006-03-02 Matthew Allum <mallum@openedhand.com>
* layouts/Makefile.am:
* layouts/keyboard-us.xml:
Add US layout from Matt Reimer
2006-02-28 Matthew Allum <mallum@openedhand.com>
* src/config-parser.c: (config_load_file):
Use ~/.matchbox not ~/matchbox
2006-02-28 Matthew Allum <mallum@openedhand.com>
* configure.ac:
Make version 0.1. Make cairo usage explicit.
* layouts/Makefile.am:
* layouts/keyboard-numpad.xml:
New Layout.
* src/matchbox-keyboard-ui-xft-backend.c:
(mb_kbd_ui_xft_redraw_key):
* src/matchbox-keyboard-ui.c: (mb_kdb_ui_unit_key_size),
(mb_kbd_ui_allocate_ui_layout), (mb_kbd_ui_handle_configure),
(mb_kbd_ui_event_loop):
* src/matchbox-keyboard.c: (mb_kbd_new):
Fixups for layout on small screens and improvements for high
DPI layouts.
2005-10-27 Matthew Allum <mallum@openedhand.com>
* README:
Update with current info
* src/config-parser.c: (mb_kbd_config_load):
* src/matchbox-keyboard-ui.c: (mb_kdb_ui_unit_key_size),
(mb_kbd_ui_min_key_size), (mb_kbd_ui_allocate_ui_layout),
(mb_kbd_ui_resize), (mb_kbd_ui_realize):
* src/matchbox-keyboard.c: (mb_kbd_new):
Minor cleanups. Improve cmd line option parsing and add
a usage() func.
2005-10-26 Matthew Allum <mallum@openedhand.com>
* examples/Makefile.am:
* examples/matchbox-keyboard-embbed.c:
Rename matchbox-keyboard-embbed.c
2005-10-26 Matthew Allum <mallum@openedhand.com>
* AUTHORS:
Populate.
* Makefile.am:
* configure.ac:
* src/Makefile.am:
Fix cairo build issues,
* src/matchbox-keyboard-xembed.c:
Add XEMBED support for embedding keyboard in other apps.
* examples/Makefile.am:
* examples/matchbox-keyboard-embbed.c:
Add example embedding app
* src/config-parser.c: (config_str_to_keysym),
(config_str_to_modtype), (config_xml_start_cb):
* src/matchbox-keyboard-key.c: (mb_kbd_key_get_extended),
(mb_kbd_key_set_row), (mb_kdb_key_has_state),
(mb_kbd_key_set_glyph_face), (mb_kbd_key_get_glyph_face),
(mb_kbd_key_set_image_face), (mb_kbd_key_set_char_action),
(mb_kbd_key_press):
* src/matchbox-keyboard-layout.c:
* src/matchbox-keyboard-row.c:
* src/matchbox-keyboard-ui-cairo-backend.c:
(mb_kbd_ui_cairo_text_extents), (mb_kbd_ui_cairo_load_font),
(mb_kbd_ui_cairo_redraw_key), (mb_kbd_ui_cairo_pre_redraw),
(mb_kbd_ui_cairo_resources_create), (mb_kbd_ui_cairo_resize),
(mb_kbd_ui_cairo_init):
* src/matchbox-keyboard-ui-cairo-backend.h:
* src/matchbox-keyboard-ui-xft-backend.c:
(mb_kbd_ui_xft_text_extents), (mb_kbd_ui_xft_redraw_key),
(mb_kbd_ui_xft_resources_create), (mb_kbd_ui_xft_resize),
(mb_kbd_ui_xft_init):
* src/matchbox-keyboard-ui-xft-backend.h:
* src/matchbox-keyboard-ui.c: (get_current_window_manager_name),
(get_desktop_area), (get_xevent_timed),
(mb_kbd_ui_send_keysym_press), (mb_kbd_ui_send_release),
(mb_kdb_ui_unit_key_size), (mb_kbd_ui_min_key_size),
(mb_kbd_ui_redraw_row), (mb_kbd_ui_swap_buffers),
(mb_kbd_ui_redraw), (mb_kbd_ui_resources_create),
(mb_kbd_ui_resize), (mb_kbd_ui_event_loop), (mb_kbd_ui_realize),
(mb_kbd_ui_init):
* src/matchbox-keyboard.c: (mb_kbd_new):
* src/matchbox-keyboard.h:
* src/util.c: (util_utf8_char_cnt), (util_file_readable):
Fix GCC 4 Warnings.
Add License to all files.
Improve buggy cairo backend and add gradient keys
2005-10-21 Matthew Allum <mallum@openedhand.com>
* configure.ac:
* src/Makefile.am:
* src/matchbox-keyboard-ui-cairo-backend.c:
* src/matchbox-keyboard-ui-cairo-backend.h:
* src/matchbox-keyboard-ui-xft-backend.c:
* src/matchbox-keyboard-ui-xft-backend.h:
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
* src/matchbox-keyboard.h:
Break out rendering backend and add optional initial cairo
based rendering backend ( based on patch from Tuukka Pasanen )
* layouts/Makefile.am:
* layouts/keyboard-fi.xml:
Add finish layout via Tuukka Pasanen
2005-10-10 Matthew Allum <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_event_loop):
Handle 'stuck' key case ( hopefully ) when release X event is
missed.
* src/matchbox-keyboard.c: (mb_kbd_new):
Qucik hacks to look better on small displays.
2005-10-10 mallum,,, <mallum@openedhand.com>
reviewed by: <delete if not using a buddy>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_event_loop):
* src/matchbox-keyboard.c: (mb_kbd_new):
2005-10-04 mallum <mallum@openedhand.com>
* src/matchbox-keyboard.c: (mb_kbd_new):
Make initial point size smaller to kbd fitting on large DPI's.
2005-09-15 mallum,,, <mallum@openedhand.com>
* layouts/keyboard.xml:
Minor fixes via Michal Ludvig
2005-09-15 mallum,,, <mallum@openedhand.com>
reviewed by: <delete if not using a buddy>
* layouts/keyboard.xml:
2005-09-15 mallum,,, <mallum@openedhand.com>
reviewed by: <delete if not using a buddy>
* layouts/keyboard.xml:
2005-09-01 mallum,,, <mallum@openedhand.com>
* layouts/Makefile.am:
* layouts/keyboard-ru.xml:
Add Russian layout from Stanislav Bogatyrev
2005-06-20 mallum,,, <mallum@openedhand.com>
* layouts/Makefile.am:
* layouts/keyboard-dvorak.xml:
Add dvorak from Leon Matthews.
2005-05-17 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Add SKIP_PAGER hint.
2005-05-10 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Attempt to better support metacity.
2005-05-02 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (want_extended),
(mb_kbd_ui_resources_create), (mb_kbd_ui_resize),
(mb_kbd_ui_handle_configure), (mb_kbd_ui_event_loop),
(mb_kbd_ui_load_font), (mb_kbd_ui_init), (mb_kbd_ui_display_width),
(mb_kbd_ui_display_height), (mb_kbd_ui_realize):
* src/matchbox-keyboard.c:
* src/matchbox-keyboard.h:
Clean up warnings
Implement key repeat
2005-04-27 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resize),
(mb_kbd_ui_events_iteration):
Handle MappingNotify events
* src/matchbox-keyboard.c: (mb_kbd_new):
Make keys slightly bigger for small ( 240x320 ) displays.
2005-04-27 mallum,,, <mallum@openedhand.com>
* layouts/keyboard.xml:
Swicth shift state for ; key
2005-04-27 mallum,,, <mallum@openedhand.com>
* layouts/keyboard.xml:
New layout with extended keys.
* src/config-parser.c: (config_handle_key_tag):
* src/matchbox-keyboard-key.c: (mb_kbd_key_get_extra_width_pad):
* src/matchbox-keyboard-row.c: (mb_kbd_row_height),
(mb_kbd_row_width), (mb_kbd_row_base_width):
* src/matchbox-keyboard-ui.c: (get_desktop_area),
(mb_kbd_ui_send_keysym_press), (mb_kbd_ui_send_release),
(mb_kdb_ui_unit_key_size), (mb_kbd_ui_min_key_size),
(mb_kbd_ui_allocate_ui_layout), (mb_kbd_ui_redraw_key),
(mb_kbd_ui_redraw_row), (mb_kbd_ui_resources_create),
(mb_kbd_ui_resize), (mb_kbd_ui_handle_configure),
(mb_kbd_ui_events_iteration), (mb_kbd_ui_load_font),
(mb_kbd_ui_init), (mb_kbd_ui_display_width),
(mb_kbd_ui_display_height), (mb_kbd_ui_realize):
* src/matchbox-keyboard.c: (mb_kbd_locate_key),
(mb_kbd_get_held_key):
* src/matchbox-keyboard.h:
Make keyboard 'adapt' with extended keys to screen rotation
and screen orientation.
2005-04-26 mallum,,, <mallum@openedhand.com>
* configure.ac:
* data/Makefile.am:
* data/keyboard-extended.xml:
* data/keyboard.xml:
Rename data -> layouts
* Makefile.am:
* matchbox-keyboard.desktop:
* matchbox-keyboard.png
Add a icon and .desktop file
2005-04-26 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Fix taskbar skip hint
2005-04-26 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (get_current_window_manager_name),
(mb_kbd_ui_redraw), (mb_kbd_ui_show), (mb_kbd_ui_resources_create),
(mb_kbd_ui_resize):
Try to avoid ugly flash ( caused by repaint/resize ) on startup.
Also probably speeds up startup a little.
2005-04-26 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c:
* src/matchbox-keyboard.h:
* src/util-list.c: (util_list_append):
* src/util.c:
Clean up some compiler warnings.
2005-04-26 mallum,,, <mallum@openedhand.com>
* README:
Small update on Todo.
* configure.ac:
Fix a minor snafu
2005-04-26 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Make key faces darker to increase visibility on Ipaq.
* src/matchbox-keyboard.c: (mb_kbd_new):
Make small font smaller to fit Ipaq display
2005-04-24 mallum,,, <mallum@openedhand.com>
* README:
Write one.
* configure.ac:
* data/keyboard.xml:
* src/config-parser.c: (config_load_file):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_redraw),
(mb_kbd_ui_resources_create), (mb_kbd_ui_resize):
* src/matchbox-keyboard.h:
Various minor tweaks.
2005-04-21 mallum,,, <mallum@openedhand.com>
* configure.ac:
Remove unneeded libmb dep check
2005-04-21 mallum,,, <mallum@openedhand.com>
* Makefile.am:
* configure.ac:
* data/Makefile.am:
* data/keyboard-extended.xml:
* data/keyboard.xml:
* src/Makefile.am:
* src/config.xml:
Sort out keyboard configs so they actually get installed.
* src/config-parser.c: (config_handle_key_tag),
(config_xml_start_cb), (mb_kbd_config_load):
and then loaded
* src/matchbox-keyboard-row.c: (mb_kbd_row_base_width):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_allocate_ui_layout),
(mb_kbd_ui_resources_create), (mb_kbd_ui_resize),
(mb_kbd_ui_events_iteration), (mb_kbd_ui_load_font),
(mb_kbd_ui_init):
* src/matchbox-keyboard.c: (mb_kbd_new):
* src/matchbox-keyboard.h:
Fix layout resizing code. Make defaults dependant on display size.
* src/util.c: (util_utf8_char_cnt):
remove random printf
2005-04-20 mallum,,, <mallum@openedhand.com>
* src/config.xml:
Improve layout some more with experimentation
* src/matchbox-keyboard-key.c:
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_allocate_ui_layout):
Fix some layout bugs - making 'fill' work.
2005-04-19 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-key.c: (mb_kbd_key_press),
(mb_kbd_key_release):
* src/matchbox-keyboard-ui.c: (alloc_color),
(mb_kbd_ui_redraw_key), (mb_kbd_ui_redraw_row),
(mb_kbd_ui_swap_buffers), (mb_kbd_ui_redraw), (mb_kbd_ui_show),
(mb_kbd_ui_resources_create):
* src/matchbox-keyboard.c: (mb_kbd_add_state):
* src/matchbox-keyboard.h:
Fix caps handling and modifier toggling.
Add a chunk of WM handling and 'co-operation'.
2005-04-18 mallum,,, <mallum@openedhand.com>
* src/config-parser.c: (config_str_to_modtype),
(config_handle_key_subtag):
* src/config.xml:
* src/matchbox-keyboard-key.c: (mb_kbd_key_is_blank),
(mb_kbd_key_height), (mb_kbd_key_get_modifer_action),
(mb_kbd_key_get_face_type), (mb_kbd_key_get_action_type),
(mb_kbd_key_press):
* src/matchbox-keyboard-row.c: (mb_kbd_row_width):
* src/matchbox-keyboard-ui.c: (alloc_color),
(mb_kbd_ui_send_press), (mb_kbd_ui_send_keysym_press),
(mb_kbd_ui_redraw_key), (mb_kbd_ui_redraw_row), (mb_kbd_ui_redraw),
(mb_kbd_ui_show), (mb_kbd_ui_resources_create), (mb_kbd_ui_resize),
(mb_kbd_ui_events_iteration), (mb_kbd_ui_load_font),
(mb_kbd_ui_init):
* src/matchbox-keyboard.c: (mb_kbd_new), (mb_kbd_add_state),
(mb_kbd_locate_key), (mb_kbd_add_layout),
(mb_kbd_get_selected_layout):
* src/matchbox-keyboard.h:
* src/util-list.c:
Implement more state handling.
Handle window resizes.
2005-04-18 mallum,,, <mallum@openedhand.com>
* src/config-parser.c: (config_handle_key_subtag):
* src/config.xml:
* src/matchbox-keyboard-key.c: (mb_kbd_key_set_keysym_action),
(mb_kbd_key_get_keysym_action), (mb_kbd_key_press):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_redraw_key):
* src/matchbox-keyboard.c: (mb_kbd_keys_margin):
* src/matchbox-keyboard.h:
Initial code for handling 'modifiers'
2005-04-17 mallum,,, <mallum@openedhand.com>
* src/matchbox-keyboard-ui.c: (text_extents),
(mb_kbd_ui_allocate_ui_layout), (mb_kbd_ui_redraw_key),
(mb_kbd_ui_redraw_row), (mb_kbd_ui_swap_buffers),
(mb_kbd_ui_redraw), (mb_kbd_ui_show), (mb_kbd_ui_resources_create),
(mb_kbd_ui_events_iteration), (mb_kbd_ui_init):
Make keys look a little nicer
2005-04-17 mallum,,, <mallum@openedhand.com>
* src/config-parser.c: (config_handle_row_tag),
(config_handle_key_tag), (config_xml_start_cb):
* src/config.xml:
* src/matchbox-keyboard-key.c: (mb_kbd_key_new),
(mb_kbd_key_set_geometry), (mb_kbd_key_abs_x), (mb_kbd_key_abs_y),
(mb_kbd_key_x), (mb_kbd_key_y), (mb_kbd_key_width),
(mb_kbd_key_height), (mb_kbd_key_set_row), (mb_kdb_key_has_state),
(mb_kbd_key_set_glyph_face), (mb_kbd_key_get_glyph_face),
(mb_kbd_key_set_image_face), (mb_kbd_key_set_char_action),
(mb_kbd_key_get_char_action), (mb_kbd_key_set_keysym_action),
(mb_kbd_key_get_keysym_action), (mb_kbd_key_set_modifer_action),
(mb_kbd_key_get_face_type), (mb_kbd_key_get_action_type),
(mb_kbd_key_press):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_send_press),
(mb_kdb_ui_unit_key_size), (mb_kbd_ui_min_key_size),
(mb_kbd_ui_allocate_ui_layout), (mb_kbd_ui_redraw_key):
* src/matchbox-keyboard.c: (mb_kbd_locate_key):
* src/matchbox-keyboard.h:
Layout engine improvements
2005-04-13 mallum,,, <mallum@openedhand.com>
reviewed by: <delete if not using a buddy>
* src/matchbox-keyboard-key.c: (mb_kbd_key_press):
* src/matchbox-keyboard-ui.c: (text_extents),
(mb_kbd_ui_send_press), (mb_kbd_ui_events_iteration):
* src/matchbox-keyboard.c: (mb_kbd_locate_key):
* src/matchbox-keyboard.h:
Fix locate_key(). Handle press/release cycle better
2005-04-13 mallum,,, <mallum@openedhand.com>
* src/config.xml:
* src/matchbox-keyboard-key.c: (mb_kbd_key_new),
(mb_kbd_key_height), (mb_kbd_key_set_row), (mb_kdb_key_has_state),
(mb_kbd_key_set_glyph_face), (mb_kbd_key_get_glyph_face),
(mb_kbd_key_set_image_face), (mb_kbd_key_set_char_action),
(mb_kbd_key_get_char_action), (mb_kbd_key_set_keysym_action),
(mb_kbd_key_set_modifer_action), (mb_kbd_key_get_face_type),
(mb_kbd_key_get_action_type):
* src/matchbox-keyboard-row.c: (mb_kbd_row_new):
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_send_press),
(mb_kdb_ui_unit_key_size), (mb_kbd_ui_allocate_ui_layout),
(mb_kbd_ui_redraw_key), (mb_kbd_ui_redraw_row),
(mb_kbd_ui_swap_buffers), (mb_kbd_ui_redraw), (mb_kbd_ui_show),
(mb_kbd_ui_resources_create), (mb_kbd_ui_events_iteration),
(mb_kbd_ui_init):
* src/matchbox-keyboard.c: (mb_kbd_new), (mb_kbd_col_spacing),
(mb_kbd_keys_border), (mb_kbd_keys_pad), (mb_kbd_keys_margin),
(mb_kbd_locate_key), (mb_kbd_add_layout),
(mb_kbd_get_selected_layout):
* src/matchbox-keyboard.h:
* src/util-list.c: (util_list_alloc_item):
* src/util.c: (util_fatal_error):
Initial UI drawing code
2005-04-10 mallum,,, <mallum@openedhand.com>
* configure.ac:
Bring in Xft
* src/config-parser.c: (config_handle_key_subtag),
(config_handle_layout_tag), (config_handle_row_tag),
(config_handle_key_tag), (config_xml_start_cb):
* src/config.xml:
* src/matchbox-keyboard-key.c: (mb_kbd_key_set_glyph_face),
(mb_kbd_key_get_glyph_face), (mb_kbd_key_set_image_face),
(mb_kbd_key_set_modifer_action), (mb_kbd_key_get_face_type),
(mb_kbd_key_get_action_type):
* src/matchbox-keyboard-layout.c: (mb_kbd_layout_append_row):
* src/matchbox-keyboard-row.c:
* src/matchbox-keyboard-ui.c: (mb_kdb_ui_unit_key_size),
(mb_kbd_ui_allocate_ui_layout), (mb_kbd_ui_init):
* src/matchbox-keyboard.c: (mb_kbd_new), (mb_kbd_add_layout):
* src/matchbox-keyboard.h:
* src/util-list.c:
* src/util.c: (util_fatal_error):
Various fixes and improvements. Too many to list
|