Skip to content
  1. Mar 08, 2016
  2. Sep 03, 2014
    • Alejandro Piñeiro's avatar
      a11y: provide a way to ensure clutter accessibility · b17e96fe
      Alejandro Piñeiro authored
      If gtk_init is called after clutter_init, it can override clutter
      AtkUtil implementation. In that situation, we can't say that
      the accessibility is enabled, as the root object would be wrong.
      
      In order to provide a way to prevent this:
      
      * clutter_get_accessibility_enabled returns true of false
        depending on the current AtkUtil implemented
      * cally_accessibility_init always override AtkUtil implementation.
      b17e96fe
  3. Aug 18, 2014
  4. Aug 13, 2014
  5. Jun 26, 2014
  6. Jun 09, 2014
    • Chun-wei Fan's avatar
      MSVC 2010+ Projects: Update "Installation" Process · 85e7842f
      Chun-wei Fan authored
      Currently, due to the way that Visual Studio 2010+ projects are handled,
      the "install" project does not re-build upon changes to the sources, as it
      does not believe that its dependencies have changed, although the changed
      sources are automatically recompiled.  This means that if a part or more
      of the solution does not build, or if the sources need some other fixes
      or enhancements, the up-to-date build is not copied automatically, which
      can be misleading.
      
      Improve on the situation by forcing the "install" project to trigger its
      rebuild, so that the updated binaries can be copied.  This does trigger an
      MSBuild warning, but having that warning is way better than not having an
      up-to-date build, especially during testing and development.
      85e7842f
  7. Jun 05, 2014
  8. May 22, 2014
  9. May 12, 2014
  10. May 02, 2014
  11. May 01, 2014
  12. Apr 28, 2014
  13. Apr 26, 2014
  14. Apr 22, 2014
  15. Apr 18, 2014
    • Gustavo Noronha Silva's avatar
      clutter-main: start mainloop timer on clutter_init() · d7b183a4
      Gustavo Noronha Silva authored and Gustavo Noronha Silva's avatar Gustavo Noronha Silva committed
      By creating and starting the timer on clutter_main() an assumption is made
      that that is how the main loop will be run for all clutter applications.
      With more and more applications moving to GApplication, this assumption no
      longer holds true.
      
      Moving to clutter_init() means we are starting the timer earlier than we
      should, and by not stopping it when the main loop quits we are taking a
      measure that is later than we should. I believe it is safe to consider
      those are close enough to the actual beginning and quitting of the main
      loop in practice.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=728521
      d7b183a4
  16. Apr 17, 2014
    • Chun-wei Fan's avatar
      Visual Studio Builds: Avoid Implicit Linking to SDL · 20e619f8
      Chun-wei Fan authored
      Cogl, when built with the SDL winsys, will include the SDL headers when
      Cogl-based programs are built, which causes the SDL's wrapper for main()
      to be used on Windows, causing an implicit requirement that all Cogl-based
      apps must link to SDL2.lib and SDL2main.lib.  Avoid this behavior by
      defining SDL_MAIN_HANDLED in the CFLAGS of the sample and interactive test
      programs
      20e619f8
  17. Apr 16, 2014
  18. Apr 14, 2014
  19. Apr 10, 2014
  20. Apr 06, 2014
  21. Apr 02, 2014
    • Emmanuele Bassi's avatar
      test-utils: Skip tests if no DISPLAY is set · f9d99d1c
      Emmanuele Bassi authored
      Instead of just bailing out when initializing the test suite, we can do
      a much better job and skip all the tests. This means that the TAP driver
      will work correctly instead of dying a horrible death, and we get a nice
      report with a proper cause of the test skipping.
      f9d99d1c
    • Emmanuele Bassi's avatar
      Remove clutter.symbols · f065a34e
      Emmanuele Bassi authored
      The Visual Studio build files have been updated to not use it, so we can
      remove it from the repository.
      f065a34e