Timeline



Nov 22, 2011:

10:20 PM Changeset [1382] by bsmith
Don't release the menu item when destroying it on Mac... causes crashes.
9:22 PM Changeset [1381] by bsmith
Implemented dw_menu_delete_item() on the Mac.
9:13 PM Changeset [1380] by bsmith
Missing ; in the GTK1/2 source.
9:10 PM Changeset [1379] by bsmith
Implemented dw_menu_delete_item() for GTK.
8:55 PM Changeset [1378] by bsmith
Fixed typo that made the OS/2 code refuse to compile.
8:46 PM Changeset [1377] by bsmith
Initial versions of dw_menu_delete_item() on OS/2 and Windows.
11:48 AM WikiStart edited by bsmith
(diff)
11:40 AM Changeset [1376] by bsmith
Tagged Dynamic Windows for version 2.2

Nov 20, 2011:

4:34 PM Changeset [1375] by bsmith
Test change on Windows to allow dw_container_cursor() to work on …
6:45 AM Changeset [1374] by mhessling
Add an uninstall target. Add Version file to dist and zip target so …
4:56 AM Changeset [1373] by bsmith
Updated the zip and dist rules to account for new file locations.

Nov 18, 2011:

10:49 PM Changeset [1372] by bsmith
Menu clicked callbacks on OS/2 and Windows should pass the menu ID as …
8:27 PM Changeset [1371] by bsmith
Updated the changelogs and my email address in the debian packaging.
8:05 PM Changeset [1370] by bsmith
Update OS/2 and Windows readmes to version 2.2
8:01 PM Changeset [1369] by bsmith
Fixes for compiling with Watcom on OS/2... binaries don't seem to …
7:12 PM Changeset [1368] by bsmith
Mingw doesn't like writing to a compile time variable in …
6:56 PM Changeset [1367] by bsmith
Attempt to get it building with Mingw again... builds but crashes. Fix …
4:50 PM Changeset [1366] by bsmith
Missed a couple .DEF file references on OS/2 and... Fixed a warning …
4:45 PM Changeset [1365] by bsmith
Source tree cleanup, move import/export definition files to their …
3:19 PM Changeset [1364] by bsmith
Convert line endings in the Version file to Unix style to prevent …
3:09 PM Changeset [1363] by bsmith
dw_debug() lines in dw_html_new() should end with a newline.
2:56 PM Changeset [1362] by bsmith
Convert WM_ACTIVATE to WM_SETFOCUS for top-level windows on OS/2. When …
2:01 PM Changeset [1361] by bsmith
Code change to remove a warning on GTK2 for recent versions of gcc. …
1:49 PM Changeset [1360] by bsmith
Removed a now unused variable on GTK in dw_html_new(). Also glib 2.32 …
1:34 PM Changeset [1359] by bsmith
Changed the behavior of dw_html_new() to return NULL on failure like …

Nov 16, 2011:

8:31 PM Changeset [1358] by bsmith
Apparently it is unsafe to set properties in the GTK3 size allocate …
7:47 PM Changeset [1357] by bsmith
Fix entryfields, comboboxes etc being too wide in GTK3. GTK3 …

Nov 15, 2011:

2:39 PM Changeset [1356] by bsmith
Changes to the build system to no longer use the version during …
1:26 PM Changeset [1355] by bsmith
Upped the version number to 2.2. Added a Version file to reduce the …
12:45 PM Changeset [1354] by bsmith
OS/2 calendar fix to make sure the selected day does not exceed the …
12:33 PM Changeset [1353] by bsmith
Fixes for handling leap years on the OS/2 calendar control.
5:21 AM Changeset [1352] by bsmith
Removed some unused variables in the new OS/2 code... as reported by …
5:14 AM Changeset [1351] by bsmith
Ok some final work on the Calendar control for OS/2... Should work …
3:38 AM Changeset [1350] by bsmith
Ok get basic drawing working... on the calendar control on OS/2. Font …
1:59 AM Changeset [1349] by bsmith
Initial try at a custom calendar widget for OS/2.... not finished... …

Nov 14, 2011:

9:22 PM Changeset [1348] by bsmith
More fixes for OS/2 gcc/gmake. Need to use := to evaluate the …
5:31 PM Changeset [1347] by bsmith
*sighs* tabs again... I really need to figure out how to change the …
5:14 PM Changeset [1346] by bsmith
Added PMPrintf support to dw_debug() on OS/2. Also cleaned up tons of …

