~cairo-dock-team/ubuntu/quantal/cairo-dock/3.0.2-without-conflict

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-struct.h

  • Committer: Matthieu Baerts
  • Date: 2012-06-21 09:16:26 UTC
  • mfrom: (26.1.1 cairo-dock)
  • Revision ID: matttbe@gmail.com-20120621091626-g79o22y3k2qljrtp
* New upstream bug-fix release. (LP: #1014801)
* Upstream ChangeLog (3.0.0 -> 3.0.1):
 - Dialogs: fixed a bug where the dock could auto-hide when a modal dialog
    was raised
 - Dialog: fixed a crash with gcc-4.7: the local variable can be corrupted
    due to optimisations
 - Fixed a bug where the dock didn't accept clicks when the mouse touches
    the screen edge (with auto-hide)
 - Added a compilation option to not force the display of icons in menus
    (design request but disable by default)
 - Fixed a bug where the hidden dock background color was not updated
    properly
 - Class-Manager: fixed a bug with Windows applications whose name is in
    upper case (.EXE)
 - GUI: use cairo_dock_get_xwindow_class to link a programm with a launcher
 - French translations: fixed 2 small errors
* Upstream ChangeLog (3.0.1 -> 3.0.2):
 - Main GUI: Fixed a crash when hovering group buttons too quickly
 - Main GUI: The dialog and preview didn't appear when hovering the button
 - Accelerators: On recent distro, 'Control' key is now called 'Primary'
 - Icon Mgr: Added a mutex because of occasional crashes with
    gtk_icon_theme_lookup_icon
 - Icon Mgr: Don't call a 'change-icon' callback when clicking or scrolling
    on an icon, and trigger an unneeded animation on the icon
 - Dock Mgr: Avoid emitting an 'enter' event when not needed
 - Class Mgr: Fixed 2 typos (special case for kdesu and not kdes)
 - Class Mgr: Remove launching options (%U) in quick-list Exec command
    (LP: #1002691)
 - Dialogues: Prevent closing the dialog unexpectedly when clicking on it,
    if the click is actually inside the interactive widget
 - Background: When set to 'always visible', applets' background couldn't
    be turned off
 - Added a workaround for the Unity-panel which has a wrong window type
 - po: Updated translations
* debian/patches:
 - Removed all patches (now in upstream)
* debian/cairo-dock-data:
 - Removed a lintian warning by added symlinks (binary-without-manpage)

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
 * 
323
323
 * \subsection render_container How can I draw anywhere on the dock, not only on my icon ?
324
324
 * 
325
 
 * Say you want to draw directly on your container, like <i>CairoPenguin</i> or <i>ShowMouse</i> do. This can be achieved easily by registering to the \ref NOTIFICATION_RENDER_DOCK or \ref NOTIFICATION_RENDER_DESKLET notifications. You will then be notified eash time a Dock or a Desklet is drawn. Register AFTER so that you will draw after the view.
 
325
 * Say you want to draw directly on your container, like <i>CairoPenguin</i> or <i>ShowMouse</i> do. This can be achieved easily by registering to the \ref NOTIFICATION_RENDER notification. You will then be notified eash time a Dock or a Desklet is drawn. Register AFTER so that you will draw after the view.
326
326
 * 
327
327
 * 
328
328
 */