1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
1999-10-28 Stephan Helma <s.p.helma@gmx.net>
* uwm/init.c (ReadConfigFile): added XpmReturnAllocPixels flag to
XpmAttributes so that uwm won't segfault any longer trying to free
not returned colors.
* configure, configure.in: fixes a typing error
1999-09-06 Christian Ruppert <arc@ude.org>
* README: updated for release 0.2.6
* INSTALL.UDE: some additional info about installation of ude/uwm.
* po/de.po: german language support added
* Makefile.in: german language support added
* configure.in: prepared for release 0.2.6
* AUTHORS: updated for release 0.2.6
* NEWS: updated for release 0.2.6
1999-09-01 Christian Ruppert <arc@ude.org>
* uwm/init.h (struct): added InitS.WarpPointerToNewWin.
* uwm/init.c (InitDefaults): added initialisation for
InitS.WarpPointerToNewWin.
* uwm/init.c (ReadConfigFile): added initialisation for
InitS.WarpPointerToNewWin.
* uwm/windows.c (MapWin): added pointer warping option.
* config/uwmrc: added entry for pointer warping option
(WarpPointerToNewWin)
* uwm/init.c (InitUWM): initialisation for MOTIF_WM_HINTS
* uwm/uwm.c (global): added Atom MOTIF_WM_HINTS
* uwm/windows.h: removed DrawWinBorder predefinition
* uwm/handlers.c (HandlePropertyChange): added Handling for changing
MwmHints.
* uwm/uwm.h (struct): added UltimateContext.MotifWMHints.
* uwm/MwmUtil.h: added file for MOTIF hints predefinitions.
* uwm/uwm.h: added argument StopScript to CleanUp prototype decl.
* uwm/uwm.c (CleanUp): added choice for StopScript to be execd.
* uwm/uwmmenu.c (RestartProc1-3): assimilated to CleanUp changes.
1999-08-31 Christian Ruppert <arc@ude.org>
* uwm/uwm.h (struct): added Window TheScreen.inputwin.
* uwm/placement.c (ManualPlacement): placement by hitting return
enabled.
* uwm/init.c (InitUWM): added initialisation for TheScreen.inputwin.
1999-08-25 Christian Ruppert <arc@ude.org>
Modified Files:
uwm/init.c uwm/uwm.h uwm/init.h uwm/widgets.c uwm/workspaces.c
uwm/properties.c uwm/handlers.c uwm/windows.c uwm/winmenu.c
uwm/winmenumenu.c uwm/menu.c uwm/special.c uwm/special.h
uwm/uwmmenu.c lib/desktop.h uwm/workspaces.h
massive changes: moved several entries from TheScreen to TheScreen.desktop.
=> uwm now broadcasts information for udelib programs (e.g. color info etc.)
more changes will follow on this (minor ones!)
1999-08-20 Jaime Alberto Silva Colorado <mono@andromeda.utp.edu.co>
* uwm/Makefile.am (INCLUDES): added definition of the UDE_DIR macro
it is replaced for the contents of pkgdatadir.
* uwm/init.c (InitUWM): TheScreen.udedir now is the macro UDE_DIR
instead of the current directory if the UDEdir environment variable
is not defined.
1999-08-17 Christian A. Ruppert <arc@ude.org>
* uwm/widgets.c (DrawFrameBevel): added support for drawing bevels
around shape window frames.
* uwm/windows.c (ShapeFrame): cleaned up the code a bit.
1999-08-08 Jaime Alberto Silva Colorado <mono@andromeda.utp.edu.co>
* uwm/uwmmenu.c (CreateUWMMenu):changed calls to Texts for gettext
marked strings.
* uwm/init.c (SetLanguage): The function becomes obsolete so it
was removed.
(ReadConfigFile): the variable 'a' is now an enum whit the same
names of the keywords so the add and remove of keywords is easy.
(InitUWM): Romoved Texts initialization, this member does not
exists anymore.
* uwm/init.c (CreateAppsMenu): changed calls to Texts for gettext
marked strings.
* uwm/winmenumenu.c (WinMenuMenu): changed calls to Texts for gettext
marked strings.
* uwm/windows.c (DeiconifyMenu): changed calls to Texts for gettext
marked strings.
1999-07-30 Jaime Alberto Silva Colorado <mono@andromeda.utp.edu.co>
* src/workspaces.c (SetWSBackground): When the root window's pixmap
is changed the server is grabbed to avoid memory leaks and some
properties are changed to let the applications know that the pixmap
has been changed. see the FIXME note!
* src/uwm.h (struct): added new SetBackground entry, this array
will determine if the background color must be changed.
* src/init.c (AllocWSS): added support for new SetBackground
structure member.
(AllocWSS): changed multiple "for" statements with the same limits
for one "for" only.
(InitDefaults): TheScreen.SetBackground is set to 0 (FALSE) so the
default bahaviour is to not touch the background when the WS is
changed.
(ReadConfigFile): if the ScreenColor key word is founded
then TheScreen.SetBackground[TheScreen.ActiveWorkSpace] is set to 1
in order to let SetWSBackground know that the background color must
be changed.
* src/workspaces.c (SetWSBackground): The background color is
changed only if 'TheScreen.SetBackground [TheScreen.ActiveWorkSpace]'
is not zero (0).
|