# # ChangeLog for window.c # # Generated by Trac 1.0.2 # Apr 16, 2024, 6:53:25 PM 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 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 05:27:14 GMT David Benjamin [7a6e6c7] * global.c (modified) * owl.h (modified) * popwin.c (modified) * viewwin.c (modified) * window.c (modified) * window.h (modified) Use signals for redraw and resize Tue, 01 Jun 2010 05:25:15 GMT David Benjamin [7a70e26] * window.c (modified) * window.h (modified) Punt owl_window_children_foreach_onearg Use GFunc casts everywhere. ... Tue, 01 Jun 2010 04:29:53 GMT David Benjamin [e00355d] * window.c (modified) * window.h (modified) Drop the destroyed callback We probably don't need it with the new ... Tue, 01 Jun 2010 04:25:28 GMT David Benjamin [053f751] * owl.c (modified) * popwin.c (modified) * window.c (modified) * window.h (modified) For prototyping, use a GObject-backed owl_window It gives us many ... Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [3da1f4f] * popwin.c (modified) * window.c (modified) * window.h (modified) Export owl_window_unlink Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [402ed3d3] * popwin.c (modified) * window.c (modified) * window.h (modified) Use two functions: show/show_all instead of recurse flag It's more ... Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [50031f0] * popwin.c (modified) * window.c (modified) * window.h (modified) Rename map/unmap to hide/show to match GTK+ Also, the names make ... Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [933aa7d] * window.c (modified) Make the unlink logic more explicit Also, fix up a case where we ... Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [fe49685] * window.c (modified) Be better about noticing failed window creations Any failure and we ... Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [46e2e56] * window.c (modified) Rename map_internal to realize Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [7cbef8c] * window.c (modified) Don't dirty unrealized windows Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [ce7c6c3] * window.c (modified) * window.h (modified) Rename owl_window_is_visible to owl_window_is_realized Tue, 01 Jun 2010 04:25:27 GMT David Benjamin [ec4ccfc] * window.c (modified) Unmap a window before unlinking it Sat, 29 May 2010 17:14:57 GMT David Benjamin [5d74b7c] * window.c (modified) Minor formatting Sat, 29 May 2010 17:14:57 GMT David Benjamin [d39f68c] * global.c (modified) * window.c (modified) Compute the terminal size in the screen's size callback We do some ... Sat, 29 May 2010 17:14:57 GMT David Benjamin [d106110] * popwin.c (modified) * window.c (modified) Make the size callbacks listen for parent sizing This probably ... Sat, 29 May 2010 17:14:57 GMT David Benjamin [6b93305] * window.c (modified) Skip moving if it does nothing Sat, 29 May 2010 17:14:57 GMT David Benjamin [b0cbde4] * window.c (modified) Move some things around In case we want to make them static. Sat, 29 May 2010 17:14:57 GMT David Benjamin [2dfccc7] * window.c (modified) Bleh, make the screen's window stdscr It's not necessary, as we ... Sat, 29 May 2010 17:14:57 GMT David Benjamin [7c8811c] * window.c (modified) Fix a warning and add convenience paint callback Sat, 29 May 2010 17:14:57 GMT David Benjamin [6eefb5e] * window.c (modified) Don't forget to wsyncup Sat, 29 May 2010 17:14:56 GMT David Benjamin [b6cb985] * window.c (modified) Add a owl_window_get_parent function Sat, 29 May 2010 17:14:56 GMT David Benjamin [449af72] * Makefile.am (modified) * global.c (modified) * owl.c (modified) * owl.h (modified) * window.c (added) First draft of Nth iteration of owl_window framework