| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 45 | -770/+7917 |
* | Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to use | Tor Lillqvist | 2000-03-16 | 5 | -71/+22 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 27 | -176/+189 |
* | Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function | Tor Lillqvist | 2000-03-08 | 13 | -162/+237 |
* | Store just pixel value of background colour. | Tor Lillqvist | 2000-03-03 | 6 | -111/+201 |
* | s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsigned | Matt Wilson | 2000-02-29 | 1 | -100/+100 |
* | Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> | GMT 2000 Tony Gale | 2000-02-29 | 2 | -2/+2 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 4 | -23/+87 |
* | Move the test for no segments before the assertion for non-NULL segment | Tor Lillqvist | 2000-02-13 | 4 | -78/+120 |
* | init refcount to 1 (gdk_cursor_new): init refcount to 1 | Havoc Pennington | 2000-02-13 | 2 | -3/+6 |
* | Add an extra parameter so that we don't have to do unnecessary settings to | Tor Lillqvist | 2000-02-13 | 17 | -698/+820 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 4 | -16/+29 |
* | gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW were | Tor Lillqvist | 2000-02-09 | 2 | -6/+6 |
* | Use g_filename_to_utf8 to convert the font names Windows gives us from | Tor Lillqvist | 2000-02-03 | 8 | -32/+48 |
* | Added sanity check for width and height being >= 0. Also, do nothing if | Federico Mena Quintero | 2000-02-02 | 1 | -0/+13 |
* | forgot to cvs add this | Havoc Pennington | 2000-01-29 | 1 | -0/+49 |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 7 | -3/+12 |
* | gdk/gdkwindow.h Remove prototypes for renamed functions. | Tor Lillqvist | 2000-01-28 | 2 | -11/+0 |
* | .cvsignore additions | Owen Taylor | 2000-01-21 | 1 | -0/+5 |
* | The correct semantics (to mimic the X11 backend, which just calls | Tor Lillqvist | 2000-01-18 | 1 | -5/+7 |
* | Removed the broken --enable-canvas-pixbuf option. Added the stuff | Federico Mena Quintero | 2000-01-17 | 1 | -62/+42 |
* | configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks to | Tor Lillqvist | 2000-01-15 | 4 | -3/+1604 |
* | new function to let you create a gdk_pixmap from a gdk_pixbuf. | Jonathan Blandford | 2000-01-14 | 1 | -0/+67 |
* | Ignore WM_MOVE for iconified or invisible windows. This fixes various | Tor Lillqvist | 2000-01-09 | 1 | -1/+3 |
* | Fix copy&paste error: Call the backend's draw_lines method, not | Tor Lillqvist | 2000-01-05 | 1 | -1/+1 |
* | Clean up some more leftovers from before Owen's reorganization: Don't have | Tor Lillqvist | 2000-01-02 | 1 | -10/+9 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -4/+4 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c | Tor Lillqvist | 1999-12-30 | 4 | -5/+2 |
* | If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get the | Tor Lillqvist | 1999-12-29 | 2 | -0/+5 |
* | When handling a single character (text length == 1), don't handle it as if | Tor Lillqvist | 1999-12-18 | 1 | -6/+24 |
* | More tweaks. Check only if at least one of those Unicode subrange bits we | Tor Lillqvist | 1999-12-12 | 1 | -10/+17 |
* | gdk/Makefile.am Distribute Win32 files. | Tor Lillqvist | 1999-12-11 | 5 | -73/+104 |
* | Distribute README.win32. | Tor Lillqvist | 1999-12-11 | 2 | -1/+110 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 3 | -4/+4 |
* | make a warning go away. | Jonathan Blandford | 1999-12-10 | 1 | -1/+1 |
* | Should now handle all formats, slow routine used where optimised | Michael Zucchi | 1999-12-09 | 1 | -21/+115 |
* | Filled in body of function. (rgbconvert): Added GdkColormap parameter, and | Michael Zucchi | 1999-12-09 | 1 | -79/+42 |
* | Fixed the red/green/red bug on two occasions. Changed from the custom | Arjan van de Ven | 1999-12-08 | 1 | -2/+2 |
* | Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion | Federico Mena Quintero | 1999-12-08 | 1 | -173/+331 |
* | Fix string measurement code. For now, the rbearing is set to the same as | Tor Lillqvist | 1999-12-06 | 1 | -12/+6 |
* | New function. Guesstimate what Unicode subranges a font covers based on | Tor Lillqvist | 1999-12-05 | 5 | -106/+667 |
* | Change only_if_exists argument of gdk_atom_intern to bool. | Owen Taylor | 1999-12-03 | 2 | -2/+2 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 2 | -3/+3 |
* | Keep the mask around until after we draw ... since the GC changes aren't | Owen Taylor | 1999-11-30 | 1 | -2/+4 |
* | Temp debugging function prototype left in by mistake. | Tor Lillqvist | 1999-11-25 | 1 | -1/+0 |
* | Fix two copy&paste errors. | Tor Lillqvist | 1999-11-25 | 5 | -110/+163 |
* | Create the temporary buffer to the size of the interesction of the | Federico Mena Quintero | 1999-11-24 | 1 | -10/+11 |
* | set event->any.window before calling filter functions. | Tor Lillqvist | 1999-11-23 | 1 | -0/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 2 | -3/+3 |
* | Remove, as this is a file generated by configure (or copied from | Tor Lillqvist | 1999-11-21 | 14 | -673/+33 |