summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input byTor Lillqvist2004-10-012-180/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-10-01 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by default. * gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the --use-wintab option again (but without effect, as this is now the default, see above). (#153788) * modules/input/gtkimcontextime.c: Numerous changes. Remove the ifdef UNICODE conditionals. Always use the wide-character Imm* API. It is present also in Windows 98 and Me. (Not Windows 95, but I think we don't care about that.) Using the multibyte API wouldn't work anyway on systems where the system codepage doesn't support the language the user uses an IME for, so for instance I wouldn't be able to test this module on my English Windows 2000 although I do have C, J and K IMEs available. Guard against IMM not being active, always check ImmGetContext() returning NULL. Work to some extent even without any IME. Fixes #153800 at least partially. * modules/input/imime.c (ime_info): Rename to "ime" to match the naming pattern of other input modules. Make it default for ja:ko:zh only.
* Fix the spelling of Inuktitut in several places. (#154176, John Austin)Matthias Clasen2004-10-011-2/+2
| | | | | | | 2004-10-01 Matthias Clasen <mclasen@redhat.com> * modules/input/iminuktitut.c: Fix the spelling of Inuktitut in several places. (#154176, John Austin)
* added .cvsignore files to shut up CVSSven Neumann2004-09-244-0/+8
|
* Make the ms-windows theme engine build with mingw.Tor Lillqvist2004-08-308-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-30 Tor Lillqvist <tml@iki.fi> Make the ms-windows theme engine build with mingw. * configure.in: Expand also modules/engines/ms-windows/Theme/ Makefile and .../Theme/gtk-2.0/Makefile. * modules/engines/ms-windows/Makefile.am: Adapt for building inside the GTK sources. * modules/engines/ms-windows/*.c: Use "foo.h" style includes for GTK and GDK headers. Use correct path for gdkwin32.h header. * modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK API. * modules/engines/ms-windows/xp_theme_defs.h * modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_* to xp_theme.c, as they are neither in mingw's nor Platform SDK's tmschema.h. * modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as 0x0501 to get the necesssary stuff from mingw's uxtheme.h.
* Integrate the ms-windows theme engine (better known as Wimp) into theMatthias Clasen2004-08-302-1/+6
| | | | | | | | | | | | | | | | | | 2004-08-30 Matthias Clasen <mclasen@redhat.com> Integrate the ms-windows theme engine (better known as Wimp) into the autotools build. Wimp (http://gtk-wimp.sourceforge.net/) was written by Raymond Penners and Dom Lachowicz. The Wimp 0.6.2 sources have been added to the GTK+ source tree in modules/engines/ms-windows, and there is a ChangeLog detailing the history of Wimp. (#109615, Havoc Pennington) * configure.in: Generate modules/engines/Makefile and modules/engines/ms-windows/Makefile. * modules/Makefile.am (SUBDIRS): Add engines. * modules/engines/Makefile.am: Compile ms-windows for win32.
* Link with -limm32.Tor Lillqvist2004-08-302-4/+4
| | | | | | | | | 2004-08-30 Tor Lillqvist <tml@iki.fi> * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32. * modules/input/gtkimcontextime.c: Use quotes in #includes, to find headers when building inside GTK+ sources.
* Build imime.la on Windows.Matthias Clasen2004-08-265-1/+1294
| | | | | | | | | | | | | 2004-08-26 Matthias Clasen <mclasen@redhat.com> * modules/input/Makefile.am: Build imime.la on Windows. * modules/input/gtkimcontextime.h: * modules/input/gtkimcontextime.c: * modules/input/imime.c: * modules/input/imm-extra.h: Add the IME input method for Win32 written by Takuro Ashie and Kazuko IWAMOTO. The code was previously hosted at http://sourceforge.jp/projects/imime. (#135195)
* Scrollbar patchRaymond Penners2004-08-232-2/+24
|
* bump version numbercinamod2004-08-231-0/+4
|
* don't draw handle box grippies for GtkPanedcinamod2004-08-131-1/+2
|
* draw handle box tearoffs properly now in XP modecinamod2004-08-132-7/+6
|
* make things etched-incinamod2004-08-131-2/+2
|
* don't add tearoffs to GtkComboBoxescinamod2004-07-281-2/+3
|
* some menubar theming improvementscinamod2004-07-203-11/+10
|
* this makes inkscape look bettercinamod2004-07-201-2/+2
|
* change icon sizes, toolbar sizescinamod2004-07-091-2/+2
|
* 0.6.1Raymond Penners2004-07-011-1/+3
|
* Button icons configurable, 0.6.1Raymond Penners2004-07-013-6/+9
|
* fix buildcinamod2004-06-071-1/+1
|
* disable icons in buttonscinamod2004-06-072-33/+23
|
* fix inkscape's toolbar buttons, disable application theming if asked nicely, ↵cinamod2004-06-025-59/+51
| | | | downgrade gtk+ requirements
* remove unused cruftcinamod2004-05-221-153/+0
|
* remove unecessary commentscinamod2004-05-221-28/+19
|
* 0.6.0Raymond Penners2004-05-211-0/+2
|
* Patch 939583Raymond Penners2004-05-212-2/+17
|
* fix toolbar button hilite in Luna themecinamod2004-05-212-1/+15
|
* rename to libwimp.dllcinamod2004-05-214-6/+9
|
* win32 color changes work, xp style changes workcinamod2004-05-212-7/+34
|
* better icon sizescinamod2004-05-212-1/+5
|
* Fix the recent string_conversion_callback change to work on Solaris.Matthias Clasen2004-05-041-2/+2
| | | | | | | | 2004-05-04 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c: Fix the recent string_conversion_callback change to work on Solaris. (#141190, Padraig O'Briain)
* Patch to add support for string conversion callbacks toTheppitak Karoonboonyanan2004-04-242-8/+152
| | | | GtkIMContextXIM (#101814)
* Renamed GTK-Wimp to MS-Windows EngineRaymond Penners2004-03-2014-206/+212
|
* Fix ./-> typo. (Federic Crozat)Owen Taylor2004-03-182-1/+6
| | | | | | | Thu Mar 18 10:07:15 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix ./-> typo. (Federic Crozat)
* Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)Owen Taylor2004-03-172-1/+6
| | | | | | | Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
* Clear preedit string and emit preedit_changed as needed on AIX. (#130617,Owen Taylor2004-03-111-0/+7
| | | | | | | | Thu Mar 11 17:51:10 2004 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (preedit_done_callback): Clear preedit string and emit preedit_changed as needed on AIX. (#130617, Philip K Warren)
* 0.5.4Raymond Penners2004-03-111-359/+363
|
* bump version #cinamod2004-03-101-0/+4
|
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0611-0/+11
| | | | | | | | | | 2004-03-05 Federico Mena Quintero <federico@ximian.com> Fixes #136082 and #135265, patch by Morten Welinder. * configure.in: Use AC_SYS_LARGEFILE. * */*.c: #include <config.h>
* fix font encoding bugcinamod2004-02-252-1/+224
|
* Interrupted commit.Matthias Clasen2004-02-221-0/+2
|
* only reference input method modules we've actually built. Fixes re-buildMark McLoughlin2004-02-171-1/+1
| | | | | | | | 2004-02-17 Mark McLoughlin <mark@skynet.ie> * modules/input/Makefile.am: only reference input method modules we've actually built. Fixes re-build failure with stale hangul module lying aroung. Bug #134518.
* gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preeditOwen Taylor2004-01-291-2/+4
| | | | | | | | | | | | | | | | | | | Thu Jan 29 18:08:06 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktextlayout.c (line_display_iter_to_index) * gtk/gtktextlayout.c (line_display_index_to_iter): Only adjust the preedit position for lines that include the preedit string. (#132353, Yao Zhang). How the heck did this work as well as it did?!?! * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): Reverse change to change of XNFilterEvents event mask from #110493 -- it's documented and in the Xlib code an unsigned long. * modules/input/gtkimcontextxim.c (preedit_start_callback): Return -1 rather than void to indicate no length limit. (#129548)
* Remove broken hangul input module.Changwoo Ryu2004-01-273-2689/+0
| | | | | | * modules/input/imhangul-defs.h: * modules/input/imhangul.c: * modules/input/Makefile.am: Remove broken hangul input module.
* remove UXTHEME_HAS_LINES, fix menu colorationcinamod2004-01-204-66/+20
|
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
| | | | | | | | | | | | | | | | | | | | Fri Jan 16 23:59:01 2004 Matthias Clasen <maclas@gmx.de> The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and po/ChangeLog): * gtk/gtkintl.h: * gdk-pixbuf/gdk-pixbuf-i18n.h: * gdk/gdkintl.h: Define P_() for property blurbs and nicks. * gdk/gdkdisplaymanager.c: * gdk-pixbuf/gdk-pixbuf.c: * modules/input/gtkimcontextxim.c: * gtk/*.c: Mark property blurbs and nicks with P_(). * po/Makefile.in.in: Add --keyword=P_ to the xgettext invocation, since property blurbs and nicks are now marked with P_().
* toward bug 853775cinamod2003-12-305-17/+47
|
* fix bug 852354cinamod2003-12-302-1/+19
|
* fix expander's +/- part colorationcinamod2003-12-012-3/+8
|
* fix coloration in several gimp widgetscinamod2003-11-262-20/+15
|
* fix menu bar bgscinamod2003-11-242-108/+127
|