| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typo. | Tor Lillqvist | 1999-11-21 | 5 | -1/+400 |
* | Rework/reorder of the code. Each case has been separated into another | Michael Zucchi | 1999-11-20 | 1 | -376/+785 |
* | Further hacking. Now actually compiles. Haven't tried yet whether | Tor Lillqvist | 1999-11-20 | 19 | -1462/+548 |
* | Intermediate commit. | Tor Lillqvist | 1999-11-19 | 4 | -782/+510 |
* | Also for truecolor drawables use just the pixel field in the foreground | Tor Lillqvist | 1999-11-18 | 1 | -12/+23 |
* | Intermediate commit. I go to bed now. | Tor Lillqvist | 1999-11-17 | 10 | -1373/+554 |
* | More renames at the request of tml | Owen Taylor | 1999-11-15 | 4 | -1362/+0 |
* | Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa... | Cody Russell | 1999-11-13 | 1 | -112/+477 |
* | *** empty log message *** | Tor Lillqvist | 1999-11-12 | 4 | -1232/+1518 |
* | cvs remove the old files after copying the files over to the -win32 names in ... | Owen Taylor | 1999-11-12 | 16 | -20565/+0 |
* | re-adding | Tor Lillqvist | 1999-11-11 | 4 | -0/+288 |
* | re-adding for manual rename of repository files. | Tor Lillqvist | 1999-11-11 | 34 | -0/+39496 |