summaryrefslogtreecommitdiff
path: root/gdk/linux-fb/gdkwindow-fb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix filled arcs and commit previous stuff which i somehow missed.Alexander Larsson2000-11-281-29/+47
* Implement configure events and correct enter/leave notification.Alexander Larsson2000-11-281-6/+64
* Huge GtkFB patch with lots of small bugfixes and initial selections implement...Alexander Larsson2000-11-251-53/+17
* Added virtual functions set_pixel, get_color, fill_span and draw_drawableAlexander Larsson2000-11-151-3/+8
* Cleanup and reindent of GtkFB.Alexander Larsson2000-11-131-357/+354
* use g_object_new() instead of g_type_create_instance() which is a privateAlexander Larsson2000-11-071-2/+2
* Add last argument to t_type_register_static call.Alexander Larsson2000-11-021-1/+2
* Try to fix a bug where a window move, with a non-rectangular regionElliot Lee2000-08-231-25/+61
* Warning fixes.Elliot Lee2000-08-071-1/+1
* We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT()Elliot Lee2000-07-311-5/+9
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* (Part 2) Remove gdk_*_lookup() defines, since they are defined by theElliot Lee2000-07-241-339/+473
* *** empty log message ***Elliot Lee2000-06-201-1/+5
* Put it into CVS.Elliot Lee2000-05-311-0/+1372