# # ChangeLog for / # # Generated by Trac 1.0.2 # Apr 18, 2024, 10:54:18 AM Sat, 31 Jul 2010 23:11:42 GMT David Benjamin [e0e0e5a] * fmtext.c (modified) Make _owl_fmtext_append_fmtext take a half-open range Inclusive on ... Sat, 31 Jul 2010 23:11:42 GMT David Benjamin [6772d19] * fmtext.c (modified) * tester.c (modified) Add a test case for owl_fmtext with two failures When appending ... Wed, 28 Jul 2010 03:49:55 GMT David Benjamin [35a30f9] * tester.c (modified) Move variable declaration to top of function Wed, 28 Jul 2010 02:50:36 GMT Nelson Elhage [e488ec5] * aim.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * variable.c (modified) * zephyr.c (modified) * .gitignore (modified) * Makefile.am (modified) * README (modified) * cmd.c (modified) * commands.c (modified) * configure.ac (modified) * context.c (modified) * doc/code.txt (modified) * doc/owl-window.txt (added) * editwin.c (modified) * keymap.c (modified) * keys.c (modified) * logging.c (modified) * mainpanel.c (added) * mainwin.c (modified) * message.c (modified) * msgwin.c (added) * obarray.c (deleted) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Makefile.am (modified) * perl/modules/Twitter/.gitignore (added) * perl/modules/Twitter/.hgignore (added) * perl/modules/Twitter/Makefile.PL (added) * perl/modules/Twitter/README (added) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Completion.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (added) * perl/modules/Twitter/twitter.example (added) * perlconfig.c (modified) * popexec.c (modified) * popwin.c (modified) * sepbar.c (added) * stubgen.pl (modified) * tester.c (modified) * util.c (modified) * viewwin.c (modified) * window.c (added) * window.h (added) * windowcb.c (added) * zcrypt.c (modified) * zwrite.c (modified) Merge branch 'security' Sat, 24 Jul 2010 05:30:53 GMT David Benjamin [f93cc34] * .gitignore (modified) Add tester.bin to .gitignore, remove perl_tester tester.bin was ... Tue, 20 Jul 2010 18:31:33 GMT Alejandro R. Sedeño [205e164] * owl.c (modified) Use fpathconf to disable signals Just using 0 is not portable. ... Sun, 18 Jul 2010 20:48:15 GMT David Benjamin [d296c9a] * Makefile.am (modified) * cmd.c (modified) * commands.c (modified) * configure.ac (modified) * context.c (modified) * doc/owl-window.txt (added) * editwin.c (modified) * functions.c (modified) * global.c (modified) * keys.c (modified) * mainpanel.c (added) * mainwin.c (modified) * msgwin.c (added) * owl.c (modified) * owl.h (modified) * popexec.c (modified) * popwin.c (modified) * sepbar.c (added) * stubgen.pl (modified) * util.c (modified) * variable.c (modified) * viewwin.c (modified) * window.c (added) * window.h (added) * windowcb.c (added) * .gitignore (modified) * README (modified) * barnowl (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Twitter/.gitignore (modified) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (modified) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/00-core-tests.t (modified) * t/mock.pl (modified) * tester (added) * tester.c (modified) * zcrypt.c (modified) * zephyr.c (modified) * zwrite.c (modified) Merge branch 'owl_window' Conflicts: global.c Sat, 17 Jul 2010 00:27:26 GMT Nelson Elhage [1cc9b615] * cmd.c (modified) Tell perl about aliases as well as commands. This fixes ... Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [26ad412] * global.c (modified) * owl.h (modified) * variable.c (modified) Use a uniquified debug file location. Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [50522b5] * global.c (modified) Open the debug file using O_EXCL and an explicit mode. We write ... Fri, 16 Jul 2010 23:43:42 GMT Nelson Elhage [d12a8c7] * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) Keep the debug file open persistently. Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [c5873be] * aim.c (modified) aim: Don't send passwords to the debug log. Signed-off-by: Geoffrey ... Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [0552482] * aim.c (modified) aim: Remove some terrifying and fortunately dead code. It, uh, ... Fri, 16 Jul 2010 23:43:41 GMT Nelson Elhage [8ab1f28] * zephyr.c (modified) zephyr.c: Handle errors from ZPending and ZReceiveNotice. It is ... Wed, 14 Jul 2010 05:32:46 GMT David Benjamin [8bba1ae] * functions.c (modified) * global.c (modified) Rename owl_global_get_curs_typwin to owl_global_get_typwin_window ... Wed, 14 Jul 2010 05:27:34 GMT David Benjamin [3f11c00] * editwin.c (modified) Rename oe_set_curswin to oe_set_window Wed, 14 Jul 2010 04:38:17 GMT David Benjamin [23b6c11] * msgwin.c (modified) Use owl_{strdup,free} instead of g_{strdup,free} For consistency. ... Mon, 12 Jul 2010 16:18:13 GMT Nelson Elhage [7bfc613] * functions.c (modified) * zwrite.c (modified) Fix some bugs with 'zcrypt -C' Thu, 08 Jul 2010 23:33:52 GMT Nelson Elhage [96582d5] * functions.c (modified) Fix a crash on 'zcrypt -m'. Thu, 08 Jul 2010 21:55:46 GMT Nelson Elhage [c43c77b] * functions.c (modified) Display the cleartext on outgoing zcrypted personals. Thu, 08 Jul 2010 19:29:32 GMT Nelson Elhage [efc460e] * global.c (modified) Fix the 'personal' filter after a perlmessages-related mismerge. Sun, 04 Jul 2010 16:15:12 GMT Nelson Elhage [987cf3f] * commands.c (modified) * functions.c (modified) * owl.h (modified) * zephyr.c (modified) * zwrite.c (modified) Pass around owl_zwrite objects, instead of continually re-parsing ... Sat, 03 Jul 2010 21:50:49 GMT Alex Vandiver [aeadc74] * README (modified) Include the public repository URL in the README Sat, 03 Jul 2010 21:16:18 GMT Nelson Elhage [09df586] * README (modified) README: Remove a long-defunct disclaimer. Sat, 03 Jul 2010 21:15:49 GMT Nelson Elhage [9d27ee8] * Makefile.am (modified) Install intro.txt and advanced.txt. Hold off on installing code.txt ... Sat, 03 Jul 2010 21:13:46 GMT Nelson Elhage [e2bc8ac] * Makefile.am (modified) Install the man page Sat, 03 Jul 2010 21:13:05 GMT Nelson Elhage [04af908] * configure.ac (modified) Define _XOPEN_SOURCE, needed to get strptime() on some platforms. Sat, 03 Jul 2010 21:05:41 GMT Nelson Elhage [ddbb43ad] * configure.ac (modified) Add a configure flag to enable/disable building with krb4. Sun, 20 Jun 2010 20:51:12 GMT David Benjamin [0be3efd] * global.c (modified) * owl.c (modified) Move g_type_init into owl_global_init Ensures that the tester and ... Sun, 20 Jun 2010 20:47:23 GMT David Benjamin [5cc7e5e] * global.c (modified) * keys.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) * window.c (modified) Kill owl_global_needrefresh Not necessary now. Internal state for ... Sun, 20 Jun 2010 20:29:57 GMT David Benjamin [1f4ea57] * window.c (modified) Allow the screen to get dirtied It's just painting it that does nothing. Sun, 20 Jun 2010 20:27:48 GMT David Benjamin [b9d04ad] * window.c (modified) Remove the giant hunk of dead code We have version control for a reason. Sun, 20 Jun 2010 20:25:38 GMT David Benjamin [9379760] * window.c (modified) * window.h (modified) Add owl_window_is_subwin Better not to always infer !screen && ... Sun, 20 Jun 2010 20:23:49 GMT David Benjamin [58ea109] * window.c (modified) Remove the special case for moving the screen No need for that edge ... Sun, 20 Jun 2010 19:48:52 GMT Nelson Elhage [3c2c7fc] * zcrypt.c (modified) zcrypt.c: Clean up some clang-detected warnings. Thu, 17 Jun 2010 13:41:41 GMT Nelson Elhage [dec60b4] * .gitignore (modified) * Makefile.am (modified) * barnowl (modified) * global.c (modified) * owl.c (modified) * perl_tester.c (deleted) * perlconfig.c (modified) * runtests.sh (modified) * t/00-core-tests.t (modified) * t/mock.pl (modified) * tester (added) * tester.c (modified) * commands.c (modified) * doc/code.txt (modified) * functions.c (modified) * keymap.c (modified) * keys.c (modified) * logging.c (modified) * message.c (modified) * obarray.c (deleted) * owl.h (modified) * perl/lib/BarnOwl/Hooks.pm (modified) * perl/lib/BarnOwl/MainLoopCompatHook.pm (added) * perl/lib/BarnOwl/Message/Generic.pm (modified) * perl/lib/BarnOwl/Style/Default.pm (modified) * perl/lib/BarnOwl/Timer.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) * perl/modules/Makefile.am (modified) * perl/modules/Twitter/.gitignore (added) * perl/modules/Twitter/.hgignore (added) * perl/modules/Twitter/Makefile.PL (added) * perl/modules/Twitter/README (added) * perl/modules/Twitter/inc/Module/Install.pm (added) * perl/modules/Twitter/inc/Module/Install/BarnOwl.pm (added) * perl/modules/Twitter/inc/Module/Install/Base.pm (added) * perl/modules/Twitter/inc/Module/Install/Can.pm (added) * perl/modules/Twitter/inc/Module/Install/Fetch.pm (added) * perl/modules/Twitter/inc/Module/Install/Makefile.pm (added) * perl/modules/Twitter/inc/Module/Install/Metadata.pm (added) * perl/modules/Twitter/inc/Module/Install/Win32.pm (added) * perl/modules/Twitter/inc/Module/Install/WriteAll.pm (added) * perl/modules/Twitter/lib/BarnOwl/Message/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Completion.pm (added) * perl/modules/Twitter/lib/BarnOwl/Module/Twitter/Handle.pm (added) * perl/modules/Twitter/twitter.example (added) * variable.c (modified) * zephyr.c (modified) Merge branch 'perl-tester' Tue, 15 Jun 2010 05:05:52 GMT David Benjamin [95d54e6] * doc/owl-window.txt (modified) Document the glib function casts Tue, 15 Jun 2010 04:09:25 GMT David Benjamin [33b64f22] * window.c (modified) * window.h (modified) has_children and num_children aren't really necessary Tue, 15 Jun 2010 04:08:41 GMT David Benjamin [1aa4cc4] * window.c (modified) * window.h (modified) Export the hierarchy navigation Sun, 13 Jun 2010 23:53:22 GMT Nelson Elhage [95414bf] * t/00-core-tests.t (modified) * tester.c (modified) tester: Require --builtin to run builtin tests Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [ea7daa8] * Makefile.am (modified) * cmd.c (modified) * doc/owl-window.txt (modified) * global.c (modified) * globalnotifier.h (deleted) * globalnotifiergen.pl (deleted) * owl.c (modified) * owl.h (modified) * stubgen.pl (modified) Remove the global notifier Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [044f19f] * cmd.c (modified) * global.c (modified) * owl.c (modified) * sepbar.c (modified) Don't use signals for dirtying the sepbar I'm less convinced the ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [e92e2a1] * global.c (modified) * mainwin.c (modified) Don't use a signal to connect rightshift While the signal is ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [438409f] * window.c (modified) Don't forget to unset dirty_subtree after redrawing it Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [4eee948] * doc/owl-window.txt (modified) * mainpanel.c (modified) Eugh. Create the sepwin before the recwin The sepwin depends on a ... Sat, 12 Jun 2010 19:29:01 GMT David Benjamin [358eeae] * doc/owl-window.txt (modified) Add some notes at the bottom Sat, 12 Jun 2010 19:14:50 GMT David Benjamin [fcce3f1] * doc/owl-window.txt (added) Add owl_window documentation Sat, 12 Jun 2010 18:17:44 GMT David Benjamin [68e5464] * global.c (modified) * owl.h (modified) Remove malloced and freed fields from owl_global They are no longer ... Thu, 10 Jun 2010 18:47:11 GMT Anders Kaseorg [2f25537] * perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm (modified) * perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm (modified) Jabber: Don’t break private replies in anonymous MUCs. In commit ... Thu, 03 Jun 2010 22:48:13 GMT David Benjamin [6e90da8] * window.c (modified) * window.h (modified) Add some more query functions for children Probably should just ... Thu, 03 Jun 2010 22:24:13 GMT David Benjamin [840032d] * window.c (modified) Don't emit a resize signal if the window only moved Restore some ... Thu, 03 Jun 2010 17:36:06 GMT David Benjamin [853f397] * mainpanel.c (modified) * window.h (modified) * windowcb.c (modified) Make mainpanel's fill_parent_cb also generic Thu, 03 Jun 2010 17:33:53 GMT David Benjamin [8f9a044] * Makefile.am (modified) * window.c (modified) * window.h (modified) * windowcb.c (added) Move the standard callbacks into a separate file Thu, 03 Jun 2010 17:31:20 GMT David Benjamin [d7c1dbe] * window.c (modified) * window.h (modified) Remove the stacking order functions We don't currently use them, ... Thu, 03 Jun 2010 17:29:56 GMT David Benjamin [aab7af1] * window.c (modified) Make unlinked handling more explicit Thu, 03 Jun 2010 07:04:40 GMT David Benjamin [e8128c5] * functions.c (modified) Make owl_function_full_redisplay do something In absense of ... Thu, 03 Jun 2010 06:58:30 GMT David Benjamin [07b59ea] * context.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * popexec.c (modified) Maintain the cursor location with the context stack Thu, 03 Jun 2010 06:47:44 GMT David Benjamin [4dd115f] * global.c (modified) * owl.c (modified) Set the sepwin as the default cursor location This lets us get rid ... Thu, 03 Jun 2010 06:45:28 GMT David Benjamin [571fab7] * global.c (modified) Move all the UI setup into a separate function Thu, 03 Jun 2010 06:37:58 GMT David Benjamin [f70a7a3] * window.c (modified) * window.h (modified) Add a default cursor and fallback finally on the screen Also get ... Thu, 03 Jun 2010 06:29:08 GMT David Benjamin [cc36f27] * window.c (modified) Clean up the old weak pointers Thu, 03 Jun 2010 06:19:28 GMT David Benjamin [94be4a8] * cmd.c (modified) * globalnotifier.h (modified) * globalnotifiergen.pl (modified) * sepbar.c (modified) Add a command-executed signal for the sepbar Now we can remove ... Thu, 03 Jun 2010 06:11:54 GMT David Benjamin [d6f2d21] * owl.c (modified) * sepbar.c (modified) Hook up and use the message-received signal in the sepbar Thu, 03 Jun 2010 06:01:23 GMT David Benjamin [40597e7] * functions.c (modified) * global.c (modified) The msgwin isn't going to be NULL from allocation failure now This ... Thu, 03 Jun 2010 05:59:31 GMT David Benjamin [521e600] * mainwin.c (modified) * msgwin.c (modified) * sepbar.c (modified) Dirty windows when we init them Thu, 03 Jun 2010 05:52:00 GMT David Benjamin [c1f1e1e] * mainwin.c (modified) * util.c (modified) Add convenience method for connecting a window to a signal Thu, 03 Jun 2010 05:49:17 GMT David Benjamin [0e98d87] * cmd.c (modified) Remove a pointless instance of sepbar_dirty Thu, 03 Jun 2010 05:48:07 GMT David Benjamin [ad788b5] * Makefile.am (modified) * global.c (modified) * sepbar.c (added) * util.c (modified) Move the sepbar stuff into a separate file Thu, 03 Jun 2010 05:44:50 GMT David Benjamin [c1fd7e2] * functions.c (modified) A few more redisplays may die for the signal Thu, 03 Jun 2010 05:33:19 GMT David Benjamin [608681f] * global.c (modified) * globalnotifiergen.pl (modified) Add curmsg property and finish curmsg-vert-offset Thu, 03 Jun 2010 05:25:54 GMT David Benjamin [9bd51b8] * commands.c (modified) * mainwin.c (modified) Register dependence on the right-shift with a signal Thu, 03 Jun 2010 03:57:44 GMT David Benjamin [f041595] * window.c (modified) Don't attempt to create windows with invalid dimensions newwin will ... Thu, 03 Jun 2010 02:06:53 GMT David Benjamin [d15ea5f] * window.c (modified) Punt the moving optimization since begx and begy are wrong Thu, 03 Jun 2010 01:41:22 GMT David Benjamin [f91767d] * window.c (modified) untouchwin any subwin before interacting with it subwins maintain ... Thu, 03 Jun 2010 01:32:42 GMT David Benjamin [678a505c] * window.c (modified) Move the attribute setting between unrealize/realize Doesn't do ... Thu, 03 Jun 2010 01:08:18 GMT David Benjamin [99ce51c] * global.c (modified) * owl.c (modified) Punt the arguments to owl_global_resize We're not using them, and ... Thu, 03 Jun 2010 01:00:44 GMT David Benjamin [3e0147f] * global.c (modified) Fix up the comment Thu, 03 Jun 2010 00:53:27 GMT David Benjamin [fa65671] * global.c (modified) * mainpanel.c (modified) * mainwin.c (modified) * owl.c (modified) * owl.h (modified) Remove the relayout code The signals take care of it now. Thu, 03 Jun 2010 00:53:27 GMT David Benjamin [40d1eef] * functions.c (modified) * global.c (modified) * mainwin.c (modified) * owl.h (modified) And a hacky port of the mainwin too Some of the old relayout code ... Wed, 02 Jun 2010 01:55:45 GMT David Benjamin [a5a9572] * window.c (modified) Make needrefresh when we set the cursor Wed, 02 Jun 2010 01:54:19 GMT David Benjamin [385fda9] * cmd.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * util.c (modified) A fairly hacky job of porting sepbar to owl_window We now use the ... Wed, 02 Jun 2010 01:01:48 GMT David Benjamin [f06baef] * globalnotifier.h (modified) * globalnotifiergen.pl (modified) Add a message received signal as well Wed, 02 Jun 2010 00:48:14 GMT David Benjamin [135d24b] * mainpanel.c (modified) Clamp too large of typwinlines values Otherwise, the window is ... Wed, 02 Jun 2010 00:45:29 GMT David Benjamin [b2ea16b] * globalnotifier.h (modified) * globalnotifiergen.pl (modified) Add a view-changed signal to the notifier and export This really ... Wed, 02 Jun 2010 00:28:15 GMT David Benjamin [5b80b87] * global.c (modified) * globalnotifiergen.pl (modified) * stubgen.pl (modified) Avoid flagrant violations of layering and just g_object_notify in the ... Wed, 02 Jun 2010 00:27:39 GMT David Benjamin [e20dd769] * global.c (modified) * globalnotifiergen.pl (modified) * stubgen.pl (modified) Actually construct the notifier and avoid invalid property names ... Wed, 02 Jun 2010 00:10:25 GMT David Benjamin [04d76ef] * global.c (modified) * globalnotifiergen.pl (modified) Add a signal for curmsg_vert_offset Wed, 02 Jun 2010 00:06:46 GMT David Benjamin [43e3061] * global.c (modified) * globalnotifiergen.pl (modified) Wire set_rightshift to fire its signal too Wed, 02 Jun 2010 00:04:56 GMT David Benjamin [f57a106] * stubgen.pl (modified) Wire the varstubs through g_object_set to fire the signal Wed, 02 Jun 2010 00:04:53 GMT David Benjamin [f3a9d4d] * Makefile.am (modified) * globalnotifier.h (added) * globalnotifiergen.pl (added) * owl.h (modified) Add an OwlGlobalNotifer generated from variables It exists purely ... Tue, 01 Jun 2010 19:24:23 GMT David Benjamin [0b9e607] * editwin.c (modified) * viewwin.c (modified) Rename redisplays to redraw Gives a target to grep for and matches ... Tue, 01 Jun 2010 19:21:43 GMT David Benjamin [69873f7] * viewwin.c (modified) The viewwin should take references to its window Tue, 01 Jun 2010 19:19:58 GMT David Benjamin [d70f45f] * Makefile.am (modified) * functions.c (modified) * global.c (modified) * msgwin.c (added) * owl.h (modified) Port the msgwin to owl_window I feel kind of silly making a new ... Tue, 01 Jun 2010 17:20:48 GMT David Benjamin [e294783] * mainpanel.c (modified) Zero out the unref'd fields Tue, 01 Jun 2010 16:14:11 GMT David Benjamin [f6fae8d] * commands.c (modified) * editwin.c (modified) * functions.c (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * variable.c (modified) Port the editwin to owl_window The others are still unmanaged for ... Tue, 01 Jun 2010 16:12:39 GMT David Benjamin [84a4aca] * window.c (modified) * window.h (modified) Add a cursor-tracking mechanism to owl_window Tue, 01 Jun 2010 16:10:44 GMT David Benjamin [908de44] * mainpanel.c (modified) Export owl_mainpanel_relayout Also, temporarily schedule a relayout. Tue, 01 Jun 2010 15:56:01 GMT David Benjamin [a57f87a] * owl.c (modified) * window.c (modified) Move the update_panels into owl_window_redraw_scheduled Tue, 01 Jun 2010 15:00:42 GMT David Benjamin [cb5a9f3] * window.c (modified) Clear dirty flag on unrealized windows Tue, 01 Jun 2010 07:31:48 GMT David Benjamin [d2a4534] * Makefile.am (modified) * global.c (modified) * mainpanel.c (added) * owl.h (modified) Maintain an owl_mainpanel structure This structure will contain all ...