Merge branch 'text-direction'
[profile/ivi/clutter.git] / clutter / clutter-main.c
2009-12-01 Emmanuele BassiMerge branch 'text-direction'
2009-11-30 Neil RobertsUse the correct colour when clearing the stage for...
2009-11-30 Emmanuele BassiSet the default language on the Pango context
2009-11-27 Robert Braggpicking: avoid redundant picking geometry for the stage.
2009-11-10 Emmanuele BassiUse the newly added ClutterTextDirection enumeration
2009-11-05 Robert BraggRemove all internal use of deprecated cogl_clip_* API
2009-11-04 Robert BraggMerge commit 'cogl-reorg-draw-buffers'
2009-11-04 Robert Bragg[main] Use cogl_read_pixels not glReadPixels in clutter...
2009-11-03 Robert Bragg[draw-buffers] First pass at overhauling Cogl's framebu...
2009-10-30 Emmanuele BassiAdd run-time version checks
2009-10-05 Robert Bragg[debug] Guard the use of gdk_pixbuf for pick debugging...
2009-10-05 Emmanuele BassiMerge branch 'stage-window-object'
2009-09-24 Robert Bragg[debug] Adds a dump-pick-buffers CLUTTER_DEBUG option
2009-08-10 Emmanuele BassiMerge branch 'system-json-glib'
2009-07-28 Ole André Vadla... Initialize pixel data before glReadPixels().
2009-07-02 Colin WaltersUse the (allow-none) annotation for clutter_init*
2009-07-01 Emmanuele Bassi[x11] Fix the race between resize and glViewport calls
2009-06-30 Robert BraggMerge branch 'cogl-journal-batching'
2009-06-30 Robert BraggAdds a cogl_flush() to give developers breaking into...
2009-06-30 Robert Bragg[cogl] Improving Cogl journal to minimize driver overhe...
2009-06-29 Robert Bragg[debug] Adds a "nop-picking" clutter debug option to...
2009-06-19 Emmanuele BassiAllow checking initialization without side-effects
2009-06-19 Emmanuele Bassi[input] Rework input device API
2009-06-18 Emmanuele BassiHide clutter_context_get_default()
2009-06-17 Emmanuele BassiRemove an unusued member from MainContext
2009-06-11 Robert BraggBug 1406 - Handling of premultiplication in clutter
2009-06-11 Emmanuele BassiBug 1637 - Master clock improvements
2009-06-09 Emmanuele BassiFix clutter_redraw() to match the redraw cycle
2009-06-09 Owen W. TaylorLimit the frame rate when not syncing to VBLANK
2009-06-09 Owen W. TaylorCompress events as part of the frame cycle
2009-06-09 Owen W. TaylorOnly advance the master clock before drawing a frame
2009-06-05 Emmanuele Bassi[repaint] Run the repaint functions in clutter_redraw()
2009-06-05 Emmanuele BassiMerge branch '1.0-integration'
2009-06-05 Neil RobertsMerge branch 'timeline-no-fps' into 1.0-integration
2009-06-04 Emmanuele Bassi[actor] Use flags to control allocations
2009-05-28 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-28 Emmanuele Bassi[cogl] Make cogl_setup_viewport() a private function
2009-05-23 Emmanuele BassiAdd repaint functions
2009-05-22 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-21 Neil RobertsMerge branch 'pango-vbo' into 1.0-integration
2009-05-20 Emmanuele BassiMerge commit 'origin/master' into 1.0-integration
2009-05-12 Robert Bragg[picking] Use cogl_clip_push_window_rect to greatly...
2009-05-12 Neil RobertsDon't clear the stencil buffer before painting and...
2009-05-12 Robert BraggDon't call glFinish in _clutter_do_pick
2009-05-07 Emmanuele Bassi[clock] Rework the master clock
2009-05-06 Emmanuele BassiRemove Units from the public API
2009-05-02 Robert Bragg[cogl] Adds a bitfield argument to cogl_clear for speci...
2009-04-24 Emmanuele BassiUse a single master "clock" to drive timelines
2009-04-15 Emmanuele BassiMerge branch 'text-actor-layout-height'
2009-04-15 Emmanuele BassiAdd debug annotations for the layout process
2009-03-16 Neil RobertsCount timeline frames using the FPS instead of an integ...
2009-03-12 Øyvind KolåsMerge commit 'origin/async-texture-thread-pool' into...
2009-03-10 Emmanuele Bassi[stage] Coalesce fog and perspective API
2009-03-10 Emmanuele Bassi[docs] Note that grabs are evil
2009-02-27 Øyvind KolåsAdd a warning for recursive emit_event
2009-02-26 Emmanuele Bassi[backend] Constify font options
2009-02-24 Emmanuele BassiUse a dynamic array for the actors when delivering...
2009-02-23 Emmanuele BassiMake fuzzy picking a command line switch
2009-02-23 Emmanuele BassiMake disable text mipmapping a command line switch
2009-02-23 Emmanuele BassiAdd runtime debug messages for COGL
2009-02-23 Neil RobertsAdd an environment variable to disable mipmapped text
2009-02-20 Owen W. TaylorAdd gobject-introspection annotations
2009-02-18 Robert Bragg[Cogl] Renames cogl_paint_init to cogl_clear and adds...
2009-02-16 Neil Roberts[clutter-main] Fix the input device passed to set_motio...
2009-02-16 Neil RobertsEmit CLUTTER_LEAVE events when the pointer leaves the...
2009-02-14 Shane BryanBug 1434 - _NET_WM_NAME not set before realize
2009-02-14 Emmanuele BassiBug 1440 - Add clutter_get_current_event_time()
2009-01-28 Neil RobertsMerge branch 'scale-center'
2009-01-27 Neil RobertsDirectly set backend font options in clutter_set_font_flags
2009-01-27 Emmanuele BassiMerge branch 'generic-actor-clone'
2009-01-27 Robert BraggMerge branch 'cogl-material'
2009-01-27 Neil RobertsReplace clutter_set_use_mipmapped_text with clutter_set...
2009-01-27 Robert BraggFully integrates CoglMaterial throughout the rest of...
2009-01-14 Emmanuele BassiMerge branch 'animation-improvements'
2009-01-13 Robert BraggMerge commit 'origin/master' into cogl-material
2009-01-12 Emmanuele Bassi[x11] Proper fix for the ClutterStage resize race
2009-01-09 Emmanuele Bassi[x11] Fix a race condition when resizing a stage
2009-01-08 Robert BraggMerge branch 'master' into cogl-float
2009-01-07 Neil RobertsMerge branch multiple-texture-rectangle into master
2009-01-07 Emmanuele BassiMerge the ClutterText actor
2009-01-06 Emmanuele BassiAllow localizations to change the text direction
2009-01-06 Takao FujiwaraBug 1397 - Allow localizing the command line help
2009-01-05 Emmanuele BassiClean up the update_pango_context() function
2009-01-05 Emmanuele BassiPass the PangoContext, not the MainContext
2009-01-05 Emmanuele BassiRevert the logic of the PangoContext check
2009-01-05 Emmanuele BassiRename the PangoContext creation functions
2008-12-23 Emmanuele BassiAdd the ability to set the text direction
2008-12-23 Emmanuele BassiUpdate the PangoContext on backend changes
2008-12-23 Emmanuele BassiStore the PangoContext inside the main context
2008-12-09 Neil RobertsMerge commit 'git-svn' into multiple-texture-rectangle
2008-12-08 Neil Roberts * clutter/clutter-main.c (_clutter_do_pick): Restore...
2008-11-18 Emmanuele Bassi2008-11-17 Emmanuele Bassi <ebassi@linux.intel.com>
2008-11-06 Neil Roberts Bug 1230 - Pick fails on low precision color buffers
2008-10-31 Emmanuele Bassi2008-10-31 Emmanuele Bassi <ebassi@linux.intel.com>
2008-10-30 Emmanuele Bassi2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com>
2008-10-30 Emmanuele Bassi2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com>
2008-10-29 Neil Roberts Bug 1206 - Picking disabled dithering
2008-10-21 Emmanuele Bassi2008-10-21 Emmanuele Bassi <ebassi@linux.intel.com>
2008-10-01 Øyvind KolåsBug 1108 - Enter/Leave events logics wrt. skipped motio...
2008-09-24 Emmanuele Bassi2008-09-24 Emmanuele Bassi <ebassi@linux.intel.com>
next