Nov 13, 2011:

11:01 PM Changeset [1345] by bsmith
Another printing cancel fix for the Mac and updated the readme.
10:52 PM Changeset [1344] by bsmith
Similarly need to send DEVESC_ABORTDOC on when canceled on OS/2.
10:49 PM Changeset [1343] by bsmith
AbortDoc?() needs to be issued instead of EndDoc?() to cancel printing …
4:15 PM Changeset [1342] by bsmith
Temporary fix for borderless buttons on OS/2 not displaying …
2:46 PM Changeset [1341] by bsmith
Fixes to the source on Windows so it will build standalone again. …
8:47 AM Changeset [1340] by bsmith
A couple minor code cleanups on Mac.
8:16 AM Changeset [1339] by bsmith
Attempt to make dw_container_cursor() scroll to the item on Mac.
4:51 AM Changeset [1338] by mhessling
Add -headerpad_max_install_names to compiler switches for MacOS X. …

Nov 10, 2011:

7:10 PM Changeset [1337] by bsmith
Fixed too broad of an if() in dw_window_destroy on OS/2 and Windows... …
6:06 PM Changeset [1336] by bsmith
Make dw_notebook_page_destroy() on OS/2 and Windows destroy the …
2:24 PM Changeset [1335] by bsmith
Mostly fixed dw_listbox_set_top() on GTK3. It still doesn't seem to …
1:30 PM Changeset [1334] by bsmith
Hopefully the last socklen_t change... OS/2 needs it too.
3:54 AM Changeset [1333] by bsmith
Changed socklen_t typedef #ifdef to check for MSVC.
3:46 AM Changeset [1332] by bsmith
Added support for GdkPixbuf? inline data in GTK.

Nov 9, 2011:

10:34 AM Changeset [1331] by bsmith
Make sure socklen_t gets defined when building with Visual Studio.
9:35 AM Changeset [1330] by bsmith
Don't default the MLE to read only on OS/2 since other platforms don't.

Nov 8, 2011:

11:29 AM Changeset [1329] by bsmith
Don't include arpa/inet.h on OS/2 with VisualAge?.
11:07 AM Changeset [1328] by bsmith
Cleaned up the compatibility library header.

Nov 6, 2011:

12:13 PM Changeset [1327] by bsmith
Initial fix for being able to do container string comparisons instead …
11:48 AM Changeset [1326] by bsmith
Fixed setting font on comboboxes for GTK2... Several other widgets …
10:39 AM Changeset [1325] by bsmith
Added support for dw_font_set_default() on GTK for appropriate …

Nov 5, 2011:

9:32 PM Changeset [1324] by bsmith
Code change to fix llvm-gcc optimization problem on Mac. long/int size …
2:30 PM Changeset [1323] by bsmith
Fixed some issues and deprecations building with Xcode 4.2 on Mac. …
2:21 AM Changeset [1322] by bsmith
Reverting change 1278 until we come up with a way to solver the issue …

Nov 4, 2011:

11:58 PM Changeset [1321] by bsmith
Fixed tabs inserted by my editor on OS/2 again.
11:56 PM Changeset [1320] by bsmith
Moved the menu IDs used for entryfields on OS/2 into the resevered …
2:13 PM Changeset [1319] by bsmith
Initial commit allowing dw_window_set_style() to work on menu item handles.
12:30 PM Changeset [1318] by bsmith
Autorelease fixes for Mac allowing the objects to dealloc when destroyed.
10:57 AM Changeset [1317] by bsmith
Added code to remove signal handlers when objects are destroyed on …
5:55 AM Changeset [1316] by bsmith
Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check. …
5:06 AM Changeset [1315] by bsmith
Removed an unused variable in the new code on OS/2 and Windows. Also …
3:30 AM Changeset [1314] by bsmith
Added support on OS/2 and Windows for looking for signal handlers with …

Nov 3, 2011:

11:42 PM Changeset [1313] by bsmith
Removed a now unsued variable from GTK3.
11:41 PM Changeset [1312] by bsmith
Fixed some typos in the GTK2 commit.
11:34 PM Changeset [1311] by bsmith
Added dw_debug() logging function which will output a message to the …
10:09 AM Changeset [1310] by bsmith
Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to …
8:38 AM Changeset [1309] by bsmith
Experimental change to menu code on OS/2 to allow …
8:37 AM Changeset [1308] by bsmith
Experimental change to menu code on Windows to allow …
2:01 AM Changeset [1307] by bsmith
Simplified the DWStepper class a bit on Mac... although it really …
1:19 AM Changeset [1306] by bsmith
Only use default directory and filename options for Mac 10.6 and higher.

