summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemwin32.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from trunk: Fix #375893, patch by Ben Hague:Tor Lillqvist2007-11-271-6/+52
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-3/+3
* Remove C99isms. (#416525, Kazuki Iwamoto)Matthias Clasen2007-03-091-3/+2
* Add Novell and tbf as copyright holdersTor Lillqvist2007-03-071-0/+2
* Use Windows shell icons. Icons are stored in the current theme with theMathias Hasselmann2007-03-071-356/+191
* Call setlocale().Matthias Clasen2007-01-021-1/+1
* Fix typo. (#390035, Kazuki Iwamoto)Tor Lillqvist2006-12-271-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-22/+9
* Same change as to gtkfilesystemunix.c.Tor Lillqvist2006-10-011-5/+12
* No GDK_WINDOW_DISPLAY in the Win32 backend.Tor Lillqvist2006-09-021-19/+60
* Revert accidental translatable string change, use same string for warningTor Lillqvist2006-08-231-2/+6
* Fix logic at the end of strings.Tor Lillqvist2006-08-231-2/+95
* Remove dead code. Reduce spurious differences between this file andTor Lillqvist2006-08-231-170/+187
* Make it compile again. Doesn't work properly yet, though. There is lots ofTor Lillqvist2006-05-211-635/+1676
* Don't hide dotfiles, no such convention on Win32. Just hide files with theTor Lillqvist2005-11-121-3/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-2/+2
* Remove some ifdeffed out debugging printouts.Tor Lillqvist2005-08-261-31/+34
* Implement getting the MIME type of a file. Look it up in the Registry. BugTor Lillqvist2005-07-141-16/+30
* Add comment about the current named cursor implementation, and what itTor Lillqvist2005-07-051-76/+3
* Get volume name also on Win9x. (#301798, Daniel Atallah)Tor Lillqvist2005-04-251-17/+44
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Make volume name display formats translatable.Tor Lillqvist2005-01-231-2/+2
* Don't call GetVolumeInformation() for network drives. They might beTor Lillqvist2005-01-231-1/+4
* Add -lole32, needed for CoTaskMemFree in get_special_folder() below.Tor Lillqvist2005-01-021-264/+471
* Fix a braino.Tor Lillqvist2004-12-121-3/+1
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-70/+62
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-301-0/+19
* Fix typo. The gtk.immodules file had never been included in myTor Lillqvist2004-08-151-23/+29
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,Tor Lillqvist2004-08-141-1/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-061-5/+9
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-32/+71
* Fix the file chooser on Windows. I can't make it misbehave or crash anyTor Lillqvist2004-04-221-26/+81
* Bare drive designators (eg., "c:") are no longer considered as rootJ. Ali Harlow2004-03-241-2/+1
* Invert test for error in mkdir. Fixes #137945J. Ali Harlow2004-03-241-3/+3
* Fixed #138004 using Federico's code from #132327.J. Ali Harlow2004-03-241-2/+49
* Test that path is actually a directory and throw error if not. Fixed bugJ. Ali Harlow2004-03-241-0/+28
* Ignore empty volume labels; assume that GetVolumeInformation would fail ifJ. Ali Harlow2004-03-221-52/+40
* Include the backslash. Otherwise gtk_file_system_win32_path_to_uri()Tor Lillqvist2004-03-211-1/+1
* applied the undisputable and required [due to recent gtkfilesystemHans Breuer2004-03-201-8/+38
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* applied patch from J. Ali Harlow <ali@juiblex.co.uk>, fixes bug #135641Hans Breuer2004-02-281-5/+6
* adapt to add -> insert_bookmark change. Also merged some crossplatformHans Breuer2004-02-281-21/+41
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...Hans Breuer2004-01-281-60/+17
* use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND workHans Breuer2004-01-041-36/+164
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-3/+184
* s/Unix/Win32/g.Matthias Clasen2003-12-081-223/+216
* updated added all the new testsHans Breuer2003-11-151-0/+1015