| Commit message (Expand) | Author | Age | Files | Lines |
* | wrote lots of API docs, minor indentation fixes, inserted some FIXME about | Havoc Pennington | 2000-08-28 | 9 | -19/+476 |
* | Update Irish trans. | Seán Ó Ceallaigh/Irish translations | 2000-08-27 | 1 | -179/+4 |
* | Try to fix a bug where a window move, with a non-rectangular region | Elliot Lee | 2000-08-23 | 1 | -25/+61 |
* | Fix double free of font desc. | Owen Taylor | 2000-08-22 | 9 | -4/+35 |
* | Updated percentages | Owen Taylor | 2000-08-22 | 1 | -6/+6 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 13 | -6/+602 |
* | Updated Slovenian translation | Andraz Tori | 2000-08-20 | 1 | -431/+465 |
* | gdk/gdkimage.h No need any longer on Win32 for the shared memory | Tor Lillqvist | 2000-08-19 | 12 | -23/+196 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 9 | -9/+59 |
* | updated italian translation | Christopher R. Gabriel | 2000-08-17 | 2 | -196/+23 |
* | Updated Ukrainian translation | Yuri Syrota | 2000-08-14 | 1 | -202/+26 |
* | gdk/gdk.def Add missing entries. | Tor Lillqvist | 2000-08-12 | 15 | -11/+269 |
* | Make it compile | Anders Carlsson | 2000-08-12 | 1 | -3/+3 |
* | A few more variables renamed, relating to the "system" charset vs UTF-8 | Tor Lillqvist | 2000-08-12 | 1 | -15/+16 |
* | Improve previous commit a bit, use better variable names. | Tor Lillqvist | 2000-08-12 | 1 | -48/+55 |
* | Add more calls to g_filename_{to,from}_utf8() to convert back and forth | Tor Lillqvist | 2000-08-12 | 8 | -427/+551 |
* | Change the format of the snapshot version to match glib | Havoc Pennington | 2000-08-11 | 11 | -12/+72 |
* | some sort of line number changes to .po files that make performed, dunno | Havoc Pennington | 2000-08-11 | 36 | -497/+501 |
* | Ref window before returning. | Elliot Lee | 2000-08-09 | 1 | -0/+2 |
* | Use the "system codepage" version of the directory name (not the UTF-8 | Tor Lillqvist | 2000-08-09 | 8 | -3/+47 |
* | Make numeric keypad work. | Elliot Lee | 2000-08-09 | 1 | -14/+14 |
* | Bugfixorama | Elliot Lee | 2000-08-09 | 1 | -9/+11 |
* | Some hacks to stop screen blanking. | Elliot Lee | 2000-08-09 | 2 | -0/+42 |
* | Implement gdk_beep() (woohoo!) | Elliot Lee | 2000-08-09 | 2 | -5/+17 |
* | Fix compiler warnings | Elliot Lee | 2000-08-09 | 2 | -1/+3 |
* | Fix GDK_Left position in table. | Elliot Lee | 2000-08-09 | 1 | -1/+1 |
* | At init time, read data from the PS/2 mouse until there's nothing left to | Elliot Lee | 2000-08-08 | 1 | -3/+7 |
* | Handle GDK_INCLUDE_INFERIORS subwindow_mode. | Elliot Lee | 2000-08-07 | 4 | -1/+8 |
* | Store mouse coords as doubles not ints... | Elliot Lee | 2000-08-07 | 1 | -1/+1 |
* | Works. | Elliot Lee | 2000-08-07 | 1 | -20/+30 |
* | fidmour support, mouse genericization (the file is now quite misnamed, I'm | Elliot Lee | 2000-08-07 | 1 | -127/+311 |
* | Warning fixes. | Elliot Lee | 2000-08-07 | 9 | -5/+29 |
* | Implement gdkcc (visually broken, but can be fixed by someone with a clue | Elliot Lee | 2000-08-04 | 4 | -46/+1734 |
* | sync to ps2-less anode | Elliot Lee | 2000-08-03 | 1 | -5/+12 |
* | Fix the second bug, draw underlines. | Elliot Lee | 2000-08-03 | 1 | -15/+24 |
* | Bugfix. | Elliot Lee | 2000-08-03 | 1 | -2/+3 |
* | minor update | Alastair McKinstry | 2000-08-03 | 2 | -10/+16 |
* | Don't draw runs with a PANGO_ATTR_SHAPE set. | Elliot Lee | 2000-08-03 | 9 | -11/+52 |
* | Add missing file | Owen Taylor | 2000-08-03 | 1 | -0/+286 |
* | Applied patch from Peter Osterlund to simplify the code while keeping the | Owen Taylor | 2000-08-03 | 8 | -46/+55 |
* | Set serif font to something sane. | Elliot Lee | 2000-08-03 | 4 | -1/+934 |
* | Move is_viewable() test further inside the function, since removing the | Owen Taylor | 2000-08-02 | 8 | -4/+50 |
* | Check for <unistd.h>. | Tor Lillqvist | 2000-08-01 | 15 | -38/+94 |
* | Use g_message() and not g_warning() to display the message that this is a | Martin Baulig | 2000-08-01 | 8 | -1/+36 |
* | Some bug fixes - now tested to work. | Elliot Lee | 2000-08-01 | 2 | -2/+7 |
* | Add a 'w' in the right spot. | Elliot Lee | 2000-08-01 | 1 | -2/+1 |
* | Fix problem where computation was depending on widget->allocation instead | Owen Taylor | 2000-07-31 | 9 | -7/+73 |
* | Replace broken, (broken, Elliot, every single window blank on X) custom | Owen Taylor | 2000-07-31 | 9 | -7/+53 |
* | We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT() | Elliot Lee | 2000-07-31 | 18 | -40/+187 |
* | s/gtk_main_iteration/g_main_iteration/ | BST 2000 Tony Gale | 2000-07-31 | 9 | -2/+65 |