Jay Painter
4d6f11a6ce
Added undef's for wchar tests. -Jay
1997-12-06 21:32:43 +00:00
Arturo Espinosa
a51d944e25
Add support for pixmap cursors -mig
1997-12-06 20:53:46 +00:00
Michael Johnson
a7f427d7d9
No need to DUMP CORE if the display can't be opened...
...
Might as well just warn folks about the problem and quit with an error.
-mkj
1997-12-05 23:14:41 +00:00
Owen Taylor
59af5a46f0
Removed some unused variables
...
-owt
1997-12-05 04:33:00 +00:00
Owen Taylor
a8cd23de73
Don't redefine _GNU_SOURCE if already defined.
...
-owt
1997-12-05 04:29:22 +00:00
Owen Taylor
bb1aa22b63
Changes to make drawing work correctly (no black text on black background).
...
Also, removed calls to gtk_widget_set_events (that produced warnings)
-owt
1997-12-05 04:27:44 +00:00
Owen Taylor
28de9c69b3
Ignore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_font
...
is completely useless now...)
-owt
1997-12-05 04:25:52 +00:00
Jay Painter
ef3f373172
Fixed recent bug in gtkstyle.c. -Jay
1997-12-04 08:00:59 +00:00
Owen Taylor
4b4c6aff91
Various configuration and portability related changes. See ChangeLog
...
for details.
-owt
1997-12-03 21:43:44 +00:00
Jay Painter
c3ac6c80a6
Fixed a optionmenu bug where if you set a new menu on a optionmenu, the
...
selected widget would not get positioned correctly inside of the optionmenu.
-Jay
1997-12-03 16:38:54 +00:00
Owen Taylor
6653fcf391
Include <unistd.h> to get SEEK_END on SunOS.
...
-owt
1997-12-02 22:34:44 +00:00
Owen Taylor
1ce708c570
define _GNU_SOURCE before include fnmatch.h, so that all
...
appropriate constants are defined.
-owt
1997-12-02 22:27:33 +00:00
Owen Taylor
8fc5d3586a
- Added a g_memmove function for SunOS compatability.
...
- Disabled unused gldouble definitions which were a portability problem
- owt
1997-12-02 21:03:14 +00:00
Owen Taylor
a95ad0a897
Added missing /* */'s
...
-owt
1997-12-02 19:41:19 +00:00
Jay Painter
1e4243e40b
same as before -Jay
1997-12-02 03:43:24 +00:00
Michael Johnson
60ec6d4638
ChangeLog entry about gtkentry visibility I forgot to make on the 17th. :-(
...
-mkj
1997-12-01 19:01:07 +00:00
Elliot Lee
b50a9f760b
Misc fixes for color changing stuff
1997-11-28 06:47:01 +00:00
Elliot Lee
ebdcd27f15
Fixed a bug in gdk_property_get, I think, and made error messages sane
1997-11-28 03:10:25 +00:00
Gnome CVS User
8d073b0232
new gtk_main_level(). fixes to gtk_window_show() to prevent -1x-1 size on
...
window creation. some indentation fixes.
this basically brings my tree back in sync with the repository again...
1997-11-28 01:22:38 +00:00
Gnome CVS User
64fd713042
Automake update to automake 1.2d. I also moved the GTK_SELECTIO_...
...
enums to gtkenums.h. -Jay
1997-11-27 19:21:42 +00:00
Gnome CVS User
fbc9ee9fba
Patches to support internationalized input by:
...
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp>
TANAKA Shinya <shinya@race.u-tokyo.ac.jp>
See ChangeLog entries for further details.
[ missed one ]
1997-11-27 05:17:24 +00:00
Elliot Lee
519a4bc24e
cleanups for color changing stuff
1997-11-27 05:07:48 +00:00
Elliot Lee
b04290fe58
mo ignores
1997-11-27 05:02:25 +00:00
Elliot Lee
15f51f0eb6
ignore generated info files
1997-11-27 05:00:47 +00:00
Elliot Lee
763c529be0
Changed ignore thing.
1997-11-27 04:52:29 +00:00
Gnome CVS User
dd34bcca5e
Patches to support internationalized input by:
...
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp>
TANAKA Shinya <shinya@race.u-tokyo.ac.jp>
See ChangeLog entries for further details.
Also some small fixes to event handling in gdk/gdk.c; sending
clear events in gtk/gtkselection.c and cut-and-paste in
gtk/gtkentry.c
1997-11-27 04:16:39 +00:00
Gnome CVS User
e522ad46ba
gtk/gtkaspectframe.c:
...
Some minor improvements to rounding in aspectframes.
Make sure that child allocation is always >= 0
Always trigger size allocation with gtk_widget_queue_resize
to prevent calling size_allocate before allocation done.
gtk/gtkframe.c:
Changed tests for drawability to GTK_WIDGET_DRAWABLE
Always trigger size allocation with gtk_widget_queue_resize
to prevent calling size_allocate before allocation done.
1997-11-26 02:36:43 +00:00
Gnome CVS User
aedb8717f1
Moved list concatenation code from gtkmain.c into its proper
...
place in glib/glist.c, added corresponding g_slist_concat.
1997-11-26 01:52:50 +00:00
Gnome CVS User
33b9431580
Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
...
gtk-dairiki-971117-2.patch
gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): When
computing new dimensions of the subwidget, round to nearest
integer rather than truncating.
Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
gtk-dairiki-971117-1.patch
* gtk/gtkvruler.c (gtk_vruler_draw_ticks):
* gtk/gtkhruler.c (gtk_hruler_draw_ticks): Ensure that subticks
always are drawn when they should be (sometimes they were getting
drawn with zero length --- invisible). Also clear rectangle
behind text labels to ensure they don't touch or overlap ticks.
Mon Nov 24 1997 Jay Painter <jpaint@serv.net>
* gtk/gtkaspectframe.c (gtk_aspect_frame_set):
gtk-dairiki-971117-0.patch
Clear window when aspect ratio or alignment is changed.
1997-11-25 07:15:41 +00:00
Gnome CVS User
c82e82dafc
gtk-dairiki-971117-0.patch
...
Clear window when aspect ratio or alignment is changed. -Jay
1997-11-25 06:49:03 +00:00
Gnome CVS User
ba1d51293c
Fixed GTK_OBJECT_NSIGNALS macro in gtk/gtkobject.h -Jay
1997-11-25 06:36:40 +00:00
Gnome CVS User
63bf68c991
adding autoconf-generated files. -Jay
1997-11-25 06:18:43 +00:00
Gnome CVS User
c320a8d858
Adding autoconf generated files. -Jay
1997-11-25 06:17:49 +00:00
Elliot Lee
d816325f02
gtk+
1997-11-24 22:37:52 +00:00
Elliot Lee
9508b76bd2
Initial revision
1997-11-24 22:37:52 +00:00