45 Commits

Author SHA1 Message Date
Mark de Wever
985e40ba52 Remove a variable which is only assigned.
Issue found by cppcheck.
2012-01-30 18:35:33 +00:00
Ignacio R. Morelle
6ca69b2df5 New year copyright update 2012-01-07 02:35:17 +00:00
Mark de Wever
921aa060d0 Remove a default argument.
The default was never used and it fixes compilation problems with SDL
1.3.
2011-02-27 15:36:56 +00:00
Mark de Wever
19490f0a31 Implement the helptips. 2011-02-12 21:36:42 +00:00
Mark de Wever
ecbabea838 New year copyright update. 2011-01-01 15:57:50 +00:00
Guillaume Melquiond
eeb047de55 Fixed file headers so that they match the content of the COPYING file. 2010-09-01 21:12:38 +00:00
Mark de Wever
92f5f92ce5 New year copyright update. 2010-01-01 13:16:49 +00:00
Mark de Wever
04b100a76e Remove the old hover event. 2009-12-11 20:29:48 +00:00
Mark de Wever
e4387da523 Added a new gui2 timer engine. 2009-12-10 20:30:35 +00:00
Guillaume Melquiond
a56a587b57 Removed unused class input_blocker. 2009-08-16 10:08:10 +00:00
Mark de Wever
692e5f78bc Add the autoclose feature for dialogs/windows.
This might not be really useful for normal usage, but allows the
unit tests to show a window. (This will be implemented later.)
2009-04-30 20:56:41 +00:00
Mark de Wever
a5d1d2e969 New year copyright update. 2009-01-01 10:27:41 +00:00
Mark de Wever
2ac841c8f2 Make the drawing be event driven instead of a delayed loop. 2008-08-18 15:35:54 +00:00
Mark de Wever
a1cbcd5a49 Rather large changeset, the primary change is allowing tooltips...
...and help messageto be shown. Secondary changes are:

- moving hovering in tcontrol instead of the widgets.

- make the visible flag working for drawing.

- small refactoring of the window_builder class.
2008-04-13 10:11:14 +00:00
Mark de Wever
f6bb0f1114 Add HOVER_EVENT definition used in the new widget library 2008-04-03 06:59:01 +00:00
Mark de Wever
001af46e6e Updated all headers to 2008. 2008-02-16 08:47:16 +00:00
Patrick Parker
93036e9743 fix Bug #10638 - input_blocker interfering with error message dialog 2008-01-11 06:08:49 +00:00
David Philippi
89c5d4b5fd initialize all members 2007-09-01 16:06:36 +00:00
Patrick Parker
7ac297e25e a smoother interface for updating pump_info ticks 2007-08-23 20:40:31 +00:00
Mark de Wever
080eb69f60 Updated the headers to state GPL 2+ and a few changelog cleanups. 2007-08-15 13:41:56 +00:00
Patrick Parker
3f4afe669c another attempt to eliminate the "keylogger" effect 2007-07-28 17:40:29 +00:00
Patrick Parker
c491f73077 the countdown timer alert can now start sounding while dialogs are open
added a mechanism for generic monitoring of events::pump()
2007-07-27 02:02:17 +00:00
Mark de Wever
bb01934b85 A rather large update which updates the copyright info
* Wesnoth is distributed under the terms of the GPL version 2, made
  that more explicit

* updated the copyright range to 2007

* updated Dave's email adress
2007-07-21 07:28:04 +00:00
Patrick Parker
ca5345ad00 strike a mighty blow to code adhesion, furthering the Eric conspiracy project 2007-07-19 00:56:56 +00:00
Patrick Parker
9f08e18ded silene's patch #708: appease some compiler warnings in GCC 2007-03-31 16:09:13 +00:00
Patrick Parker
7966589b87 fix the keylogger effect (for real this time)! 2007-02-05 04:31:33 +00:00
Patrick Parker
4beb3c1a91 smarter focus handling when user input is irrelevant to the focused widget 2007-01-14 07:49:47 +00:00
Patrick Parker
7446e31386 stage 1 of the dialog refactoring :
the construct_dialog files allow you to build customized dialogs
also: cleaned up some of my bad event::handler code
2006-07-19 21:14:13 +00:00
Patrick Parker
be173c5f78 revamped the way event handlers join event contexts
(to eliminate some ugly widget construct/destruct situations)

minor: typo fix in south guard

minor: wassert clarification
2006-05-25 23:04:34 +00:00
Jérémy Rosen
8e43e4f4b8 first round of warning fixes 2006-01-08 11:14:47 +00:00
András Salamon
cc1b0aecf0 add copyright notices (please change as appropriate), and deDOSify 2005-07-20 08:22:37 +00:00
Guillaume Melquiond
92cc99799b The widgets rewrite;
a whole lot of new bugs for those who were bored with the old ones. It
comes with a patch (see task #3503) in case somebody needs to revert
it.
2004-10-31 20:50:13 +00:00
Dave White
1949e00955 added animated on-map items. New attack dialog. New load game dialog 2004-06-10 23:43:25 +00:00
Dave White
bb90f34fdd added 'help strings' feature 2004-06-08 22:36:39 +00:00
Dave White
6473270c43 made input of search strings and messages use a textbox that overlays the map,
which allows these operations to be performed asynchronously
2004-05-06 19:13:51 +00:00
Dave White
dbf5076c7f made chat box in multiplayer lobby support scrolling and wrapping 2004-05-06 16:17:02 +00:00
Dave White
0d9d0ccf7c restructure of lobby system...
...which allows chatting to lobby members during the first step of
creating a game, and chatting with other game members during the
second step
2004-04-27 21:55:13 +00:00
uid68803
6aa75f6a03 refactored widget class 2004-02-24 02:52:33 +00:00
uid66289
b1c76bcb5b importing devsrv CVS to Savannah CVS 2003-12-23 22:45:30 +00:00
uid66289
9b8c265f6f v0.6 2003-12-23 21:12:41 +00:00
Dave White
d64e04a5ca added some comments 2003-11-12 18:37:30 +00:00
Dave White
e41c8bd858 extensive changes to the way event handling works 2003-11-01 04:38:26 +00:00
Dave White
3841692996 made textbox accept more characters 2003-10-19 01:52:17 +00:00
Dave White
b8c82aa625 allow keystroke repeat when holding down in text entry fields 2003-10-17 12:15:54 +00:00
Dave White
f067c49cd3 added new files 2003-10-16 11:06:41 +00:00