Nov 1, 2011:

9:57 PM Changeset [1305] by bsmith
Fix for file and folder not being selected on GTK if file does not exist.
8:29 PM Changeset [1304] by bsmith
Use DosQueryPathInfo?() to get the full path of file/dir on OS/2. Using …
1:05 PM Changeset [1303] by bsmith
Code to split the file and path apart on Mac... Also fixed issues with …
12:21 PM Changeset [1302] by bsmith
Set dw_file_browse() initial directory to . on Windows unless... …
11:55 AM Changeset [1301] by bsmith
Added some defpath support and extension support to the Mac …
10:48 AM Changeset [1300] by bsmith
Implement default filename support for GTK.
10:21 AM Changeset [1299] by bsmith
Code changes to enable default filename on Windows with …
6:01 AM Changeset [1298] by bsmith
Grr flippin' tabs again!
5:57 AM Changeset [1297] by bsmith
Fix for encoding a COLORREF incorrectly on Windows. Seemed to work …
4:06 AM Changeset [1296] by bsmith
Renamed dw_container_set_row_bg() to dw_container_set_stripe().

Oct 31, 2011:

11:36 AM Changeset [1295] by bsmith
Simplified fill for ellipses and circles on OS/2 using DRO_OUTLINEFILL.
11:04 AM Changeset [1294] by bsmith
Allow removing icons from containers on GTK2. Also a small performance …
10:03 AM Changeset [1293] by bsmith
Changes to allow removing icon on BITMAPORICON container columns on Mac.
9:37 AM Changeset [1292] by bsmith
Allow passing 0 as icon handle to remove container icon on GTK3.
8:57 AM Changeset [1291] by bsmith
Ug fix for editor adding tabs. Wish I could change the default in …
8:49 AM Changeset [1290] by bsmith
Switched to using arcparams and GpiFullArc? on OS/2 to draw the …
6:06 AM Changeset [1289] by bsmith
Fixed ellipses in GTK2.
3:03 AM Changeset [1288] by bsmith
Initial support for ellipses on GTK3 and GTK2 Printing.
2:39 AM Changeset [1287] by bsmith
Update to draw as an ellipse and fix for circles on OS/2. This sort of …
12:57 AM Changeset [1286] by bsmith
Fixed incorrect radius on full circles for GTK.
12:30 AM Changeset [1285] by bsmith
Draw a rectangle behind the circle to make sure it fits inside.

Oct 30, 2011:

11:58 PM Changeset [1284] by bsmith
Fixed DW_DRAW_FULL for arcs on Mac. Rectangle was being created …
12:33 PM Changeset [1283] by bsmith
Some code in dw_file_browse() seems to have gotten clobbered. This …
11:50 AM Changeset [1282] by bsmith
Allow dw_window_enable/disable() to work on menu items on the Mac.
10:19 AM Changeset [1281] by bsmith
Fixed improper fill method in dw_draw_rect() on OS/2. Also removed …
10:14 AM Changeset [1280] by bsmith
Updated dw_draw_rect and dw_draw_polygon to accept flags the same way …
2:13 AM Changeset [1279] by bsmith
Implemented DW_DRAW_FULL and DW_DRAW_FILL on OS/2.
2:10 AM Changeset [1278] by mhessling
Fix comparison of char * in dw_container_cursor and …
1:56 AM Changeset [1277] by bsmith
Implemented DW_DRAW_FULL for GTK2.
1:50 AM Changeset [1276] by bsmith
Implemented DW_DRAW_FULL and DW_DRAW_FILL for GTK3 and GTK2 printing. …
1:41 AM Changeset [1275] by bsmith
Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for …
12:40 AM Changeset [1274] by bsmith
Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags. …

Oct 25, 2011:

