Commit Log (Page 104 of 255)

back to main page

Pages: << Previous 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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>

Summary Period: 2002-02-15 to 2002-02-13 (Commits 7545-7594 of 12744)

jorrit 2002-02-15 08:58

Completely reformatted the AWS source code using the GC utility.
Now the source of AWS finally conforms to CS coding style rules.

13239 lines of code changed in:

jorrit 2002-02-15 08:43

Reverted 'res' change to enginep.mak since it breaks loading
of the engine plugin on MingW at least.

17 lines of code changed in:

jorrit 2002-02-15 08:39

Some code cleanup.

73 lines of code changed in:

jorrit 2002-02-15 08:35

Fixed a compile error in aws. You cannot say 'virtual Func ()'.
You have to specify a return type or 'void'.

4 lines of code changed in:

jorrit 2002-02-15 08:20

Update.

5 lines of code changed in:

jorrit 2002-02-15 08:17

Reverted 'res' change to win32gcc.mak since it breaks compile of
ddraw plugin. The problem is that the -lddraw library link command
is added after the command so it is added after the 'rm'. This is
obviously wrong.

1 lines of code changed in:

neverjade 2002-02-15 00:46

Slight re-adjustment of space for scrollbar so it doesn't overlap.

3 lines of code changed in:

neverjade 2002-02-15 00:43

Added in listbox to the layout to test it too.

32 lines of code changed in:

neverjade 2002-02-15 00:42

Updated.

3 lines of code changed in:

neverjade 2002-02-15 00:42

Fixed additional bugs related to ScrollBar and ListBox because of layouts.

53 lines of code changed in:

neverjade 2002-02-15 00:11

Fix the zoom bug for windows and layouts. Only need to adjust by inset, since layouts automatically assume zero space.

11 lines of code changed in:

res2002 2002-02-14 23:57

flares now fade away (like halos)

7 lines of code changed in:

neverjade 2002-02-14 23:45

An updated definition file that uses layout.

43 lines of code changed in:

neverjade 2002-02-14 23:45

The updated test app that uses layouts.

2 lines of code changed in:

neverjade 2002-02-14 23:45

More updates.

16 lines of code changed in:

neverjade 2002-02-14 23:44

Finally fixed all of the layout bugs. The strange refresh problem still exists, trying to discover what that issue is all about.

72 lines of code changed in:

norman 2002-02-14 23:29

- pretty indenting
- top level widget is no longer handled in /UI but in a widget matching template

17 lines of code changed in:

norman 2002-02-14 22:52

added inclusion of unistd.h - somehow recent changes broke compilation of socket plugin

1 lines of code changed in:

res2002 2002-02-14 21:20

added ugly workaround to mingw dllwrap bug (functions with _declspec(dllexport) are not auto-exported from libraries)

20 lines of code changed in:

neverjade 2002-02-14 20:57

Fixed yet another dumb bug related to layouts. They weren't getting the right settings node, so they weren't finding any settings!

12 lines of code changed in:

neverjade 2002-02-14 20:23

Fixed the GridBag bug. Assigning ymax to xmax is not good. :-)

19 lines of code changed in:

neverjade 2002-02-14 19:28

More layout work.

1. Fixed some ugly bugs in awsGridBagLayout.
2. Added constants in for GridBagConstraints (gbcCenter, gbcWeightX, etc.)
3. Enabled layouts in the window manager.
4. Modified windows to resize using the layout if its there, otherwise revert to old behavior.

There are still some odd problems with layout-enabled windows. I'm not entirely sure why, but they seem to have some bizarre redraw problems that cause blinking during refresh. I don't think that this is related to recalculating the layout, because layouts are only refreshed during a resize and when a window is created.

GridBagLayout has a bug which may be related to that, but I'm unsure. As it is, layouts work, although GridBagLayout is the only one that exists and it doesn't behave quite right.

188 lines of code changed in:

jorrit 2002-02-14 13:22

Another fix.

3 lines of code changed in:

jorrit 2002-02-14 13:19

Fix.

