NBC Sports Mike Florio talks about Drew Brees and his contract with the Saints that expires next year. NBC Sports On PFT Live, NBCs Mike Mayock breaks down Notre Dames defensive strengths and discusses Michael Floyds draft potential. NBC Sports The zip code entered did not match a location. Please check the zip code and try again. Now casting! Fashion, trivia, bargain hunting show off your skills for a chance to star in one of NBC s new shows! Download the all-new computer-to-computer voice-calling application that keeps you in touch with premium content. Shop the NBC Store for DVDs, collectibles, and more from your favorite NBC shows! Great prices, exclusive items. Watch an exclusive extended preview of NBCs exciting lineup for the new season, hosted by Whitney Cummings! HTTP/ 1 200 OK Date: Thu, 01 Sep 2011 08:32:46 GMT Server: Apache/ 16 Debian Last-Modified: Mon, 22 Aug 2011 20:21:47 GMT ETag: ec4024-4bd7-4ab1dd40f0cc0 Accept-Ranges: bytes Content-Length: 19415 Content-Type: text/plain; charsetutf-8 ——- GNU Image Manipulation Program Development Branch ——- This is the unstable development branch of GIMP. Here we are working towards the next stable release, which will be GIMP Changes in GIMP 3 UI: Use GimpSpinScales instead of scale entries in all dockable widgets Allow the spin scale to control a range larger than its scales range Implement RTL mode in GimpSpinScale Add lots of tooltips to tool options Allow to drop more things to the empty image window, and simply create new images from them Cage tool: allow to add handle to the cage when clicking on an edge Cage tool: allow to remove selected handles from the cage by hitting delete Remember column widths in multi-column dock windows Support starting GIMP in single-window mode When the brush is shared among paint tools, also share all brush-modifying paint options Use ALTnumber and ALTTab shortcuts to navigate between images in both single and multi-window mode Make Export to always activatable and fall back to if no export target has been set yet In single-window mode, add new dockable dialogs to the image window instead of in a new window When switching on single-window mode, put docks in the image window depending on what side of the window they originally had When switching off single-window mode, distribute dock windows better Add a canvas item for the transform grid, fixing a major speed regression, and add the same guides options as in the rectangle tools Dont unmaximize the single-window mode image window when closing images Resurrect the You can drop dockable dialogs here help string below the toolbox Make pick-and-move with the Move Tool work for layers in a layer group Core: Add GimpMotionBuffer which abstracts away stroke smoothing behind a simple API and takes it out of GimpDisplayShell Add a GimpIdTable utility class Add a GimpDockContainer interface Add a GimpSessionManaged interface Add GimpCanvasRectangleGuides which makes the rectangle tools guides draw properly Libgimp: Make libgimp depend on GdkPixbuf Add API to create layers from cairo surfaces Make it impossible to include individual files from any GIMP library. This was always forbidden and designed so it most probably breaks, but now it reliably breaks using error Deprecate the setsensitive logic and use gobjectbindproperty Plug-ins: Use popplers cairo API to load PDFs, the pixbuf API is removed Port screenshot from GdkPixbuf to cairo Fix the annoying parser build warnings in imagemap Add a check-for-deprecated-procedures-in-script-fu make target Update libpng code to not use deprecated API file-mng and file-png Add an Item class to pygimp Correct/update some labels and defaults in the JPEG plug-ins save dialog UI Fix Bug 596410 gimp-image-get-filename returns NULL for imported files Developer documentation: Many updates Source and build system: Make cairo a global dependency, starting at libgimpcolor Require poppler 4 Remove gimp-remote for good, it has been disabled for years General: Some more undeprecations now that we use GTK 24 Fix lots of warnings that are new in Wall in GCC 6 Lots of bug fixes and cleanup Lots of translation updates Changes in GIMP 2 UI: A lot of undeprecations due to GTK 22 and 24 Lots and lots of cairo porting, calls to gdkdraw are gone Merge the cage transform tool from GSoC Remove the old bitmap cursors completely and always use RGBA cursors also for compat cursors for old X servers Add new GimpCanvasItem infrastructure with subclasses for everything that needs to be drawn on the canvas and port all tools to canvas items, this is a huge change that touches all tools and almost all display code, and which finally gets rid of XOR drawing altogether Switch from purely idle-rendering the display to something that ensures a minimum framerate, so we dont fail to update under heavy load Make the text tool handle RTL mode better Change GimpColorMapEditor to use the newly added proxy GimpPalette Replace the brush scale control in tool options by a brush size one that works in pixels, and does the right thing when the brush changes Add new widget GimpSpinScale which is a scale with number entry, and use it in all tool options Make the brush, pattern etc. Continue reading →