| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -0/+16 |
* | Make right-clicks not pop up the menu. | Soeren Sandmann | 2005-03-19 | 1 | -0/+5 |
* | Call cairo_surface_finish() | Owen Taylor | 2005-03-18 | 1 | -0/+8 |
* | On WM_MOUSEMOVE, don't check if this process owns the active window. This | Tor Lillqvist | 2005-03-18 | 1 | -0/+10 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 1 | -0/+24 |
* | Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stipple | Owen Taylor | 2005-03-17 | 1 | -0/+5 |
* | Fix formatting in example in the docs. (#170611, Jianfei Wang) | Matthias Clasen | 2005-03-17 | 1 | -0/+3 |
* | Clamp adjustment values on resize. (#170567, Tomislav Jonjic) | Matthias Clasen | 2005-03-17 | 1 | -0/+3 |
* | Don't crash if there is no cache. (#170652, Diego Gonzalez) | Matthias Clasen | 2005-03-17 | 1 | -0/+3 |
* | Make inline completion insert the prefix at the right spot. (#170146, Doug | Matthias Clasen | 2005-03-17 | 1 | -0/+6 |
* | gdk_key is a typedef, not a struct tag. | Tor Lillqvist | 2005-03-17 | 1 | -0/+4 |
* | Typo fix in the docs. | Matthias Clasen | 2005-03-17 | 1 | -0/+19 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -0/+51 |
* | Also demonstrate GtkCellRenderer::editing-started and separators. | Matthias Clasen | 2005-03-16 | 1 | -0/+5 |
* | #include gdkaliasdef.c here too. | Manish Singh | 2005-03-16 | 1 | -0/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -0/+15 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -0/+17 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -0/+17 |
* | Add an example for manually setting up a group of actions. | Matthias Clasen | 2005-03-15 | 1 | -0/+3 |
* | Document that inline completion requires text-column to be set. | Matthias Clasen | 2005-03-15 | 1 | -0/+12 |
* | Update spec. | Anders Carlsson | 2005-03-15 | 1 | -0/+23 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 1 | -0/+15 |
* | A further fix for big window support. Now also the test in testgtk works. | Ivan, Wong Yat Cheung | 2005-03-12 | 1 | -0/+5 |
* | Don't crash on style changes. (#169334, Yury Puzis) | Matthias Clasen | 2005-03-12 | 1 | -0/+3 |
* | Fix the doc comments. (#169967, Masao Mutoh) | Matthias Clasen | 2005-03-12 | 1 | -0/+5 |
* | Big window fix for Win32. Big windows are still emulated within 16-bit | Ivan, Wong Yat Cheung | 2005-03-11 | 1 | -0/+13 |
* | Fix a doc typo. (#169873, Johan Dahlin) | Matthias Clasen | 2005-03-11 | 1 | -0/+3 |
* | Don't try to focus the default_widget if there is none. (#169881, Thomas | Matthias Clasen | 2005-03-11 | 1 | -0/+6 |
* | Remove inadvertent gail references, require Pango 1.9.0 | Manish Singh | 2005-03-10 | 1 | -0/+5 |
* | Bump GLib requirement | Matthias Clasen | 2005-03-09 | 1 | -0/+4 |
* | Typo fixes. (#169728, Morten Welinder, Owen Taylor) | Matthias Clasen | 2005-03-09 | 1 | -0/+3 |
* | Fix a typo in the docs. (#169729, Morten Welinder) | Matthias Clasen | 2005-03-09 | 1 | -0/+3 |
* | Fix a typo. | Matthias Clasen | 2005-03-09 | 1 | -0/+2 |
* | Queue a resize when the model is unset. (#169528, Tomislav Jonjic) | Matthias Clasen | 2005-03-09 | 1 | -0/+5 |
* | More of the same. | Matthias Clasen | 2005-03-09 | 1 | -1/+56 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -0/+24 |
* | Use GtkCellRendererCombo (#169607, Mark McLoughlin) | Matthias Clasen | 2005-03-08 | 1 | -0/+3 |
* | Add the new attributes to the .symbols files. | Matthias Clasen | 2005-03-08 | 1 | -0/+2 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -0/+14 |
* | Convert the gdk keyval-keyname tables to a big string + offsets. (#168901) | Matthias Clasen | 2005-03-08 | 1 | -0/+16 |
* | Document which parameters may be NULL. (#166855, Frank Naumann) | Matthias Clasen | 2005-03-07 | 1 | -0/+9 |
* | URL escape the '+' in gtk+ in the bugzilla URL. | Manish Singh | 2005-03-04 | 1 | -0/+4 |
* | Don't leak the values here. (#169047, Philip Langdale) | Matthias Clasen | 2005-03-03 | 1 | -0/+4 |
* | Don't warn if a stock icon cannot be found. (#168830, Sven Neumann) | Matthias Clasen | 2005-03-03 | 1 | -0/+6 |
* | Avoid warnings if gtk_widget_reparent() is called at unusual times. | Matthias Clasen | 2005-03-03 | 1 | -0/+6 |
* | Cast to avoid const warnings on data structure seeding. | Manish Singh | 2005-03-01 | 1 | -0/+5 |
* | revert previous change, maintain ABI. | Manish Singh | 2005-03-01 | 1 | -0/+4 |
* | Fix prelighting. (#157392, Vincent Noel, patch by Christian Persch) | Matthias Clasen | 2005-03-01 | 1 | -0/+4 |
* | Make icon data caching work again. (#168851, Alexander Larsson) | Matthias Clasen | 2005-03-01 | 1 | -0/+3 |
* | Revert the previous change, since it breaks bin compat. | Matthias Clasen | 2005-03-01 | 1 | -0/+7 |