12:33 PM Changeset [1273] by bsmith
Fixed on Windows sqrt() issue due to missing header... Also swapped …
12:12 PM Changeset [1272] by bsmith
Fixed angles being backwards on GTK2... this might actually require a …
12:01 PM Changeset [1271] by bsmith
Fixed on GTK passing angles to cairo in degrees instead of radians. …
11:14 AM Changeset [1270] by bsmith
Build fixes for dw_draw_arc on GTK2.
11:11 AM Changeset [1269] by bsmith
Removed some unused variables on Mac.
11:07 AM Changeset [1268] by bsmith
Fixed accidentally calling arctan() instead of atan2() on GTK.
11:01 AM Changeset [1267] by bsmith
VisualAge? on OS/2 is missing M_PI in math.h so define it ourselves.
10:51 AM Changeset [1266] by bsmith
Initial attempt at adding dw_draw_arc() support on all platforms. This …
6:21 AM Changeset [1265] by bsmith
Fixed dw_draw_polygon on OS/2 not flipping the Y coordinates.
6:13 AM Changeset [1264] by bsmith
Added a polygon to the test code to make sure that works on all platforms.

Oct 24, 2011:

8:30 AM Changeset [1263] by bsmith
Updated the list of supported image formats for GTK. This could be …
8:01 AM Changeset [1262] by bsmith
Basically a repeat of that last fix except for the data version of the …
7:56 AM Changeset [1261] by bsmith
Attempt on Windows to use an icon handle for bitmap buttons before a …
6:29 AM Changeset [1260] by bsmith
Fixed GDI+ loading files with no extension needed. Fixed the …
5:34 AM Changeset [1259] by bsmith
Changed the test image to be the OS/2 version... Since with GDI+ …
5:21 AM Changeset [1258] by bsmith
On GTK2 save the original pixbuf that is loaded so we can use it to …
3:44 AM Changeset [1257] by bsmith
Fixed not accounting for the NULL terminator on Windows when …
3:10 AM Changeset [1256] by bsmith
Enable GDI Plus on Windows to see how well it works. Had to include a …

Oct 23, 2011:

7:54 PM Changeset [1255] by bsmith
Initial commit of GDI+ image loader for Windows to allow use of other …

Oct 19, 2011:

9:29 PM Changeset [1254] by bsmith
Got dw_pixmap_stretch_bitblt() mostly working for GTK2... Haven't …
11:11 AM Changeset [1253] by bsmith
Updated readme with dw_pixmap_stretch_bitblt() addition.
11:01 AM Changeset [1252] by bsmith
Implemented dw_pixmap_stretch_bitblt() on Mac.
10:41 AM Changeset [1251] by bsmith
Compile fix for GTK2 and attempt at getting stretching working with …
9:40 AM Changeset [1250] by bsmith
Implemented dw_pixmap_stretch_bitblt() on GTK3... GTK2 support for …
8:55 AM Changeset [1249] by bsmith
Fixed dw_pixmap_stretch_bitblt() on OS/2. Also cleaned up the code... …
8:14 AM Changeset [1248] by bsmith
Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2. …
4:24 AM Changeset [1247] by bsmith
Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks …
3:02 AM Changeset [1246] by bsmith
Slight thread safety fix on Mac.
2:41 AM Changeset [1245] by bsmith
Attempt at converting DW style font names on GTK for dw_pixmap_set_font().

Oct 18, 2011:

8:39 AM Changeset [1244] by bsmith
Printer info should default to Portrait not Landscape on Mac.
8:26 AM Changeset [1243] by bsmith
Divided _acquire_font() into two parts on Windows. Allowing us to use …
6:28 AM Changeset [1242] by bsmith
Ok if we setup the print information on Mac we get a better size... …
12:37 AM Changeset [1241] by bsmith
Fixed clickdefault not triggering event for buttons on Mac.

Oct 17, 2011:

4:15 PM Changeset [1240] by bsmith
Attempt at fixing Copy, Cut, Paste, Select All Mac key combos... when …
7:41 AM Changeset [1239] by bsmith
Paper size reported on Mac height is for all pages... so divide height …

Oct 16, 2011:

8:03 PM Changeset [1238] by bsmith
Fix for dw_font_text_extents_get() on OS/2 not honoring the font set …
7:40 PM Changeset [1237] by bsmith
Fixes for dw_font_text_extents_get() on GTK not honoring the font set …
7:26 PM Changeset [1236] by bsmith
Fix for dw_font_text_extents_get() not on Windows honoring the font …
7:12 PM Changeset [1235] by bsmith
Fixes to dw_font_text_extents_get() on Mac so it honors the font set …

Oct 11, 2011:

11:37 PM Changeset [1234] by bsmith
Fixed a (shift) tab focus change regression on Windows for …

