| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed icon rules so gtkbuiltincache.h is only rebuilt if needed. | Michael Natterer | 2005-11-12 | 1 | -0/+5 |
* | Bug #313627. Make win32 theme's handling of toolbars, handleboxes, and | Dom Lachowicz | 2005-11-12 | 1 | -0/+7 |
* | Make builtin icons work in gtk_window_set_icon_name() (#321046, Maxim | Matthias Clasen | 2005-11-12 | 1 | -0/+13 |
* | Don't hide dotfiles, no such convention on Win32. Just hide files with the | Tor Lillqvist | 2005-11-12 | 1 | -0/+6 |
* | Do not check whether the path is a folder. It is useful to bookmark files | Federico Mena Quintero | 2005-11-11 | 1 | -0/+10 |
* | Use g_log_set_default_handler() instead of explicitly setting a handler | Federico Mena Quintero | 2005-11-11 | 1 | -0/+4 |
* | Only get the base path of the volume if it is mounted. | Federico Mena Quintero | 2005-11-11 | 1 | -0/+5 |
* | Added per-stepper API for GtkRange's stepper sensitivity as discussed in | Michael Natterer | 2005-11-11 | 1 | -0/+14 |
* | Add show-popup and hide-popup signals and emit them when the popup is | Matthias Clasen | 2005-11-10 | 1 | -0/+7 |
* | Another erroneous semicolon. | Matthias Clasen | 2005-11-10 | 1 | -0/+3 |
* | Remove an erroneous semicolon. | Matthias Clasen | 2005-11-10 | 1 | -0/+3 |
* | Don't corrupt odd keymaps (#316638, Kean Johnston) | Matthias Clasen | 2005-11-10 | 1 | -0/+8 |
* | Improve navigation to parent folders. (#318444, Andrei Yurkevich) | Matthias Clasen | 2005-11-10 | 1 | -0/+9 |
* | Fix some compiler warnings. (#321141, Kjartan Maraas) | Matthias Clasen | 2005-11-10 | 1 | -0/+3 |
* | Implement a getter for headers-clickable. (#163851, Richard Hult) | Matthias Clasen | 2005-11-10 | 1 | -0/+7 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -0/+46 |
* | Added Tatar translation by Albert Fazlí | Simos Xenitellis | 2005-11-10 | 1 | -0/+4 |
* | patch from maemo-gtk that changes GtkRange to render its arrows | Tim Janik | 2005-11-09 | 1 | -0/+7 |
* | gdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the GdkDebugFlag enum. | Tor Lillqvist | 2005-11-09 | 1 | -0/+10 |
* | Remove unnecessary includes. | Tor Lillqvist | 2005-11-09 | 1 | -0/+44 |
* | gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32) Store the type | Tor Lillqvist | 2005-11-09 | 1 | -0/+8 |
* | Remove code that has been permanently ifdeffed out for two years. | Tor Lillqvist | 2005-11-08 | 1 | -0/+5 |
* | Unref tile and stipple when finalizing a gc. (#320789, Nickolay V. | Matthias Clasen | 2005-11-08 | 1 | -0/+3 |
* | Ignore icons if they would make the request large enough to cause Xlib to | Matthias Clasen | 2005-11-08 | 1 | -0/+6 |
* | gdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_type_hint() (patch | Michael Natterer | 2005-11-08 | 1 | -0/+7 |
* | Don't looks the bookmark label when reordering. (#320720, Jeremy Cook) | Matthias Clasen | 2005-11-07 | 1 | -0/+3 |
* | Set focus-on-click to FALSE for all buttons. Don't grab focus when a | Matthias Clasen | 2005-11-07 | 1 | -0/+5 |
* | Don't popup the completions if the focus has already been moved somewhere | Matthias Clasen | 2005-11-07 | 1 | -0/+4 |
* | Raise the drag_window after reconfiguring the toolbar. (#320803, Christian | Matthias Clasen | 2005-11-07 | 1 | -0/+4 |
* | Add a focus-on-click property with setter and getter. (#318945, Christian | Matthias Clasen | 2005-11-07 | 1 | -0/+7 |
* | fixed missing $X_CFLAGS setup in case x11.pc is present. | Tim Janik | 2005-11-07 | 1 | -0/+4 |
* | Adjust to the stock icon changes. | Matthias Clasen | 2005-11-07 | 1 | -0/+4 |
* | Correct the calculation of maskstride. (#320152, Peter Zelezny) | Tor Lillqvist | 2005-11-07 | 1 | -0/+5 |
* | fixed rule to actually create the symlinks, erroring out if anything goes | Michael Natterer | 2005-11-06 | 1 | -0/+5 |
* | Can't rename a file if the target exists on Win32. First rename the target | Tor Lillqvist | 2005-11-06 | 1 | -0/+9 |
* | (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, like | Tor Lillqvist | 2005-11-06 | 1 | -0/+18 |
* | Store builtin stock icons in an icon cache, instead of populating a hash | Matthias Clasen | 2005-11-04 | 1 | -0/+33 |
* | applied patch from maemo-gtk that changes the mtime check for rc files | Michael Natterer | 2005-11-04 | 1 | -0/+7 |
* | Plug memory leak on Win32. | Tor Lillqvist | 2005-11-04 | 1 | -0/+5 |
* | Typo. | Tor Lillqvist | 2005-11-03 | 1 | -4/+4 |
* | Formatting fix. | Tor Lillqvist | 2005-11-03 | 1 | -2/+2 |
* | As there is only one GdkDisplay in the Win32 backend, check that | Tor Lillqvist | 2005-11-03 | 1 | -9/+14 |
* | Rename the variables for the color bitmap to have "color" in their name, | Tor Lillqvist | 2005-11-03 | 1 | -0/+11 |
* | Include gtkstatusicon.c on all platforms. | Tor Lillqvist | 2005-11-03 | 1 | -0/+19 |
* | Position the dialog with GTK_WIN_POS_CENTER. (do_quit): New function, hide | Tor Lillqvist | 2005-11-03 | 1 | -0/+8 |
* | gdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32.c Whitespace | Tor Lillqvist | 2005-11-02 | 1 | -0/+13 |
* | Remove some g_return_if_fail() from static functions, replace some others | Matthias Clasen | 2005-11-02 | 1 | -0/+9 |
* | Replace manual offset calculations by g_utf8_offset_to_pointer(). | Matthias Clasen | 2005-11-02 | 1 | -0/+7 |
* | get rid of GAllocator usage, allocate and free nodes via the g_slice_*() | Tim Janik | 2005-11-01 | 1 | -0/+6 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more | Tor Lillqvist | 2005-11-01 | 1 | -0/+27 |