summaryrefslogtreecommitdiff
path: root/gdk/linux-fb/gdkwindow-fb.c
Commit message (Expand)AuthorAgeFilesLines
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-121-0/+6
* Fix many sparse warnings. (#157253, Kjartan Maraas.Matthias Clasen2004-11-101-1/+1
* Fix prototype mismatch. (#148589, Nicolas Deves)Matthias Clasen2004-07-281-2/+2
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-0/+10
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-0/+17
* Make <config.h> the very first include. Likewise. Likewise.Federico Mena Quintero2004-03-061-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+2
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-0/+18
* Add gdk_window_set_keep_{above,below} stubs to fix compilationEric Warmenhoven2003-09-161-0/+16
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-1/+1
* fix compilationEric Warmenhoven2002-10-081-3/+4
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-18/+22
* implement maximize for linux-fbEric Warmenhoven2002-10-031-2/+6
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-271-0/+30
* Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes,Owen Taylor2002-09-221-1/+3
* Patch from Eric Warmonhoven to get linux-fb compiling with multiheadOwen Taylor2002-09-101-7/+11
* Add a sanity g_return_if_fail() check for the depths for the window andOwen Taylor2002-05-141-0/+1
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-0/+2
* gdk/linux-fb/gdkdrawable-fb2.c update to latest Pango APIManish Singh2001-11-241-3/+22
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* Update to new Pango APIsAlex Larsson2001-10-241-3/+1
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-181-0/+13
* Removed unused function.Alex Larsson2001-09-081-2/+22
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-42/+42
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-6/+6
* Unify shaped window code and make it repaint the area that used to be partAlexander Larsson2001-06-131-27/+61
* Make sure you can compile out the implementation/wrapper assert macros.Alexander Larsson2001-05-101-19/+34
* New function for getting toplevel window at position.Alexander Larsson2001-05-071-1/+1
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-2/+24
* Make GtkFB compile and link.Alexander Larsson2001-03-121-16/+113
* Actually copy the whole gc, not just the public parts.Alexander Larsson2001-02-201-1/+3
* Add a shortcut if the window and the current clip_region doesn't overlap.Alexander Larsson2001-02-131-1/+0
* Don't reference last_cursor if it is null. Fixes crash when rotating theAlexander Larsson2001-02-131-1/+1
* Don't leak visible_region. Use visible_region instead of region.22001-01-221-4/+12
* Doh! Mixed up x and y.72001-01-171-68/+90
* Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clearAlexander Larsson2001-01-151-5/+22
* For optization, add an full_shapes argument to gdk_fb_clip_region. If thisAlexander Larsson2001-01-151-12/+42
* Take shaped windows in consideration when generating clip region.Alexander Larsson2001-01-121-14/+150
* Added ENABLE_SHADOW_FBAlexander Larsson2001-01-111-9/+35
* Correct filename ~/.pangoft2_aliasesAlexander Larsson2001-01-081-6/+6
* Possibly send focus events when the mouse moves from one window toAlexander Larsson2001-01-081-3/+30
* Uh? What happed? My cvs checkin got broken pipe..Alexander Larsson2000-12-211-4/+108
* New file containing the abstracted keyboard driver. Most code taken fromAlexander Larsson2000-12-081-2/+24
* Add gdkmouse-fb.cAlexander Larsson2000-12-061-2/+178
* Remove old debug g_warning(). (gdk_fb_draw_drawable): The src argument canAlexander Larsson2000-12-051-136/+10
* If you pass width or height == 0 to gdk_window_clear_area they should beAlexander Larsson2000-11-291-0/+6
* The cursor should be hidden if it is part of either the source orAlexander Larsson2000-11-281-3/+4