1 lines of code changed in:

jorrit 2002-02-14 13:18

Fix

2 lines of code changed in:

jorrit 2002-02-14 13:15

Forgot to add.

13 lines of code changed in:

jorrit 2002-02-14 13:14

Update.

0 lines of code changed in:

jorrit 2002-02-14 13:13

New ascii art screenshots.

9 lines of code changed in:

jorrit 2002-02-14 11:26

New ascii art screenshot.

14 lines of code changed in:

jorrit 2002-02-14 11:17

Added new unicode todo item.

2 lines of code changed in:

jorrit 2002-02-14 10:46

Fix.

5 lines of code changed in:

jorrit 2002-02-14 10:41

Mention of linuxfund grant in donate page.

5 lines of code changed in:

jorrit 2002-02-14 10:14

Fixed another bug in AWS. The 'layout' field in iAwsComponent
was not initialized which means it might crash depending
on 'luck'.

4 lines of code changed in:

jorrit 2002-02-14 10:02

YANP (Yet another new project).

14 lines of code changed in:

sunshine 2002-02-14 09:44

Eric Sunshine removed the outdated and broken classic Macintosh port, as
well as the incomplete and unsupported PS2 port.

0 lines of code changed in:

sunshine 2002-02-14 09:36

Eric Sunshine removed the outdated and broken classic Macintosh port, as
well as the incomplete and unsupported PS2 port.

26 lines of code changed in:

jorrit 2002-02-14 09:11

Added vitality rating for projects.

49 lines of code changed in:

jorrit 2002-02-14 08:47

Fixed new gridbag constraints in AWS so that it is an enum
(static const int is not legal in C++) and also renamed
the constants so that they start with GBS_... Several of the
constants were defined in windows include files (i.e. RELATIVE
in wingdi.h).

55 lines of code changed in:

jorrit 2002-02-14 08:16

YANP (Yet Another New Project)

12 lines of code changed in:

mreda 2002-02-14 04:57

A constant is declared/defined as "RELATIVE_" but used as "RELATIVE" - changed
to declare/define "RELATIVE" so code compiles

3 lines of code changed in:

neverjade 2002-02-14 01:30

Update.

10 lines of code changed in:

neverjade 2002-02-14 01:30

More layout work.

139 lines of code changed in:

neverjade 2002-02-14 00:07

Christopher added:

1. The awsGridBagLayout class which supports the Java AWT/Swing GridBaglayout exactly as the definition lists.
2. The beginnings of an awsBorderLayout.
3. The base class for all layouts.

1289 lines of code changed in:

norman 2002-02-13 22:50

- now also for QWidget some code is generated
- added the missing translation from QLineEdit to Text Box
- if caption is empty then the whole caption entry is omitted

9 lines of code changed in:

norman 2002-02-13 21:27

added recognition of QSlider which maps to awsScrollbar

31 lines of code changed in:

norman 2002-02-13 21:21

- for scrollbars Min, Max, Value and PageSize are now recognized in the .def file
- for scrollbars changed name "Style" to "Orientation" and valid values from fsHorizontal to sboHorizontal and fsVertical to sboVertical

25 lines of code changed in:

philwyett 2002-02-13 21:12

Fixed unknown M_PI and unitialized angle

2 lines of code changed in:

matzebraun 2002-02-13 20:21

*** empty log message ***

0 lines of code changed in:

matzebraun 2002-02-13 20:21

-Changed map2cs to support angle in info_player_start
-removed hugeroom from walktest and cleaned other small stuff
-changed walktest to load camera position AND direction
-fixed the walking through space warping portal bug by eleminating the angle
vector

78 lines of code changed in:

neverjade 2002-02-13 20:16

Update to resolve empty string issue, while keeping memory consumption minimal. If a user attempts to set a caption to an empty string, the SetProperty method detects it and instead sets the caption to a NULL string. It does not keep track of the empty string, which will most likely go away as soon as the user DecRef's it.

5 lines of code changed in:

Pages: << Previous 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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>


Generated by StatCvs v0.2-dev