2008-02-03 Thomas Thurman * NEWS: 2.21.8 release. 2008-02-03 Thomas Thurman * tools/release-wrangler.py: Fix quoting error and added some more error checking. 2008-02-03 Thomas Thurman * tools/release-wrangler.py: basic release script; needs work, but probably good enough for the current unstable release 2008-02-02 Thomas Thurman * src/Makefile.am: core.h is in include, not core. (Last one, I promise.) 2008-02-02 Thomas Thurman * src/Makefile.am: main.h is in include, not core. 2008-02-02 Thomas Thurman * src/Makefile.am: draw-workspace.h is in ui, not core. 2008-02-01 Alex R.M. Turner * src/core/display.c (meta_get_tab_entry_list): Have the list also pull windows that are in other workspaces that have the wm_state_needs_attention flag set * src/core/window.c (meta_window_set_demands_attention): Make windows that are on other workspaces that demand attention that aren't obscured count as being obscured Bug #333548. 2008-01-28 Christian Persch * src/core/display.c (convert_property): * src/core/screen.c (meta_screen_calc_workspace_layout): * src/core/xprops.c (meta_prop_get_values): Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. 2008-01-21 Thomas Thurman * src/ui/theme.[ch]: more commenting. 2008-01-18 Thomas Thurman * src/ui/theme.[ch]: some more commenting. 2008-01-16 Thomas Thurman * src/core/bell.c: Correct comment. * src/core/main.c: Correct comment. * src/ui/theme.c: Much commenting; #ifdeffed-out debug code removed. * src/ui/theme.h: Much commenting. 2008-01-13 Thomas Thurman * src/core/bell.c: Commenting. * src/core/main.c: Commenting, and fixing existing comments. 2008-01-12 Thomas Thurman * src/core/main.c: Refactor repeated lines in main() to iterate instead. 2008-01-12 Thomas Thurman * src/core/main.[ch] (meta_get_main_loop): removed as it was never used. * src/core/main.c: lots of comments. * src/core/main.c (version): copyright year is 2008. * src/core/c-screen.[ch], src/core/c-window.[ch]: removed files from Søren's compositor which were removed by the merge with Iain's compositor but reintroduced by the split to separate subdirectories. * src/core/display.c: fix comments. 2008-01-12 Thomas Thurman * src/core/display.c: reinstated missing first character! * Doxyfile: correct reordering of blank fields. 2008-01-12 Thomas Thurman * src/core/display.c: change comments from /*! to /** because the other way makes doxygen think they are Qt comments, which messes up brief descriptions. * Doxyfile: check in so other people can generate documentation too. 2008-01-07 Thomas Thurman * src/core/display.c: further commenting (trying to keep comment addings down to once a day at most so you don't all get spammed too much). 2008-01-07 Thomas Thurman * src/core/main.c (main): g_free is a no-op on nulls; there is no need to test. 2008-01-06 Thomas Thurman * src/core/display.c: Function commenting marathon; more to come. 2008-01-02 Thomas Thurman * src/core/xprops.c (meta_prop_get_cardinal), src/core/compositor.c (timeout_debug): Two really minor coding standards layout tweaks. 2007-12-27 Iain Holmes * src/core/compositor.c: Don't do anything in meta_compositor_free_window, it doesn't seem to be needed and breaks things very badly. http://bugzilla.gnome.org/show_bug.cgi?id=504876 2007-12-27 Iain Holmes * src/core/compositor.c: When a window is mapped, don't set damaged to TRUE. Fixes a bug when redrawing shadows. 2007-12-25 Iain Holmes * src/core/compositor.c: USe the compositor overlay window instead of the root window. 2007-12-21 Paolo Borelli * src/core/core.c (meta_invalidate_default_icons): do not leak list. * src/core/edge-resistance.c (meta_display_compute_resistance_and_snapping_edges): ditto. * src/core/workspace.c (meta_workspace_index): small cleanup in list handling. 2007-12-19 Havoc Pennington * src/core/display.c (meta_display_open): fix a third warning about %d and long int * src/core/delete.c (io_from_ping_dialog): fix another warning about long int to %d * src/core/compositor.c (meta_compositor_new): fix a warning about long int to %d * src/core/iconcache.c (meta_read_icons): use meta_ui_get_fallback_icons() instead of incorrectly including theme.h * src/ui/ui.c (meta_ui_get_fallback_icons): new function 2007-12-19 Havoc Pennington * src/ui, src/core, src/include: sort source files into these directories according to which part of the WM they are supposed to be in. In an eventual plan, we should also create src/compositor/render, src/compositor/fallback and move some of the compositor stuff into that. * autogen.sh: require a newer automake, so we don't have to use a recursive build * src/ui/tabpopup.c: put in a hack to make the build temporarily work, want to commit the large rearrangement before fixing this not to include workspace.h or frame.h * src/core/iconcache.c (meta_read_icons): temporarily break this to get the build to work, want to commit the large rearrangement before fixing this file not to include theme.h 2007-12-19 Thomas Thurman * configure.in: Post-release bump to 2.21.8. 2007-12-19 Thomas Thurman * NEWS: 2.21.5 release.