Oct 10, 2011:

9:27 PM Changeset [1233] by bsmith
Readme updates... removed some unnecessary statements... With GTK 3.2 …
8:23 PM Changeset [1232] by bsmith
Fix for the status popup menu not functioning when a different …
11:03 AM Changeset [1231] by bsmith
Added taskbar support for OS/2 using the System Tray XCenter plugin.
8:09 AM Changeset [1230] by bsmith
Fixed positioning popup menu when the controlling window is not …
5:27 AM Changeset [1229] by bsmith
Return code of 0 from the button press callback on OS/2 was causing …
4:38 AM Changeset [1228] by bsmith
Added taskbar support for GTK... This will only work for desktops …
2:54 AM Changeset [1227] by bsmith
Fix to get button press events working from the task/statusbar on Mac. …
2:04 AM Changeset [1226] by bsmith
Fixes to allow non-toplevel window handles in dw_taskbar_insert() on …
12:40 AM Changeset [1225] by bsmith
Initial implementation of dw_taskbar_* for the Mac. Also added code in …

Oct 9, 2011:

12:52 PM Changeset [1224] by bsmith
Minor readme update.
12:50 PM Changeset [1223] by bsmith
Need to initialize the row data to DW_RGB_TRANSPARENT on GTK2 during …
12:40 PM Changeset [1222] by bsmith
Fixes some issues with that last commit for GTK1/2. Alternating row …
11:57 AM Changeset [1221] by bsmith
Attempt at alternating rows for GTK1/2... probably will need fixes …
10:32 AM Changeset [1220] by bsmith
Can't set the background on Image cells apparently on Mac... Filter …
10:24 AM Changeset [1219] by bsmith
Another attempt at fixing alternating row issues on Windows.
10:13 AM Changeset [1218] by bsmith
Fixed a slight miscalculation and simplified the Windows container row …
9:50 AM Changeset [1217] by bsmith
Implemented dw_container_set_row_bg() on Windows. Current …

Oct 8, 2011:

8:47 PM Changeset [1216] by bsmith
Updated GTK3 with the behavior change just commited for Mac. Also …
8:43 PM Changeset [1215] by bsmith
Slight change in design behavior for dw_container_set_row_bg()... …
7:30 PM Changeset [1214] by bsmith
Added information about dw_container_set_row_bg() to the readme.
7:20 PM Changeset [1213] by bsmith
Added dw_container_set_row_bg() stubs on the remaining platforms. It …
7:01 PM Changeset [1212] by bsmith
Basic support for row colors on GTK3... Currently the specified colors …
6:37 PM Changeset [1211] by bsmith
Switched from using NSBrowserCell to a DWImageAndTextCell subclass on …

Oct 5, 2011:

7:43 PM Changeset [1210] by bsmith
Added dw_container_set_row_data() and dw_container_change_row_data() …

Sep 30, 2011:

5:03 AM Changeset [1209] by bsmith
Put Mac MLE under mutex protection because of crashes when accessing …
4:05 AM Changeset [1208] by bsmith
Same fix for GTK2/3 as I just committed for the Mac.
4:00 AM Changeset [1207] by bsmith
Think we need to check the posted state inside the mutex... Also if it …
3:32 AM Changeset [1206] by bsmith
Fixed dw_mle_set_cursor() should scroll to the point on Mac. Fixed a …
3:19 AM Changeset [1205] by bsmith
Added thread/event tab to the test program. Wrote it to demonstrate …

Sep 29, 2011:

9:04 PM Changeset [1204] by bsmith
Added support on OS/2 for querying the printer list... Previously only …

Sep 28, 2011:

5:46 PM Changeset [1203] by bsmith
Added a simulated indeterminate state on OS/2. A thread just moves the …
4:58 PM Changeset [1202] by bsmith
Fixed a couple slight issues with the last commit. Check >= for the …
4:51 PM Changeset [1201] by bsmith
Fixed a longstanding issue on OS/2 of event handlers being triggered …
3:29 PM Changeset [1200] by bsmith
Fix issues with OS/2 percent bar at the upper end of range.
3:03 PM Changeset [1199] by bsmith
Updated the readme file with the latest changes.
8:36 AM Changeset [1198] by bsmith
Fixed the indeterminate percent bar should be animated on the Mac.
8:31 AM Changeset [1197] by bsmith
Similar fix for GTK2 as for GTK3.
8:28 AM Changeset [1196] by bsmith
Compile fix and fix for returning wrong value from the timeout …
8:22 AM Changeset [1195] by bsmith
Added DW_PERCENT_INDETERMINATE which can be passed to …

