[gimp/soc-2009-dynamics] (104 commits) ...Merge commit 'origin/master' into soc-2009-dynamics



Summary of changes:

  e7b6d85... Updated Romanian translation (*)
  b83a58b... Add new toplevel window class GimpImageWindow (*)
  aad8fba... Derive GimpDisplayShell from GimpImageWindow (*)
  dc436b6... Add menubar_manager member and "menu-factory" construct-onl (*)
  fcf09ee... Add gimp_image_window_get_active_display() (*)
  7c66b4c... Support GimpImageWindow as action callback user_data (*)
  fb046b0... Add GtkWidget::window_state_event() implementation to GimpI (*)
  be93e65... Move the fullscreen API from GimpDisplayShell to GimpImageW (*)
  90ef404... Move more window managing code to GimpImageWindow (*)
  639c427... Use gtk_widget_get_toplevel() to get to a display's "iconif (*)
  1823494... Keep the main_vbox around in the GimpImageWindow struct (te (*)
  44f9fcb... Move the rc style string for the fullscreen menubar to Gimp (*)
  6793d68... Move the menubar and the menubar_manager to GimpImageWindow (*)
  10b9803... Move the statusbar to GimpImageWindow (*)
  03fcc99... Move the GtkWidget::style_set() handler to GimpImageWindow (*)
  a82169e... Keep around an "active_display" member in GimpImageWindow (*)
  3547a25... Add a GimpDisplayShell::scaled() handler to GimpImageWindow (*)
  5112bc4... Remove gimp_display_shell_title() because it was completely (*)
  660c333... Add "title" and "status" properties to GimpSisplayShell (*)
  1bbcd8f... Add "icon" property to GimpDisplayShell (*)
  a9b6172... Make the scale dialog transient to the shell's toplevel (*)
  571cdd4... Set the window role and "resizable" on GimpImageWindow, not (*)
  82aa408... Add gimp_statusbar_set_shell() (*)
  fc75f38... Make gimp_statusbar_new() a void function and set a shell d (*)
  7e8a767... Add notify callback for GimpDisplay's "image" property (*)
  88ee13d... Go via the toplevel to get to the statusbar for setting coo (*)
  ac254f2... Don't use the menubar_manager to set the quickmask toggle's (*)
  0b12978... Go via gtk_widget_get_toplevel() to get to the statusbar (*)
  5804e80... Get rid of all image window FIXMEs (*)
  e7e8759... Move image window related functions together (menubar and s (*)
  e9c7b47... Add "display-factory" construct-only property of type GimpD (*)
  8086bc8... Pass the display_factory to the image window (*)
  e5d8067... Unref the menubar_manager in finalize() (*)
  c7fdac4... gimp_display_set_image(): emit notify::image only if the im (*)
  4cc8f8e... Move the window part of gimp_display_shell_empty() to GimpI (*)
  9c5e44c... Move the window part of gimp_display_shell_fill() to GimpIm (*)
  8b5a692... Remove display_factory member from GimpDisplayShell (*)
  cf14f1c... Go via the tolevel to get to the image window's statusbar (*)
  2762100... Show the shell after it has been associated with its image  (*)
  fdd55d3... Move the last window-related NIW code from the shell to the (*)
  d2f43f1... Finally fully enable the image window's active_display mech (*)
  7b62cb3... Turn "display" into a construct-only property and pass it a (*)
  1ae5632... Turn "popup-manager" into a construct-only property and pas (*)
  b11c335... Implement GObject::constructor() (*)
  a594574... Move GtkWidget::delete_event() impl from the shell to the w (*)
  c475b1b... Update widget packing ASCII art to not include image window (*)
  d015a70... Move GtkWidget::configure_event() impl from the shell to th (*)
  5c048e0... Reindent static prototypes (*)
  8b5b367... Move updating the shell's appearance to the right window st (*)
  4f60240... Move updating the "view-fullscreen" actions to the proper p (*)
  7f064f6... Get rid of the shell's window-state-event handler (*)
  abc5e27... Go via the toplevel to update the image window's ui manager (*)
  d5b1542... Add some forgotten casts, fixes (harmless) compile warnings (*)
  8c2934f... Remove dead and forgotten declaration of gimp_display_shell (*)
  32783d7... Move shrink_wrap() from the display to the window (*)
  bcef4f2... gimp_display_shell_fill_idle() present the toplevel not the (*)
  5b5e4e0... Add gimp_image_window_add_display() and use it (*)
  892f9f8... Add gimp_image_window_is_iconified() and use it in GimpImag (*)
  fa43c87... Add gimp_statusbar_override/restore_window_title() (*)
  fbc3b2f... Get rid of image window FIXMEs (*)
  6c76120... Move "show-statusbar" next to "show-menubar" (*)
  accdd3d... Go via the toplevel to get to the menubar manager (*)
  f7f58d5... gtk_window_present() the toplevel, not the shell (*)
  375a25d... Destroy the toplevel, not the shell in gimp_display_delete( (*)
  a887683... Move the remaining menubar signal connections from the shel (*)
  1603802... Remove some dead code and fix some comments (*)
  1273a63... Update the shell's appearance when it is set active in the  (*)
  45f4a99... Don't set any options in gimp_display_shell_new() (*)
  54edc20... Add missing #include "gimpimagewindow.h" (*)
  87001c1... gtk_window_present() the toplevel, not the shell (*)
  bb8daa4... Present the toplevel not the shell (*)
  35739c7... Change GimpImageWindow API to speak in shells, not displays (*)
  97987af... Add gimp_display_shell_get_window() which returns an image  (*)
  253b8e2... Use gimp_display_shell_get_window() instead of gtk_widget_g (*)
  5927485... Derive GimpDisplayShell from GtkVBox instead of GimpImageWi (*)
  1c430a2... Move all GimpImageWindow members to a private struct (*)
  b0f7a7d... Add a central hbox for docks and display shells (*)
  e8061e5... Add a notebook for the display shells (*)
  d046da9... Merge the image window's active shell logic with the notebo (*)
  35588ef... Remove "gimp-" prefix from the shell's "icon" and "title" p (*)
  3189b8f... Move GimpImage::saved and GimpImage::exported handlers to t (*)
  d1dc70f... Add some more shell management API to GimpImageWindow (*)
  ee2fdbc... Enable some #if 0'ed code and use the just added API (*)
  9fe00a7... Bug 596472 - Rotate brushes artifacts at certain rotation a (*)
  bc9602c... remove pointless delete-event handler (*)
  ccdab9e... Make updagin the image window's ui manager more sane (*)
  e36c3ee... app: Fix keyboard shortcuts not working when non-image-wind (*)
  97f5561... Remove #include "display/gimpimagewindow.h" (*)
  98a4653... (gui_display_get_window): return the ID of the toplevel, no (*)
  b9b7cad... Use large image previews as tab widgets (*)
  a6bb7fb... Remove accidentially added #include (*)
  0e68a7d... Updated TinyScheme to support UTF-8 coded filenames. See bu (*)
  625885e... Make sure the shell is really destroyed when removing it fr (*)
  ff20a13... Make GimpImageWindow handle the empty display correctly (*)
  3106b66... Finally enable multiple images in one window (*)
  3d13f8d... Tweak display finding logic of previous commit a bit (*)
  73071e4... Fix crasher and behaviour in the GBR plugin for the GRAYA c (*)
  6c46d1e... Fix some comment typos and formatting (*)
  f6fd3ae... Move GimpDisplayShell's expose functions to separate files (*)
  cbc4013... Reindent prototypes (*)
  1a7c67b... Remove duplicate #define GIMP_DISPLAY_RENDER_BUF_WIDTH 256 (*)
  7a6fe27... Formatting fix. Argh. (*)
  750c11f... Move the display render buf size #defines to gimpdisplayshe (*)
  1553934... Merge commit 'origin/master' into soc-2009-dynamics

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]