SHARE
Facebook X Pinterest WhatsApp

Release Digest: GNOME, June 20, 2002

Written By
thumbnail
Web Webster
Web Webster
Jun 21, 2002

gnome-games 2.0.1

Heya,

gnome-games "Beat Up Superman" 2.0.1 is out in the cold and needs cuddles.

Changes
=======
- install the aisleriot desktop file in the proper place (#85535)


Where abouts 'en ?
==================
http://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-games/

Have fun.

-- 
/Bastien Nocera
http://hadess.net

_____________________________________________

Metacity-Setup 0.5.2

Application
===========

Metacity-Setup 0.5.2

Description
===========

This program is simply a much easier way to configure 
Metacity then having to use gconftool or gconf-editor.  It 
allows you to change themes, focus settings, and the number 
of workspaces.

Enhancements and Fixes
============
Applied another patch from Joe Marcus Clarke  that,
again, reduces the number of mistakes I made when editing Makefile.am

Big patch from Bastien Nocera  that fixes a bunch of a
build problems, cleans up bits of code, and uses intltool to translate the
desktop file.

Fixed problem where sometimes themes would appear in the list twice

Still struggling through this "install" thing.  Should be closer to good
now.  
Namely the mystery of the missing pixmap has been solved

Added Russian translation from Nail 

ALSO, IF ANYONE COULD HELP ME WITH INSTALLING AN ICON INTO THE APP MENU, I
WOULD APRECIATE IT GREATLY.  THAT HAS BEEN VERY FRUSTRATING.



Download
========

http://plastercast.tzo.com/~plastercast/Projects/
_____________________________________________

GtkGLExt 0.3.0

Hello everyone,

GtkGLExt, OpenGL extention to GTK, version 0.3.0 is released.

  http://sourceforge.net/projects/gtkglext/

This release includes the important API changes.
The new interface is designed to be suitable for GTK+/GDK API manner.

  * You can draw OpenGL scene using gdk_gl_drawable_* functions.
    For example,

    gboolean
    draw_gl_scene (GtkWidget      *widget,
                   GdkEventExpose *event,
                   gpointer        data)
    {
      GdkGLContext *glcontext = gtk_widgetgetgl_context (widget);
      GdkGLDrawable *gldrawable = gtk_widgetgetgl_drawable (widget);

      gdk_gldrawablegl_begin (gldrawable, glcontext);

      /* GL calls */

      if (gdk_gldrawable_isdouble_buffered (gldrawable))
        gdk_gldrawableswap_buffers (gldrawable);
      else
        glFlush ();

      gdk_gldrawablegl_end (gldrawable);

      return TRUE;
    }

    It can also reduce waste quark data lookups.

  * Bitmap font support have been rewritten to be based on Pango.
    GdkFont is deprecated in GTK 2, and so gdk_glfont_usegdk_font ()
    is gone. Now, you can use gdk_glfont_usepango_font () and Pango
    API to use bitmap font in OpenGL.

And then, all sources have been cleaned. Now, they include no
deprecated code, and are fully compliant with GTK 2.

Could you please try it and tell me your comments?


General Information
===================

GtkGLExt is an OpenGL extention to GTK 2.0 or later.

This package is composed of GdkGLExt library and GtkGLExt library.
GdkGLExt library includes low-level OpenGL related objects,
GdkGLConfig, GdkGLContext, GdkGLDrawable, GdkGLWindow, and so on,
which has GLX like interface. GtkGLExt library includes high-level
gtk_widget API extentions using GdkGLExt, which extends ANY GTK+ widget
to an OpenGL-capable widget.

The objects included in these libraries are implemented using C and
fully compliant with GLib's GObject and it's latest features.

The official web site is:
  http://gtkglext.sourceforge.net/

The official download & development information site is:
  http://sourceforge.net/projects/gtkglext/


Supported Platforms
===================

Currently GtkGLExt supports

  * UNIX platforms
      Tested on Linux (RedHat 7.3) and IRIX (6.5).

  * Win32 platforms
      Tested on Windows XP & 2000 Professional using MinGW/Cygwin
      environment.


Thank you,

-- 
Naofumi Yasufuku  
"The best way to predict the future is to invent it." -- Alan Kay
thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

5 Best Free and Open Source Text Expander Tools
webmaster
Jun 13, 2025
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Bobby Borisov
Jun 12, 2025
FreeBSD Wants to Know a Few Things
brideoflinux
May 11, 2025
NVK enabled for Maxwell, Pascal, and Volta GPUs
Kara Bembridge
May 1, 2025
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.