| Commit message (Expand) | Author | Age | Files | Lines |
* | wrote lots of API docs, minor indentation fixes, inserted some FIXME about | Havoc Pennington | 2000-08-28 | 1 | -0/+8 |
* | Fix double free of font desc. | Owen Taylor | 2000-08-22 | 1 | -0/+5 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 1 | -0/+15 |
* | gdk/gdkimage.h No need any longer on Win32 for the shared memory | Tor Lillqvist | 2000-08-19 | 1 | -0/+19 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 1 | -1/+8 |
* | gdk/gdk.def Add missing entries. | Tor Lillqvist | 2000-08-12 | 1 | -0/+16 |
* | Add more calls to g_filename_{to,from}_utf8() to convert back and forth | Tor Lillqvist | 2000-08-12 | 1 | -0/+6 |
* | Change the format of the snapshot version to match glib | Havoc Pennington | 2000-08-11 | 1 | -0/+8 |
* | Use the "system codepage" version of the directory name (not the UTF-8 | Tor Lillqvist | 2000-08-09 | 1 | -0/+6 |
* | Don't draw runs with a PANGO_ATTR_SHAPE set. | Elliot Lee | 2000-08-03 | 1 | -0/+4 |
* | Applied patch from Peter Osterlund to simplify the code while keeping the | Owen Taylor | 2000-08-03 | 1 | -0/+6 |
* | Move is_viewable() test further inside the function, since removing the | Owen Taylor | 2000-08-02 | 1 | -0/+7 |
* | Check for <unistd.h>. | Tor Lillqvist | 2000-08-01 | 1 | -0/+4 |
* | Use g_message() and not g_warning() to display the message that this is a | Martin Baulig | 2000-08-01 | 1 | -0/+5 |
* | Fix problem where computation was depending on widget->allocation instead | Owen Taylor | 2000-07-31 | 1 | -0/+9 |
* | Replace broken, (broken, Elliot, every single window blank on X) custom | Owen Taylor | 2000-07-31 | 1 | -0/+7 |
* | We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT() | Elliot Lee | 2000-07-31 | 1 | -0/+7 |
* | s/gtk_main_iteration/g_main_iteration/ | BST 2000 Tony Gale | 2000-07-31 | 1 | -0/+9 |
* | #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb to | Stanislav Brabec | 2000-07-31 | 1 | -0/+8 |
* | updated Serbian files | Pablo Saratxaga | 2000-07-30 | 1 | -0/+4 |
* | Add makefile.mingw.in to EXTRA_DIST. | Tor Lillqvist | 2000-07-30 | 1 | -0/+16 |
* | Add gdk_pixbuf_loader_new_with_type function, to allow handling image | Elliot Lee | 2000-07-28 | 1 | -0/+6 |
* | docs/tutorial/*.gif *.jpg *.eps Update these to the same look-n-feel. Why | BST 2000 Tony Gale | 2000-07-27 | 1 | -0/+6 |
* | applied patch from Phil Thompson <phil@river-bank.demon.co.uk> that | Tim Janik | 2000-07-27 | 1 | -0/+6 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -0/+6 |
* | remove <<<<. oops. | Robert Brady | 2000-07-26 | 1 | -1/+0 |
* | Cause GETTEXT_PACKAGE to be consistent in config.h and po/Makefile, was | Robert Brady | 2000-07-26 | 1 | -0/+7 |
* | Comment out some stuff that depends on the rest of my patches. | Havoc Pennington | 2000-07-26 | 1 | -0/+5 |
* | Add NONE:POINTER,POINTER,INT for the text buffer | Havoc Pennington | 2000-07-26 | 1 | -0/+5 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -0/+94 |
* | Implement new sane, 5-function API for using GtkProgressBar. See | Havoc Pennington | 2000-07-25 | 1 | -0/+20 |
* | Generate gdk/, gdk/win32/, and gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -2/+2 |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -2/+25 |
* | Include the build directory. | Tor Lillqvist | 2000-07-25 | 1 | -2/+30 |
* | (Part 2) Remove gdk_*_lookup() defines, since they are defined by the | Elliot Lee | 2000-07-24 | 1 | -0/+13 |
* | More work on GDK for Win32. Still in an intermediate state. | Tor Lillqvist | 2000-07-23 | 1 | -0/+24 |
* | Check for mkstemp and sigsetjmp. Output gdk-pixbuf/makefile.mingw and | Tor Lillqvist | 2000-07-22 | 1 | -0/+5 |
* | Fix some problems with vertical alignment. | Owen Taylor | 2000-07-22 | 1 | -0/+8 |
* | Fix bug where redraw wasn't being done properly when height of dirty | Owen Taylor | 2000-07-22 | 1 | -0/+9 |
* | Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps | Owen Taylor | 2000-07-21 | 1 | -0/+15 |
* | New file for packaging DocBook format tutorial | BST 2000 Tony Gale | 2000-07-21 | 1 | -0/+5 |
* | Minor updates | BST 2000 Tony Gale | 2000-07-21 | 1 | -0/+6 |
* | Fix C++ comment. | Tor Lillqvist | 2000-07-20 | 1 | -0/+10 |
* | Include files outside of the extern "C" block. Makes some C++ compiler | Sebastian Wilhelmi | 2000-07-19 | 1 | -0/+11 |
* | Yet more clean ups. Completes first pass. Hurrah! | BST 2000 Tony Gale | 2000-07-19 | 1 | -0/+5 |
* | More clean ups. | BST 2000 Tony Gale | 2000-07-18 | 1 | -0/+4 |
* | Restore code to paint the background of the text area which was | Owen Taylor | 2000-07-17 | 1 | -0/+29 |
* | Clean ups. | BST 2000 Tony Gale | 2000-07-17 | 1 | -1/+5 |
* | Initial DocBook version. Lots of cleaning up to do. | BST 2000 Tony Gale | 2000-07-17 | 1 | -0/+5 |
* | New file, quick hack to test backends for pixel-by-pixel correctness of | Tor Lillqvist | 2000-07-15 | 1 | -0/+5 |