Sep 27, 2011:

10:38 PM Changeset [1194] by bsmith
Committing the configure script now that it works on both FreeBSD and …
10:36 PM Changeset [1193] by bsmith
Ok a slight fix to the last change.
9:03 PM Changeset [1192] by bsmith
Removed the library search for webkit-1.0 during configure. Not sure …
8:10 PM Changeset [1191] by bsmith
Remove the MDI notebook tab from DEPRECATED. Since it should work …
7:21 PM Changeset [1190] by bsmith
Fix for MDI support for GTK3. Haven't tested completely... but this …

Sep 21, 2011:

12:04 AM Changeset [1189] by bsmith
Address Sysem isn't working for me in the REXX script on OS/2. Also …
12:01 AM Changeset [1188] by bsmith
Fix calling convention of print callback on OS/2. Also need to send …

Sep 20, 2011:

11:52 PM Changeset [1187] by bsmith
Switch to using a dummy window handle for pixmap fonts on OS/2.
9:02 PM Changeset [1186] by bsmith
Initial attempt at printing on OS/2. Need to fix issue with …

Sep 19, 2011:

10:40 PM Changeset [1185] by bsmith
Fixes to that last commit... bitmap not mask and forgot to return.
10:36 PM Changeset [1184] by bsmith
Attempt at implementing clip mask for transparency in GTK2 for Cairo.
9:31 PM Changeset [1183] by bsmith
Ok so gdk_cairo_set_source_window() is only available in GTK 2.24 and …
9:09 PM Changeset [1182] by bsmith
Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3. …
7:48 PM Changeset [1181] by bsmith
Ok fixed a problem with the last commit using the wrong representation …
7:37 PM Changeset [1180] by bsmith
Added some test code to save what we are trying to print as a PNG on …
4:21 PM Changeset [1179] by bsmith
Updated configure to check the presence of a .svn directory before …
9:52 AM Changeset [1178] by mhessling
Revert to using a file as the source for SVN revision number.

Sep 18, 2011:

9:48 AM Changeset [1177] by mhessling
Change to method of obtaining SVN revision number

Sep 17, 2011:

7:47 PM Changeset [1176] by bsmith
Added missing dw_mutex_trylock() prototype to header file.
9:20 AM Changeset [1175] by bsmith
Missing return on Windows... surprised this compiled.

Sep 16, 2011:

10:42 PM Changeset [1174] by bsmith
Clean up some GTK2 warnings with newer compilers.
10:28 PM Changeset [1173] by bsmith
Added basic printing support for GTK 2.10 and above... Drawing except …
9:05 PM Changeset [1172] by bsmith
Add *.REV to the clean rules on Windows and OS/2 when using nmake.
9:00 PM Changeset [1171] by bsmith
Attempt at importing the svn revision with VAC/nmake. The REXX script …
11:20 AM Changeset [1170] by bsmith
Experimental change to link with static -lgcc... this elimates the …
10:53 AM Changeset [1169] by bsmith
Include revision number on OS/2 using EMX/gcc. Having trouble figuring …
10:08 AM Changeset [1168] by bsmith
Added support for including the svn revision number as the sub version …
7:27 AM Changeset [1167] by bsmith
Attempt to fix parsing errors with the double : separated version …
6:58 AM Changeset [1166] by bsmith
Update configure script and fix a miscommit of the GTK3 code.
6:39 AM Changeset [1165] by bsmith
Attempt to use the subversion revision number as the sub version number.

Sep 15, 2011:

9:28 PM Changeset [1164] by bsmith
Added more change information to the readme file.
9:13 PM Changeset [1163] by bsmith
Added dw_mutex_trylock() that functions like dw_mutex_lock() except it …
5:10 AM Changeset [1162] by bsmith
Added DW_TIMEOUT_INFINITE constant to the header file.
3:20 AM Changeset [1161] by bsmith
Fixed a typo on Unix... timeout not time.
3:13 AM Changeset [1160] by bsmith
Added support for infinite wait for dw_event_wait() on Mac, Unix and …

Sep 13, 2011:

4:58 PM Changeset [1159] by bsmith
dw_event_wait() was returning DW_ERROR_TIMEOUT in the wrong state on …

