|
|
|
@654
|
[654]
|
04/02/09 18:57:02 |
bjourne |
Use ints instead of gdoubles to store the view offsets. This should
solve … |
|
|
|
@653
|
[653]
|
04/01/09 19:04:19 |
bjourne |
Another test for #31. This time set_offset() is called directly. |
|
|
|
@652
|
[652]
|
04/01/09 18:52:01 |
bjourne |
Refactor the DummyTool class out of the individual tests. |
|
|
|
@651
|
[651]
|
04/01/09 18:49:57 |
bjourne |
Add another test for another one of the annoying rounding errors … |
|
|
|
@650
|
[650]
|
04/01/09 18:49:26 |
bjourne |
Put view in a scrolled window for better testing. |
|
|
|
@649
|
[649]
|
03/06/09 22:06:12 |
jeffrey |
Fix memory leaks in ImageToolPainter.xs ImageToolDragger.xs … |
|
|
|
@648
|
[648]
|
01/31/09 21:24:32 |
bjourne |
Remove unused imports. |
|
|
|
@647
|
[647]
|
01/31/09 21:16:03 |
bjourne |
Mention waf building in README. |
|
|
|
@646
|
[646]
|
01/31/09 20:15:21 |
bjourne |
New version of waf binary. |
|
|
|
@645
|
[645]
|
01/28/09 20:53:11 |
bjourne |
Make it so that the flags -g -O2 are supplied by default, but can … |
|
|
|
@644
|
[644]
|
01/28/09 19:52:34 |
bjourne |
Put the --enable-gtk-doc option in the gtkdoc tool itself. This way,
the … |
|
|
|
@643
|
[643]
|
01/28/09 19:49:06 |
bjourne |
New version of waf. |
|
|
|
@642
|
[642]
|
01/27/09 22:09:53 |
bjourne |
Test that the autotools generated dist file can be built with … |
|
|
|
@641
|
[641]
|
01/27/09 21:06:41 |
bjourne |
Add sourcecode.sgml to the content_files list so that it is … |
|
|
|
@640
|
[640]
|
01/27/09 20:56:45 |
bjourne |
Add the gtkdoc.py file to disting. |
|
|
|
@639
|
[639]
|
01/27/09 20:29:18 |
bjourne |
Explain how the tests should be run when waf is used. |
|
|
|
@638
|
[638]
|
01/27/09 20:22:30 |
bjourne |
Add a section to the documentation about building using waf. |
|
|
|
@637
|
[637]
|
01/26/09 21:08:13 |
bjourne |
New version of waf which makes it possible to build documentation
again. |
|
|
|
@636
|
[636]
|
01/26/09 20:26:02 |
bjourne |
Update to ew waf version in which building using -Wmissing-prototypes
is … |
|
|
|
@635
|
[635]
|
01/25/09 21:40:46 |
bjourne |
Make it so you have to specify the path to the HTML documentation … |
|
|
|
@634
|
[634]
|
01/25/09 21:30:34 |
bjourne |
Mention recent changes in the release history. |
|
|
|
@633
|
[633]
|
01/25/09 21:23:30 |
bjourne |
Test compiling the automake disted file using waf. |
|
|
|
@632
|
[632]
|
01/25/09 21:14:35 |
bjourne |
Make it so autotools dists the waf, wscript and wscript_build files. |
|
|
|
@631
|
[631]
|
01/25/09 20:55:50 |
bjourne |
Fix two integer to double comparision issues. The double has to be
casted … |
|
|
|
@630
|
[630]
|
01/25/09 20:48:47 |
bjourne |
Test compilation with -O0. There is some weird int to double
comparision … |
|
|
|
@629
|
[629]
|
01/25/09 20:39:44 |
bjourne |
waf can't build with -Wmissing-prototypes unless this upstream bug … |
|
|
|
@628
|
[628]
|
01/25/09 20:19:23 |
bjourne |
Add the -g and -O2 options to CCFLAGS. Those are needed because … |
|
|
|
@627
|
[627]
|
01/25/09 18:55:27 |
bjourne |
Fix for #31.
Badly performed double -> int conversions … |
|
|
|
@626
|
[626]
|
01/25/09 17:58:06 |
bjourne |
Add simple test program for detecting off by one errors. |
|
|
|
@625
|
[625]
|
01/25/09 17:44:10 |
bjourne |
Add test for another off by one error that sometimes occurs when
setting … |
|
|
|
@624
|
[624]
|
01/25/09 05:47:53 |
bjourne |
Add a test that detects what is the probable cause for the off by … |
|
|
|
@623
|
[623]
|
01/25/09 05:28:44 |
bjourne |
Define PACKAGE_NAME and PACKAGE_VERSION variables in the … |
|
|
|
@622
|
[622]
|
01/25/09 02:33:03 |
bjourne |
Fix the linkflags used to compile the scanner. By putting the … |
|
|
|
@621
|
[621]
|
01/25/09 02:05:49 |
bjourne |
The gtkimageview-typebuiltins.h file must be installed in the task
that … |
|
|
|
@620
|
[620]
|
01/25/09 01:51:50 |
bjourne |
Import the functions exists, isdir and join from os.path. That way,
some … |
|
|
|
@619
|
[619]
|
01/25/09 01:25:12 |
bjourne |
Make the gtkimageview.pc file installable using waf. |
|
|
|
@618
|
[618]
|
01/25/09 01:23:58 |
bjourne |
waf infers target name for .in sources automatically for subst targets. |
|
|
|
@617
|
[617]
|
01/25/09 01:18:21 |
bjourne |
Add an install method to the gtkdoc_mkhtml_task class so that HTML
GTKDoc … |
|
|
|
@616
|
[616]
|
01/25/09 00:50:58 |
bjourne |
Set LD_LIBRARY_PATH when running the gtkdoc scanner. Otherwise it
won't … |
|
|
|
@615
|
[615]
|
01/24/09 23:55:27 |
bjourne |
Improve module docstring. More detailed description about the libobj and … |
|
|
|
@614
|
[614]
|
01/24/09 23:52:11 |
bjourne |
Replace the 'gtkdoc' command with the configure switch
--enable-gtk-doc. … |
|
|
|
@613
|
[613]
|
01/22/09 23:51:42 |
bjourne |
It is not needed anymore to uppercase variable names used in subst
tasks. … |
|
|
|
@612
|
[612]
|
01/22/09 23:47:12 |
bjourne |
Add rules for running glib-mkenums and put the result in … |
|
|
|
@611
|
[611]
|
01/22/09 23:43:59 |
bjourne |
Updated to r5520 of waf |
|
|
|
@610
|
[610]
|
01/19/09 01:03:03 |
bjourne |
Install header files. |
|
|
|
@609
|
[609]
|
01/19/09 00:42:39 |
bjourne |
Only waf build documentation if the gtkdoc command is specified. |
|
|
|
@608
|
[608]
|
01/19/09 00:39:42 |
bjourne |
Use a wscript_build file instead of a wscript. |
|
|
|
@607
|
[607]
|
01/19/09 00:32:03 |
bjourne |
Add a proper waf dist function. dist is preformed by packaging … |
|
|
|
@606
|
[606]
|
01/18/09 23:01:18 |
bjourne |
Mention waf support in the release history. |
|
|
|
@605
|
[605]
|
01/18/09 22:58:52 |
bjourne |
Add experimental waf build support. Enables building of the … |
|
|
|
@604
|
[604]
|
01/18/09 20:16:31 |
bjourne |
os.path does not need to be imported. |
|
|
|
@603
|
[603]
|
01/18/09 20:15:50 |
bjourne |
Make it possible to specify where tests are located using the command … |
|
|
|
@602
|
[602]
|
01/18/09 20:12:16 |
bjourne |
Remove the exit-early option. I never ever use it. |
|
|
|
@601
|
[601]
|
11/25/08 16:03:55 |
bjourne |
Bump gtkdoc requirement to 1.8 because the --rebuild-sections and … |
|
|
|
@600
|
[600]
|
11/20/08 20:36:38 |
bjourne |
Bumping version numbers everywhere to 1.6.3 in preparation of release. |
|
|
|
@599
|
[599]
|
11/20/08 20:09:39 |
bjourne |
Remove the sections and types files. They are always regenerated by … |
|
|
|
@598
|
[598]
|
11/08/08 00:43:42 |
bjourne |
This file is autogenerated by gtk-doc and does not need to be in the … |
|
|
|
@597
|
[597]
|
11/02/08 23:50:37 |
bjourne |
Add testlib.h to noinst_HEADERS to ensure that it is included in dist … |
|
|
|
@596
|
[596]
|
10/27/08 20:52:38 |
bjourne |
Bumping version numbers all over the place in preparation of release. |
|
|
|
@595
|
[595]
|
10/27/08 20:48:06 |
bjourne |
Use multiple refsect2-tags, sgml doesn't handle multiple
title-tags. … |
|
|
|
@594
|
[594]
|
10/27/08 20:42:22 |
bjourne |
Add docstring for gtk_iimage_tool_button_release. |
|
|
|
@593
|
[593]
|
10/27/08 20:36:06 |
bjourne |
Both the gtk and gdk prefixes are used for public headers. |
|
|
|
@592
|
[592]
|
10/27/08 20:32:16 |
bjourne |
Reformat the SGML structure to use nested refsects because multiple
title … |
|
|
|
@591
|
[591]
|
10/26/08 21:04:39 |
bjourne |
Add copyright header. |
|
|
|
@590
|
[590]
|
10/26/08 21:04:16 |
bjourne |
Updating copyright statement years to include 2008. |
|
|
|
@589
|
[589]
|
10/26/08 21:00:29 |
bjourne |
Add para for docstring. |
|
|
|
@588
|
[588]
|
10/26/08 20:42:16 |
bjourne |
This header doesn't need the utils.h header file. |
|
|
|
@587
|
[587]
|
10/26/08 20:34:29 |
bjourne |
Fix for #11. Motion notify and button release handlers should now
return … |
|
|
|
@586
|
[586]
|
10/26/08 19:33:20 |
bjourne |
Add failing test checking that True is returned when a tool handles a … |
|
|
|
@585
|
[585]
|
10/26/08 19:23:36 |
bjourne |
Add failing test for #11. Tools doesn't return True when handling motion … |
|
|
|
@584
|
[584]
|
10/26/08 18:45:46 |
bjourne |
List the fix for #29 in r582. |
|
|
|
@583
|
[583]
|
10/26/08 18:41:30 |
bjourne |
Revert the progressive loading work-around commit in r581. With the
fix in … |
|
|
|
@582
|
[582]
|
10/26/08 18:27:37 |
bjourne |
Real fix for #29. Progressively loading animations look better if … |
|
|
|
@581
|
[581]
|
10/26/08 17:56:51 |
bjourne |
Change the progressively loading code as suggested in #11. Also comment … |
|
|
|
@580
|
[580]
|
10/26/08 06:41:01 |
bjourne |
Fix for the infinite loop problem reported in #29. … |
|
|
|
@579
|
[579]
|
10/26/08 06:14:54 |
bjourne |
Disable segfaulting test that is gtk+'s fault. |
|
|
|
@578
|
[578]
|
10/26/08 00:07:42 |
bjourne |
Fix three tests that were failing because of the bug fix in r568. … |
|
|
|
@577
|
[577]
|
10/26/08 00:02:45 |
bjourne |
Remove left-over debug printf. |
|
|
|
@576
|
[576]
|
10/25/08 23:51:25 |
bjourne |
Update copyright statement for 2008. |
|
|
|
@575
|
[575]
|
09/08/08 15:17:55 |
bjourne |
Correct tc name |
|
|
|
@574
|
[574]
|
09/08/08 14:40:27 |
bjourne |
Add test that ensure that step() always changes frame |
|
|
|
@573
|
[573]
|
09/08/08 04:14:33 |
bjourne |
Add failing segfaulting test for a problem in gtkimageview.ImageScrollWin |
|
|
|
@572
|
[572]
|
09/08/08 03:32:19 |
bjourne |
Add test for calling step() on last frame of an animation |
|
|
|
@571
|
[571]
|
09/08/08 03:26:21 |
bjourne |
Add failing test calling step() when the anim view shows a static image |
|
|
|
@570
|
[570]
|
09/08/08 03:17:42 |
bjourne |
Don't hardcode image path. Read it from command line |
|
|
|
@569
|
[569]
|
09/01/08 05:49:52 |
bjourne |
Add failing test for pressing x on GtkImageView |
|
|
|
@568
|
[568]
|
09/01/08 05:08:10 |
bjourne |
Fix for #23. If the views allocation is very small and it tries show … |
|
|
|
@567
|
[567]
|
09/01/08 04:56:00 |
bjourne |
Add a 'failing' test for #23. It eats up all memory |
|
|
|
@566
|
[566]
|
09/01/08 04:31:00 |
bjourne |
Import the gdk module, makes referencing gdk objects more convenient |
|
|
|
@565
|
[565]
|
09/01/08 04:02:28 |
bjourne |
The workaround for the problem with to fast GIF animations committed
in … |
|
|
|
@564
|
[564]
|
09/01/08 02:02:53 |
bjourne |
Mention progressive loading example in docs |
|
|
|
@563
|
[563]
|
09/01/08 02:00:54 |
bjourne |
Add example program demonstrating progressive loading |
|
|
|
@562
|
[562]
|
09/01/08 01:56:03 |
bjourne |
Document image_to_widget_rect change r560 for ticket #24 |
|
|
|
@561
|
[561]
|
09/01/08 01:49:59 |
bjourne |
Test that ImageView.image_to_widget_rect correctly ceils the size of the … |
|
|
|
@560
|
[560]
|
09/01/08 01:48:20 |
bjourne |
Make gtk_image_view_image_to_widget_rect() ceil the width and height
of … |
|
|
|
@559
|
[559]
|
08/31/08 18:57:43 |
bjourne |
Remove debug print in test_image_to_widget_rect, assert check return value … |
|
|
|
@558
|
[558]
|
08/31/08 16:29:41 |
bjourne |
Add a cosmetic space between function name and opening bracket |
|
|
|
@557
|
[557]
|
08/24/08 02:53:35 |
bjourne |
Horizontal scrolling is now supported |
|
|
|
@556
|
[556]
|
08/24/08 02:49:19 |
bjourne |
Handle GDK_SCROLL_LEFT as GDK_SCROLL_UP and GDK_SCROLL_RIGHT as … |
|
|
|
@555
|
[555]
|
08/24/08 02:38:56 |
bjourne |
Document major changes in head |