Sep 12, 2011:

8:19 PM Changeset [1158] by bsmith
Updated readme with information from the 2.2 changes.
7:26 PM Changeset [1157] by bsmith
Added print jobname parameter to dw_print_new(). If parameter is NULL …
2:22 AM Changeset [1156] by bsmith
Test for vsnprintf seemed to be missing... readding it.

Sep 11, 2011:

10:32 PM Changeset [1155] by bsmith
Implemented OS/2 dw_pixmap_set_font() this will need more work... Need …
10:19 PM Changeset [1154] by bsmith
Implemented dw_pixmap_set_font() on GTK2 and incorporated the same …
10:09 PM Changeset [1153] by bsmith
Implemented dw_pixmap_set_font() on GTK3. Better fix for missing font …
9:56 PM Changeset [1152] by bsmith
Implemented dw_pixmap_set_font() on Windows. Added to export files on …
9:36 PM Changeset [1151] by bsmith
Adding dw_pixmap_set_font() which is equivalent to …
8:52 PM Changeset [1150] by bsmith
Added default font of "Sans" on GTK3... This fixes rendering of …
2:45 AM Changeset [1149] by bsmith
Need to size the NSImageView to print it apparently on Mac. Also …

Sep 10, 2011:

6:34 PM Changeset [1148] by bsmith
Fixed using a pointer after being free()ed on Windows and Mac.
5:59 PM Changeset [1147] by bsmith
Some layout updates on the dwtest render page.
5:41 PM Changeset [1146] by bsmith
Initial implementation of printing support on Mac. Just getting a …

Sep 9, 2011:

9:05 PM Changeset [1145] by bsmith
Fix for issues in printing pages on Windows.
10:52 AM Changeset [1144] by bsmith
*sigh* formatting cleanups from that last commit.
10:45 AM Changeset [1143] by bsmith
Initial implementation of the print object on Windows. May need to add …
9:17 AM Changeset [1142] by bsmith
Added code to test the new print functions in dwtest. GTK3 code …
12:28 AM Changeset [1141] by bsmith
Initial implementation of the DynamicWindows? Print object for GTK3.

Sep 7, 2011:

1:52 AM Changeset [1140] by bsmith
Include the header column text width during container optimize on Mac.
12:56 AM Changeset [1139] by bsmith
Avoid an array out of bounds after container clear on Mac.

Sep 6, 2011:

7:53 PM Changeset [1138] by bsmith
Similar Mac fix to what I just commited on Windows... Event handler …
2:47 PM Changeset [1137] by bsmith
Check that the return code isn't TRUE before passing to handlers on …

Sep 2, 2011:

6:02 PM Changeset [1136] by bsmith
With subclasses calling _wndproc directly on Windows, save the …
5:02 PM Changeset [1135] by bsmith
Implemented foreground color changes for MLE on Mac.
10:54 AM Changeset [1134] by mhessling
Ensure default keypress event is not processed if handler returns 1 …
1:17 AM Changeset [1133] by mhessling
Added ability to set background color of MLE; setting foreground still …

Aug 30, 2011:

7:53 AM Changeset [1132] by bsmith
Widget GTK3 v/halign properties get set according to the sizing flags …
7:29 AM Changeset [1131] by bsmith
Allow GTK3 support to compile with GTK 3.0 but warn that full support …
6:32 AM Changeset [1130] by bsmith
The shrink flag on GtkPanded? (splitbar) in GTK 3 causes tons of crazy …
2:04 AM Changeset [1129] by bsmith
Experimental change to use GtkGrid? instead of GtkTable? for GTK3. This …

Aug 26, 2011:

7:16 PM Changeset [1128] by bsmith
Removing an accidentally left debug message.
6:47 PM Changeset [1127] by bsmith
Minor change to allow dw_pointer_query_pos() to take NULL paramaters …
6:36 PM Changeset [1126] by bsmith
Fixes some major window positioning problems in GTK3... and some minor …
2:44 AM Changeset [1125] by bsmith
Initialize the calendar control to the current date during creation on Mac.

Aug 25, 2011:

9:12 PM Changeset [1124] by bsmith
Removed spinbutton workaround on Vista and higher... still needed for …
7:33 PM Changeset [1123] by bsmith
Added support for attempting to launch a browser using a newly …
Note: See TracTimeline for information about the timeline view.